#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/System/System.Threading/Semaphore.h" #include "icalls/System/System.Net.Sockets/Socket.h" #include "icalls/System/System.Net.Sockets/SocketException.h" #include "icalls/System/System.Diagnostics/Stopwatch.h" struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualFuncInvoker3 { 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); } }; 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 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); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, 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); } }; // 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_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_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_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB; // 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.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t69CA95638163A61372F10656AD02ECE71715B93B; // 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_t5D5EB1A9048F1180561855E6150AA537292D77C4; // 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.Reflection.Assembly[] struct AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; // System.Guid[] struct GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8; // System.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Reflection.Module[] struct ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; // 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.WeakReference[] struct WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A; // System.AppDomainSetup struct AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Reflection.Assembly struct Assembly_t; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.ComponentModel.AsyncCompletedEventArgs struct AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038; // System.Diagnostics.AsyncStreamReader struct AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // 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.Diagnostics.BooleanSwitch struct BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.ComponentModel.CancelEventArgs struct CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.ComponentModel.CategoryAttribute struct CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.ComponentModel.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Diagnostics.CorrelationManager struct CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Diagnostics.DefaultTraceListener struct DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.ComponentModel.DelegatingTypeDescriptionProvider struct DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA; // System.ComponentModel.DesignerAttribute struct DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.ComponentModel.EventHandlerList struct EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714; // System.Reflection.EventInfo struct EventInfo_t; // 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.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4; // System.IO.FileInfo struct FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Net.Configuration.FtpCachePolicyElement struct FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.Configuration.HttpCachePolicyElement struct HttpCachePolicyElement_t9908817A6011A4DDEC3F2B5F1C64A0CBA79B1A23; // System.Net.Configuration.HttpListenerElement struct HttpListenerElement_t6E336B2902766D07BF1E27F8988D6C6DFEC8ABA4; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.Configuration.HttpWebRequestElement struct HttpWebRequestElement_t359B9211350C71365139BCC698CCEB140F474F7B; // 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; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.ComponentModel.IComNativeDescriptorHandler struct IComNativeDescriptorHandler_t1217741B17D85E12CE8B9B60240EC82E6618357F; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.ComponentModel.IComponent struct IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.ComponentModel.ICustomTypeDescriptor struct ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9; // System.ComponentModel.Design.IDesigner struct IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.ComponentModel.IExtenderProvider struct IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // 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.IServiceProvider struct IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3; // System.ComponentModel.ISite struct ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790; // System.ComponentModel.ISynchronizeInvoke struct ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0; // System.ComponentModel.Design.ITypeDescriptorFilterService struct ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Net.Configuration.Ipv6Element struct Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68; // System.ComponentModel.LicenseContext struct LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF; // System.Net.Sockets.LingerOption struct LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1; // 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.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233; // System.MulticastDelegate struct MulticastDelegate_t; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D; // 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.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E; // System.Diagnostics.Process struct Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671; // System.Diagnostics.ProcessModuleCollection struct ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1; // System.Diagnostics.ProcessThreadCollection struct ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Configuration.Provider.ProviderBase struct ProviderBase_t75D5AF714666B4C010B8ED3B53ECB10D3171C148; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.ComponentModel.ReflectEventDescriptor struct ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF; // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92; // System.ComponentModel.ReflectTypeDescriptionProvider struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B; // System.ComponentModel.RefreshEventArgs struct RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273; // System.ComponentModel.RefreshEventHandler struct RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F; // 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.Net.Configuration.RequestCachingSection struct RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute struct RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6; // System.ComponentModel.RunInstallerAttribute struct RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975; // System.ComponentModel.RunWorkerCompletedEventArgs struct RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9; // System.ComponentModel.RunWorkerCompletedEventHandler struct RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174; // System.ComponentModel.Design.RuntimeLicenseContext struct RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A; // System.ComponentModel.SByteConverter struct SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794; // System.ComponentModel.SRCategoryAttribute struct SRCategoryAttribute_tC6F04E1983195DE00C3194F50249D141B507F3D3; // System.SRDescriptionAttribute struct SRDescriptionAttribute_tD50265F44B1845F317D3DE81575C37F0E81BB949; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45; // Microsoft.Win32.SafeHandles.SafeProcessHandle struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Configuration.SchemeSettingElement struct SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E; // System.Configuration.SchemeSettingElementCollection struct SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Threading.Semaphore struct Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F; // System.Threading.SemaphoreFullException struct SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.IO.Ports.SerialPinChangedEventArgs struct SerialPinChangedEventArgs_t5C7C7E9FD7EA92FDE88E8357DEAFDC5E68B08311; // System.IO.Ports.SerialPinChangedEventHandler struct SerialPinChangedEventHandler_tB9C63F1F5869E8AB96D9337F8DA3C6848ACBEAF7; // System.IO.Ports.SerialPort struct SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636; // 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.Configuration.SettingAttribute struct SettingAttribute_tCF266C19965BA4997F1D45628D5DFA5B5E9F659A; // System.Configuration.SettingChangingEventArgs struct SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A; // System.Configuration.SettingChangingEventHandler struct SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E; // System.Configuration.SettingElement struct SettingElement_t6128F4781CAEF225CD796584151E219024562381; // System.Configuration.SettingElementCollection struct SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B; // System.Configuration.SettingValueElement struct SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030; // System.Configuration.SettingsAttributeDictionary struct SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F; // System.Configuration.SettingsBase struct SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250; // System.ComponentModel.SettingsBindableAttribute struct SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0; // System.Configuration.SettingsContext struct SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF; // System.Configuration.SettingsDescriptionAttribute struct SettingsDescriptionAttribute_tEEB1718B8C2CC5C669DED0B1ABCC38D32E1A31C4; // System.Configuration.SettingsGroupDescriptionAttribute struct SettingsGroupDescriptionAttribute_tBCCC0CFB6545ACA016B51D744C13C89BACB40ECA; // System.Configuration.SettingsGroupNameAttribute struct SettingsGroupNameAttribute_tD5FBC5A095208905436942A5F09E6A6F8594C20C; // System.Configuration.SettingsLoadedEventArgs struct SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9; // System.Configuration.SettingsLoadedEventHandler struct SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094; // System.Configuration.SettingsManageabilityAttribute struct SettingsManageabilityAttribute_t4A2F1B41DB9306774FA2D16E19FC2F4BFE506813; // System.Configuration.SettingsProperty struct SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516; // System.Configuration.SettingsPropertyCollection struct SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843; // System.Configuration.SettingsPropertyIsReadOnlyException struct SettingsPropertyIsReadOnlyException_tF0B76FD049C476316A08F51318A10B3E25EA344A; // System.Configuration.SettingsPropertyNotFoundException struct SettingsPropertyNotFoundException_t1D1F0AD1FC77A33F35DC454C1AA41FECE2BD7B10; // System.Configuration.SettingsPropertyValue struct SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA; // System.Configuration.SettingsPropertyValueCollection struct SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73; // System.Configuration.SettingsPropertyWrongTypeException struct SettingsPropertyWrongTypeException_t5CD8FB78C2C5DF692FF761E1F1531205F7AD7CD9; // System.Configuration.SettingsProvider struct SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C; // System.Configuration.SettingsProviderAttribute struct SettingsProviderAttribute_t38CAB8D5E11B31E0FBD036C692BE02157CDF7F84; // System.Configuration.SettingsProviderCollection struct SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C; // System.Configuration.SettingsSavingEventHandler struct SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD; // System.Net.Configuration.SettingsSection struct SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB; // System.Net.Configuration.SettingsSectionInternal struct SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18; // System.Configuration.SettingsSerializeAsAttribute struct SettingsSerializeAsAttribute_t0B3FC3A9D96413FC9FAC0072B114D4FE3BC721FA; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266; // System.ComponentModel.SingleConverter struct SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391; // System.Configuration.SingleTagSectionHandler struct SingleTagSectionHandler_t5CA4FCA30F6F32CDD375C6FC33941F2896811C62; // System.Net.Configuration.SmtpNetworkElement struct SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257; // System.Net.Configuration.SmtpSection struct SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F; // System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement struct SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A; // 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.Globalization.SortVersion struct SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA; // System.Configuration.SpecialSettingAttribute struct SpecialSettingAttribute_tBC111DFA8B4351A56F85DADFA45D2D4970C43BDE; // System.Net.Security.SslStream struct SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // 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.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Collections.Specialized.StringCollection struct StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E; // System.ComponentModel.StringConverter struct StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF; // System.Diagnostics.Switch struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC; // System.Diagnostics.SwitchLevelAttribute struct SwitchLevelAttribute_t6998C6E894D9EE9E366F4882B3B127C1D3D83746; // 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.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E; // System.ComponentModel.ToolboxItemAttribute struct ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1; // System.ComponentModel.ToolboxItemFilterAttribute struct ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4; // System.Diagnostics.TraceEventCache struct TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0; // System.Diagnostics.TraceFilter struct TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8; // System.Diagnostics.TraceListener struct TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709; // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126; // System.Diagnostics.TraceSwitch struct TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83; // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0; // System.ComponentModel.TypeDescriptionProviderAttribute struct TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B; // System.ComponentModel.TypeDescriptor struct TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F; // System.Reflection.TypeFilter struct TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // 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.Threading.WaitHandleCannotBeOpenedException struct WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3; // System.ComponentModel.WeakHashtable struct WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Net.WebClient struct WebClient_tBB9C025453A3820E593327E112FF5D08F632604E; // System.Net.WebConnection struct WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.Configuration.WebProxyScriptElement struct WebProxyScriptElement_t6E2DB4259FF77920BA00BBA7AC7E0BAC995FD76F; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0; // System.Net.WebResponseStream struct WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F; // System.Net.Configuration.WebUtilityElement struct WebUtilityElement_t3CAEE818299B8719DD27A5DC410EA43EC9E77F4B; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // 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.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // 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; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor struct EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4; // System.ComponentModel.TypeDescriptor/AttributeFilterCacheItem struct AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC; // System.ComponentModel.TypeDescriptor/AttributeProvider struct AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A; // System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider struct ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842; // System.ComponentModel.TypeDescriptor/FilterCacheItem struct FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62; // System.ComponentModel.TypeDescriptor/MergedTypeDescriptor struct MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384; // System.ComponentModel.TypeDescriptor/TypeDescriptionNode struct TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebClient/ProgressData struct ProgressData_t2325FD2DF4914778126C3D69D7CBD1ECAA97CED4; 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* AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_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* BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_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* ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556_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* DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_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* EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_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* ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_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* GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t883859B252A9C2EBF5E5132DE4284CC61456ADAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_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* IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITypeResolutionService_t6A46AE5E8B7E7DC2731ED2C8C4C6E62C0DD4112B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IUnimplemented_tBD81BDB508E905068443C0A78E3378C504702FE3_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* InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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_t5D5EB1A9048F1180561855E6150AA537292D77C4_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* MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_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* OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_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* PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741_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* SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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* SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_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* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_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* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_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* ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceEventType_t408E2DD6BDE793C1B2262282C676165875E87587_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_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* 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* WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebClient_tBB9C025453A3820E593327E112FF5D08F632604E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00644F71DA7DB182CB08975767498113F2C23991; IL2CPP_EXTERN_C String_t* _stringLiteral00D5501E7FDD481107FAFD4ABD5CFB06C2A98C53; IL2CPP_EXTERN_C String_t* _stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37; IL2CPP_EXTERN_C String_t* _stringLiteral050E14751C1172FDD0FDD7679A1CC0E00FDCB33D; IL2CPP_EXTERN_C String_t* _stringLiteral08F8B2B8C0628B81358A090769C0C105FC078606; IL2CPP_EXTERN_C String_t* _stringLiteral0D29407E717F74F004FB1E6A93FA86C029752A02; IL2CPP_EXTERN_C String_t* _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA; IL2CPP_EXTERN_C String_t* _stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8; IL2CPP_EXTERN_C String_t* _stringLiteral143956766707E0543589DAB7DBE2742B2B993D2E; IL2CPP_EXTERN_C String_t* _stringLiteral14B46243941FE5D62A97AA84AA56314181BBB846; IL2CPP_EXTERN_C String_t* _stringLiteral15A74181B914BEE433E4CBF3D03B7B4B670B7F18; IL2CPP_EXTERN_C String_t* _stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5; IL2CPP_EXTERN_C String_t* _stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral245056A100091E91B7D7C18DCDE354EE9C74351B; IL2CPP_EXTERN_C String_t* _stringLiteral247EC42DC8910B1E8A59D0C5F96F7B725D9029DC; IL2CPP_EXTERN_C String_t* _stringLiteral26E003F8285E44FCE6C040B930D0BA840BD2545F; IL2CPP_EXTERN_C String_t* _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E; IL2CPP_EXTERN_C String_t* _stringLiteral298A99E14752303280C6D0721BC470D9AED2CB9C; IL2CPP_EXTERN_C String_t* _stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2C72DF4ED74F00131D376973AF54389A29A2C38F; IL2CPP_EXTERN_C String_t* _stringLiteral2D15C70C0521D7D78F497EBCFBB061DBA3F8D03D; IL2CPP_EXTERN_C String_t* _stringLiteral319D1EB2B79ACDA1B65E4BA4BA666745E69FEECF; IL2CPP_EXTERN_C String_t* _stringLiteral3220BBB392E3CB8CF814351BB1F94E3EE69058E8; IL2CPP_EXTERN_C String_t* _stringLiteral336F66C526E291DF97745944F1A7A3C2FC0F66AB; IL2CPP_EXTERN_C String_t* _stringLiteral34895670A9BF3414FB1DC20C37D9F2063BC5E90E; IL2CPP_EXTERN_C String_t* _stringLiteral356F18017512A760F46C8C6E41C462F76716509F; IL2CPP_EXTERN_C String_t* _stringLiteral377405A3DE521B32C6A51F3C47F6E64D73BC0C71; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3C8270965A7B96A9EBA9B15D15C9DE157715B9EF; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral40959A7A13001D529E7A077B438811A515D9ACFF; IL2CPP_EXTERN_C String_t* _stringLiteral434966594DABCF0FDC371F7FDFF950F93C6E95EA; IL2CPP_EXTERN_C String_t* _stringLiteral44FEEC2F69E25C4FF581C3DD4599AE1D1C7B38E7; IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral475F6E8637A44D20C22107B55E31FD008064EC56; IL2CPP_EXTERN_C String_t* _stringLiteral48DF7FBC485560466346065B01739DCA98A8522F; IL2CPP_EXTERN_C String_t* _stringLiteral49FB20AF7D832AF20AD2F4170339D473684018D4; IL2CPP_EXTERN_C String_t* _stringLiteral4A6999D0958CFEF0962818BF7A1CE95D466D5725; IL2CPP_EXTERN_C String_t* _stringLiteral4B55B8B2A922B549317BF058BE94804D4D6C1B1A; IL2CPP_EXTERN_C String_t* _stringLiteral4D2387442D8BDCD11C792EBC656B086712EBFC48; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral5738E8EF39F4A746FB353657868616164977C054; IL2CPP_EXTERN_C String_t* _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF; IL2CPP_EXTERN_C String_t* _stringLiteral5AB888DD47DF6A8C6F17ECD9B95B09F442A8051D; IL2CPP_EXTERN_C String_t* _stringLiteral5F9AFA6270B3FB3F98955E67596093AC7EE38931; IL2CPP_EXTERN_C String_t* _stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB; IL2CPP_EXTERN_C String_t* _stringLiteral64C40E5A1725CAD99268DB59E3802965F9192F45; 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* _stringLiteral6FE6AA6EF03FB6550152903A7B201A6108F728DB; IL2CPP_EXTERN_C String_t* _stringLiteral7178F686F6536F1D8DE01875605C5103A566B9B3; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral799F7538C2C461783552ACFA4CBBB9715DCD671A; IL2CPP_EXTERN_C String_t* _stringLiteral7A62F4EEAA031F30B545A398D12F81D6413DE012; IL2CPP_EXTERN_C String_t* _stringLiteral7B84C314BC490BBD6AE599F043DF127D09322AFB; IL2CPP_EXTERN_C String_t* _stringLiteral7D1C38A21F73D199B3533492AD93C440D1DB735C; IL2CPP_EXTERN_C String_t* _stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705; IL2CPP_EXTERN_C String_t* _stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88482A2C0B65F215CDEB6EE94B8250AF9D2BB534; IL2CPP_EXTERN_C String_t* _stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057; IL2CPP_EXTERN_C String_t* _stringLiteral8B7F2D4D512645479E144736945EB7801D72E576; IL2CPP_EXTERN_C String_t* _stringLiteral8B9F99550D8DECAF31E1FC1ADF4921923B550D17; IL2CPP_EXTERN_C String_t* _stringLiteral8BE5C9899797F1E566FFFC47444CDCFD86CEEA6B; IL2CPP_EXTERN_C String_t* _stringLiteral8F37F8E27E5857460347BD55FFBFB98FCC58AC10; IL2CPP_EXTERN_C String_t* _stringLiteral95C39195E1FF1AF21629B2D01BE4331E0A51A560; IL2CPP_EXTERN_C String_t* _stringLiteral95D5E54BB22383826530413AFB0F54F601E9526C; IL2CPP_EXTERN_C String_t* _stringLiteral9696E4A4E55A237E98B2267ADF3E00DDA59CF675; IL2CPP_EXTERN_C String_t* _stringLiteral97EDDBE4A869625EADBA1F87954566C285043157; IL2CPP_EXTERN_C String_t* _stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D; IL2CPP_EXTERN_C String_t* _stringLiteral9B5D93EBDD41E0250436B5C2FA8A1004ADC41CB9; IL2CPP_EXTERN_C String_t* _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9; IL2CPP_EXTERN_C String_t* _stringLiteralA10381CB38E0E91049E1508AD6539421AB2EBC6B; IL2CPP_EXTERN_C String_t* _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB; IL2CPP_EXTERN_C String_t* _stringLiteralA307072A8AACCCBA967638A3D62A9905C14FCA1F; IL2CPP_EXTERN_C String_t* _stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA; IL2CPP_EXTERN_C String_t* _stringLiteralA6B8918D8D223D2B21B24F0A46CE0B7203B1B9A1; IL2CPP_EXTERN_C String_t* _stringLiteralA78DB613D084170BC47F35F56FCFEBBFC3E56F82; IL2CPP_EXTERN_C String_t* _stringLiteralA86BAF50597421454B25F523BA9CC1EE620D0474; IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D; IL2CPP_EXTERN_C String_t* _stringLiteralAB2BFC4F984EACA60F54252900742752FBCED8E7; IL2CPP_EXTERN_C String_t* _stringLiteralAC0775E2368BB47AA6FAE68F8F661629D4AA8F1A; IL2CPP_EXTERN_C String_t* _stringLiteralACF7109629BB68D61D25009C03888D38BEB6378B; IL2CPP_EXTERN_C String_t* _stringLiteralB01C63B56AEAB2EE27B94169788685DFA6814FB2; IL2CPP_EXTERN_C String_t* _stringLiteralB685B58C78BBD2C174C699B34902FEDB4D764650; IL2CPP_EXTERN_C String_t* _stringLiteralB8FC2FD120CFA011631D5837F961430B7A8EA5DA; IL2CPP_EXTERN_C String_t* _stringLiteralB95AE689196A880270CB6E190350995409443B4C; IL2CPP_EXTERN_C String_t* _stringLiteralBDC5FDC47ACE7F03CD95EC2B3BB2812C5F79E14C; IL2CPP_EXTERN_C String_t* _stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951; IL2CPP_EXTERN_C String_t* _stringLiteralBEFF06E54B3C0BAC053638B221FFD787126BD885; 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* _stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221; IL2CPP_EXTERN_C String_t* _stringLiteralCB2989A7D7DAD8D54F3AB61BC1CEDF21C0F7C6A4; IL2CPP_EXTERN_C String_t* _stringLiteralCB90D239C32DAB2C68B6BA744A5F9F0346FE0FBA; IL2CPP_EXTERN_C String_t* _stringLiteralCC7E0767FE2666F48DAC672FD451F2F5BC6B4CE6; IL2CPP_EXTERN_C String_t* _stringLiteralCECC1028C1E3AF6EBDD6E2225AB1F86248D1958F; IL2CPP_EXTERN_C String_t* _stringLiteralD1ECD956B7E4E74651008E98FEBFB3E2411DECE4; IL2CPP_EXTERN_C String_t* _stringLiteralD6666A5378E24D73C08023C01A82C4410D57532F; IL2CPP_EXTERN_C String_t* _stringLiteralD6B94B0798130EA7E48D45E575293E70EDAC7151; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728; IL2CPP_EXTERN_C String_t* _stringLiteralDCF6ABDBCCB0A601DD4A6864756369A502E514FC; IL2CPP_EXTERN_C String_t* _stringLiteralDEB2ED530C7D4900E96408253EFCB69D8279D13D; IL2CPP_EXTERN_C String_t* _stringLiteralE6971243F7EB358A7C6E0D382075D789ADC51C31; IL2CPP_EXTERN_C String_t* _stringLiteralE705C6345C26AF82E64D22DBE44B2A3514F2F06F; IL2CPP_EXTERN_C String_t* _stringLiteralE9865427649C328B5047F2F3A0AD18535D186B45; IL2CPP_EXTERN_C String_t* _stringLiteralE9E98275388D850F12D640A7FF525D4FB44D7AF2; IL2CPP_EXTERN_C String_t* _stringLiteralEAD89BCF94CEC42E8003F596E097534D65C876B3; IL2CPP_EXTERN_C String_t* _stringLiteralEBECB7898FC78173181DAAF1CA458CEC03CD2799; IL2CPP_EXTERN_C String_t* _stringLiteralED7C00197E09BCADC7C4C12F9AFE2C99693799A7; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; 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* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralF9714C70F08B15BEF4414BD33A16130BD670348F; IL2CPP_EXTERN_C String_t* _stringLiteralFA96D8502991BEDE3E090E33C4985A56A8E2DDFB; IL2CPP_EXTERN_C String_t* _stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE; IL2CPP_EXTERN_C String_t* _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0; 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_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_m42F61296A8672A383AEB3119A7B2552836860E5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m7A74133BCAD04AC08A5560E5D8F564DC9633F586_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mFBEB8AEC4D3FBB4758C174BC06FC7BAB0D36E33F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m15FB36992B8BCE0E78D56523D89A446AE75EE484_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mA617F9592606590DFED8E485B66026CFEBBABAFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m0E9A747145C1AB1D4E4DCC8E26D6D9779322B64A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m4C8C4B42B03D6C28D03F96A7E229AF857779115A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCA7A05DD58101046793A14ABD775E3F28ED3CE17_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_mB80F495206B6B1883B3D8A7B9602F9EEF76F52B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC2FF39956D7993992E7E3328147049DD8099A270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m7599F046D0BCD3A4370D02CD7C042900744AE149_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_m68C6D9BF51A6EDFD222F8F533A678A8E5C997705_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB3658D275B51861C8F9DB2785BC3AD0273AAE1E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_mD759430F3E5DC7A3D549A79175C1469B7106D45E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_4__ctor_mAEE0AECC77D2DB49FD26A03FA6586601BD9265EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m35135B341E0EAD9932EA518DC5480A9E91899095_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m94BD4D82315534D783D740C3D4FD6AE9DE52F452_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m2009EB1BBF38A99CC854A5D0695AA69CFF69CB18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m553E700E121B35F13F74DEE05EAF418BA5ED6A28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_mAD4AB473DA940DCE979A195512B29C349309DE8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_mD4B29FBA7A661B8A10EEEAEB3C1EBFA63BD09B69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_m4AB2BAC28638627DD2C410BC42E43FD5BECBABDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_m7961A093C4CED6EACD42DFFF350220D1C048714D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m1032B36ABA588DB2E5CB29710B250894955C11AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_mEA70CD37022329C6A3A929BCA0854EB915DFC973_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_m3A9355491C730586942B3464527BBDC2F6A27B45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_m86D0A37EFDDA475E6F3D795B70887B45CCD38539_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mEC3C0CF9E0E3371225A3D807C5862185B4B393B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF0C80411BE6679D489E2036CBF5F9B11573830E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m3850EA63EC3ADFC26DD787A8DFDE6B1DFCE455DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m97137C34786703A6FF60C8FE5711932496008F28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m389AF22C2EC03C4624B5B1122632815C1FFEDA06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m238CFC975F497BD09A0952E8AC82B46C3814EA87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_TrimExcess_mA7ED761FF10906AD8E29C7A86F29BC513F32107A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m36355704B10200ABC2B12900E77E4A9987640F3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mABCAEBACF4789B353E5F58E05ABB03419BFA12F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF340F34C1F60C0DF10925603959062CF976C43F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBCBE3E2D7E94AAF2A0B73A9AD638B23CE9AF415F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFFA024925118B5713A73B7F441F437F00874F258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mB3032B98553812A832F9BF14949F00960E2D3DF4_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* RequestCachingSection_DeserializeElement_m8DFE9E094067C979FE8E97B3ADFC592FD5DE6F51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_PostDeserialize_m48A991194BC984B927FE0FE8943DBE884CBF0A4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection__ctor_m8E0C7CB42A6330FC1002C41EBF8FA72732C26387_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DefaultFtpCachePolicy_m4B92654DCA2A362D64B7A9B341108476B5406752_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DefaultHttpCachePolicy_m13F5477E396B25B728BE00E3E14DA243FC781C77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DefaultPolicyLevel_m10650A5E487195D5CE29220851E34D56EE1FD483_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DisableAllCaching_mBDC2A5CE57702504450783B184B172133AA46D6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_IsPrivateCache_m6B3CDD2ED5331D73855179DD090F4D4199D73B62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_Properties_mFE206C66018DBEB2FC2BC1950BF57127CF167D3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_UnspecifiedMaximumAge_mEBDF64A82B8D7B98BEBB52959940BF20D3CFC964_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_DefaultPolicyLevel_m8E38CE05B4CADEB9A6F8D11E0B6B74E92E73C5EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_DisableAllCaching_m0387E4C143906E02FC6925DB7151D1BF79CD13CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_IsPrivateCache_mD1F21AC395BFE190A21D9C54D33EF656ECE2AF40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_UnspecifiedMaximumAge_m55317C98962B257C5217C380147BD67DEFBF5EF8_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* SchemeSettingElementCollection_CreateNewElement_m18ABE7C70BC3FD02028B17161EAACBEE57A3CAA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_GetElementKey_m8027D16FEF7CF38BC70955FA47BB3C530FC98CCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_IndexOf_m34A442FA029FA3E8CCE1B2A3A23BCBC2910FE84C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection__ctor_m92DEB886E1A2A94EBC5ED9894C1A8BC5E43F8D02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_get_CollectionType_m5CD79FA582747D6C087A03724EB99F298F50E87E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_get_Item_m705D7686D4B8161163D0C7DB91964FEBF507D1DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElementCollection_get_Item_mA839646D2BDF87E7FD2485760FA6E5E16B995F40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement__ctor_m310AF74EA8B0740D2D8F45ECEEE00E4359B6A29F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement_get_GenericUriParserOptions_m75DF569D8BEC6FD908B9768773746159ABE5FF3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement_get_Name_m8C72A96471C1A26DEC06FA0E0AC6708400513C2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SchemeSettingElement_get_Properties_mD0FB73A43647D1E74FE9059150F37B63F536B543_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityUtils_SecureConstructorInvoke_m92B12262C78DED81152F3950A4C964BB7D2B6AB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecurityUtils_SecureCreateInstance_m77A5F85F6F614B84FB35A6B2DB40FAE72D5A72E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Semaphore_Release_m35C1A57F3FB61FC314781F3FEC14D0EB67418E21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPinChangedEventHandler_Invoke_m03A999BEF8053C20BC3E3F8F38D7F8D448D4FE8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPinChangedEventHandler__ctor_m3CD60FD7172D76B8FF47A1970A556870530A1CAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_Close_m288C294F0F4AF5508E932492937DFCD348AB9C34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_GetPortNames_mDB0C4A065DA6155A6A38B87610F7019FE5A97F30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_Open_m8AD6DD164A6CA49E736D1D3C7CADE54264335A63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_Write_m469005350037D93FBCF5298061475EE016B52CED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort__ctor_mE0AA272C30A54B314B981B20D1313646F9E498F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_add_PinChanged_m9BBC1211E4DEBC71437A2EF118A4DDE6C8581BD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_get_BaseStream_m8403D0DCE09D93ADB5A7D779DDEFBC9A3D03B292_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_get_IsOpen_m67DAEA08CB7DDEF1144419F6C5F09F4E3C3D3D39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_remove_PinChanged_m5B91B0CE1637D73A1EED23C08FB9C39098A90DCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_BaudRate_mDF9A29532844E13B7B46B15F679EA0C7BDE862A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_DataBits_m34141498A97281A66407F7B5348423BF90114AE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_Handshake_m95B372A67AA56FDB96C8A2C65BAA0D978A45F5C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_Parity_m66A3063DCBAE1DE1F65CE18D1AFFC0F295147B82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_PortName_mA91E493A0078631FA46AB3A814EB1D0960EBBCEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_ReadTimeout_mD5EC3B8F392013DDBB2331064ABD232486B4C012_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_RtsEnable_m558445585CB819207BBFEBB819F27A3EB850B3FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_StopBits_m16440A3CD939EC1C58B417500449E97E29010514_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerialPort_set_WriteTimeout_m7171124A4C69BAAE27EAF1F7B6436A9E75DD23BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerCertValidationCallback_Callback_m70F2E0E1A3C556EFADA5F1AFC56B43A65E0E7FBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_PostDeserialize_mE059E4F8403C68F4FEEFDE9E315BF0CBE0720FEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement__ctor_mA04F31D124B40258FE6673A2B7B0F7B2CE787615_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_CheckCertificateName_m62E5E1D81B00918DA502CFA6A1A8D1F34D66ACBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_CheckCertificateRevocationList_mF7B3F86C6F98AB396246019A92F08D0DED56DDB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_DnsRefreshTimeout_m7ACEB261C9D9E9CE694FE8907865CCDC8189F81E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_EnableDnsRoundRobin_m873C9D3A2BEA555B6FBF3EA254D58F3AFE3C5213_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_EncryptionPolicy_mE956141A240C5D46B15C6EC084905342E58AE7B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_Expect100Continue_m641F3D238703689E010AEF3946453D357BA25BA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_Properties_mCB80284E347910A59F7B5A495D5862533E41907A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_UseNagleAlgorithm_mA3BC2A4F633ED7C88DFAE05932332336256E078F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_CheckCertificateName_mE5A6166B0C5F7CE516923B00050B23E3D18DA515_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_CheckCertificateRevocationList_m7D972A6F0F14B56DDC09B4DE1B93DAC2026B9844_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_DnsRefreshTimeout_mBB08D741E46234E176CF06E025F63EC7F5CF1E0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_EnableDnsRoundRobin_mBB8B37C78D51F3E7179AB7814E69A8DD4FA8603C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_EncryptionPolicy_m25EB5467C77C06635FA778CEE22FA406E362D270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_Expect100Continue_m37D5819F385E0E255EEC72811E97FBA4AA24A32F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_UseNagleAlgorithm_m274AE5C04CDF1DA436EBC07F54364DA98635380B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManager_FindServicePoint_m109F6EB5F2E4E9C818FC341CABC1716C2A460586_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* SettingChangingEventArgs__ctor_mBC1EA5B1817527924D21453C63818F89F0789713_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_NewValue_m2D349ADB239358CAA63FD78751018C5E706E90C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_SettingClass_mD9859AE42B78D64D2D341D79CB081EC83A942DB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_SettingKey_m16CC16BBA6470DA11AE6902AF17B50BFE516B069_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventArgs_get_SettingName_m91A0494DA14E22C871887C26C75E6812609CC1F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler_BeginInvoke_mAFDA72015EF5A25738B9821BB0D14E9F9AC70A66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler_EndInvoke_m0AC8DF8D793989911C996003F4AD17781B7AEEC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler_Invoke_m36F38C7DD7B026AE845CC2F109EFE232F582BB28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingChangingEventHandler__ctor_m636E5F65356975A01F02C03D48E33A9BC2DFA864_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Add_m0E7F513061F5C84DE34EDDD0DCF4A1BCACA32261_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Clear_mBFDC721AE66E982684F67A8EF4E3F11A8BE0FE9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_CreateNewElement_m69939BF7C002C781E18C0CA62513AFC0597ACCDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_GetElementKey_m730F508DF8F0447A6C0A79BD707A9F3154A076E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Get_m55CA3983C9A7FBBB3F94CCD2ED5647878439A930_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_Remove_m63BF0966C9CF558373D56A6073395429314711BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection__ctor_m8958A95BE014460C7ED0B949BFC390D8ED7FCB7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_get_CollectionType_m02A05E3F926149ACE133C2FDBB55B099CCF8D6DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElementCollection_get_ElementName_m213719DE8AFC1844089061C21778FD6040B34479_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement__ctor_m71CDFD6E8E256F7C9D38C5D103C9B4F44DC37C1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement__ctor_mB09AFF44CD1C1FE517ED699D60E835E166FEE8B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_Name_mA6B5ABE59C91C0E40701655D60FFCFF11E72B791_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_Properties_m68C9F3557468446CB46BBDD00569BD6539175764_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_SerializeAs_m734D9C152EA7767A65FBDBB95EE2B6EE969B37F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_get_Value_m7D825ED8014839DAC4F10A85C0CF0580AD2BD187_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_set_Name_m10004EB724E87409435454745460652FE6D336F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_set_SerializeAs_m7AFC7595ADDBC16D4118E6B7CAF4EB2547E0DAD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingElement_set_Value_m5D700B30A24F156B2D598A44C3AC594651021CBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_DeserializeElement_mF89E6C2471B9B5453271C98F1FC1E3A685503FF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_IsModified_mF528E98B9E067B957FD5F36E9FE78225080C5A1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_ResetModified_mA6A207504100FF09B1EF429AB2164CFE6441A2F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_Reset_m5D5E504302DDDD3CC072D56EEC6D220CC043F755_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_SerializeToXmlElement_m2EB5CEC2EC72AA1F40CE4A95E5E9B051FC2CFFC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_Unmerge_mA978599A99B68197025E162DE2C7A90E89DC6C35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement__ctor_mF8D58BF3766EF88F84FAE4A32B72B47A2B4EA48C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_get_Properties_mC9FEC4F3EC29E0A438234090EDFA9D306D997B1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_get_ValueXml_m482F77036310C43EBA534F2CDFF9D402BD39E671_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingValueElement_set_ValueXml_mD0323F13B4E116CD31F34D00C7230296CCA8E027_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsAttributeDictionary__ctor_m59F9F23BB046F9839F3BD704F5ABA9E647CF86BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsAttributeDictionary__ctor_mA8881F62B55663FDF977F72E28D5C98618B86923_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_Initialize_m9CC3ED48F658F461F67B77B77B69C7FF6B9F6F96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_Save_m7D04A60A2973F3CDE092FC933C648F1F05C4D4E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_Synchronized_m12C7B0040C9C34A8CE8F3F4FE9F836E38E9309CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase__ctor_m32E5731AC193695CE240C078932E5A42C4AB0F1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Context_m928CD6A23596488005C8DDBB71D7F8F4EC783581_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_IsSynchronized_m88CD5CC2EDBE9C1689500A49BB4D8C416F392793_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Item_mD5D778A7FF3F2E50A8880169509BF97C14D64C37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Properties_mAFCAABC6C785C8AD2AFBC662AE93155566BC0679_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_PropertyValues_m19C8FDAF90DFC22662947888BB6786E8844C6EFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_get_Providers_m0708F810CF1879578B455812023A26EB0EFF5C7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsBase_set_Item_mF71440577EF6974F6D60F5BA27E31A3D3ACD471C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsContext__ctor_m84B4E48109D767B2A588104674276E1E81653FC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsDescriptionAttribute_get_Description_m8EAF3A355B698852BD4920245E432F4AD309A7C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsGroupDescriptionAttribute_get_Description_m2EEC43B311ADA38711BF16377D2401D687C62FEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsGroupNameAttribute_get_GroupName_m135D609ADA4D5FFCC02806AC64FABE20168501B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventArgs__ctor_m81F71B62A60115B5D7109BF307B0958197E64618_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventArgs_get_Provider_m9B8D36B19BFF9DA5CDCC162E27AF367E4FF855FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler_BeginInvoke_m5F58382F192DCDE89D49B2A1B2795BC8309945D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler_EndInvoke_m2F362A90E1E36735BE52FF785ED358019599DE53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler_Invoke_m7341AA72FA10CF76833B83EC87CC7EF1697CCD0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsLoadedEventHandler__ctor_m59CAC62858BF5D8F68F932FB5C4683E7B342DE09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsManageabilityAttribute_get_Manageability_m3E0907CAB7E55F50D6DA302639CFB3D161BDF826_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Add_m225A48D20D1FB53B3DF168BB587571039F2F60F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Clear_m6C5043AF73005C2715281E2B29F3802B38F5C1C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Clone_m2048E7066ED0FBCF701CA1171F939CF378243CB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_CopyTo_mBC5384BAF30DA3FBDAA78242CF71C2333F2866DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_GetEnumerator_mB075146EA3D6015532F5740001AE4D1FBAA85391_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnAddComplete_m36685D5739E8AD0FBD80EDF96141A8B64058B437_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnAdd_m6D9147D41AE54F614CF9428E9F6B9987A8D3845A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnClearComplete_m05E1941AA9B2F27CB032020777E4364F54A5C833_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnClear_m63FA45DD473075F8591E097CEC8F5DECA10AD2FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnRemoveComplete_m48734D2E3BA5482C224F40469734C9A87D8C9D9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_OnRemove_m9475DB98546183841D4E3EF53377BF604304F472_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_Remove_mB915118C075B3E2B11BA89EBC3025A248B2575BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_SetReadOnly_mF01FEE1C0A14549E186D3EDA3FDC1EC0E961ACD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection__ctor_m01766BA743E530268A9D0AF3DE07DBC27E04E622_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_Count_m8DC0E8426840B43E7024149D29F439DD9E948CD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_IsSynchronized_m65455A2FB650A47108156E48597FBB076A8F8FFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_Item_mB25D5ECB70363DEE9B5BF3A94A0B9FC0EA54BF8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyCollection_get_SyncRoot_mF668AE11CE4956A58F082A2E3EF58A41A3D05E8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_m1A2DD42B8C970C8CE41EA3F35EAA43267B307E26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_m8803246779459BB087F617CFD35E8DDC7D456ADB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_m8EB607BCC595C506ADC8FAB7BB01A7C5DF050214_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyIsReadOnlyException__ctor_mF7BEB67D76125F21B0192D742FD70517FD6C6F9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_m1694EA3FDD809FBF4D74F029762D55766CEF60B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_m676269608D1DE46A9B0FDE3C404C1187F0049380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_m9C39054744D5F4622F880AED070FC077484A9B8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyNotFoundException__ctor_mE35C4476A22528D9F150641791E6F1826AF16C2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Add_m85E24AA13E634C842AB66E57F792AD282B4CC24F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Clear_m95DF3D761FB56B241C186FDFD7AA6B0FE8A737B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Clone_m147426F75D5C25D28DCA3013825AA7B61574C851_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_CopyTo_m039D6C2B84E81D3CD3E794467DF1DF11ADDA7741_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_GetEnumerator_mA4D166E1CEA192E99BC0C65B62DB610615F416DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_Remove_m87F96CA7096ED0FE8FAA326D7BC5D519A06FE52F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_SetReadOnly_mF451B4228EF33A7F8BDCFF299E6AE8EF2CC992B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection__ctor_mA58A40C260FBB7C3CD5CA775591924BEA1EA0C99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_Count_mE87906117631300231BE192247FCE4C121DEFB2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_IsSynchronized_m14173E7B3AB485358914C192421700F7A40ED242_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_Item_m0C34754BAA0E398055BD65ED030D0C013459D3ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValueCollection_get_SyncRoot_m1C0625235254787368892170EDFF730B5141D56B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue__ctor_m9F52E7EDACC44C99AA232A1FAF11AA4B070A0BFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_Deserialized_m0CDC744754307D177A238D5A06807370A49BBEBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_IsDirty_mE12262E9C6569B96EF3FB2A3E1A322B3790EC60F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_Name_mD51A3F24613A3803406AEB5F85F8F162887A04CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_PropertyValue_m2B9E1327DF5D0B76BDE28C8C7258230A275A794C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_Property_m8C8F5C8B0CE7DA4D2EC56447B6049ACE507E158A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_SerializedValue_m3128BEC0A87BD2AF674EB075263F570DB20EB6AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_get_UsingDefaultValue_m041D7A351EC79757972B749BA200749F97C994AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_Deserialized_mEE6D3A331E434413357BB7BBE360EBE4DB303E9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_IsDirty_m3B590775F6F7D1F92F19CBA7A481E1916E8C4EDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_PropertyValue_mD29FEA760E3E572FA2D3E52B75EF1460CF4BFF41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyValue_set_SerializedValue_m0EB0FCF2F75A53446E534D09835E79182308F6A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_m132113474813D22B427451B2B659D934EEF590EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_m66BE5D11E4F9DB7A754952250DDE0DE71FD99A23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_mE2FA00216385595F2DEF473C945608A1588AACBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsPropertyWrongTypeException__ctor_mF30C96C41C7DA33EE0E4D42D2E57430855058A17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty__ctor_m72F14D1E1231D1D0A1E1D9D8A38666A2482C74A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty__ctor_m72F1517E4E90D35716E0559982BE269CC99D9CD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty__ctor_m745CD62C223A2CE166A48C7B5565C1AB21FBFF0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_Attributes_m0ED3A44FE92E8B32B9D7E60D63A16BFDF18A3FD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_DefaultValue_mE08854DFD88A4E743690780680FE0380E6166993_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_IsReadOnly_mB483D72A3FD88ED77BE681F0A7C66E625B67D639_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_Name_m83A8B45E00A83E23F49953B4E5654D9BFC209340_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_PropertyType_m2E6F9A25AC8BD9F96A6AD160D7C35408E75D49ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_Provider_mD4F59E852FD126513DC3C33EE16084EDF915CE70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_SerializeAs_mF1F1A7D49BD34B56F7406109EE9AFA82372E8369_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_ThrowOnErrorDeserializing_mC72E9D2C7EC960AA5A09029D041294B09AFD62B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_get_ThrowOnErrorSerializing_mF7869059564BF94219EE4CA95F77138AEA939143_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_DefaultValue_mFA7FD1134E53B5F2D634AFF8DE3029CFF3AF1536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_IsReadOnly_m722870816F392FFBD3EC8D0A3100C53F2C67497E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_Name_mF1CF6B1C2E23B56B480126FA8B93B7A62BA0AB00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_PropertyType_mE3DFA7923321969476D9B63216819376927C65E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_Provider_m175DE7486EF768187BEFA906BD75BE3AF83E0477_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_SerializeAs_m398F12900195A4084CF1E815272B33A3F06A000A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_ThrowOnErrorDeserializing_mC6B0D1CFAD145018352E307ED32E1DC81B6E6852_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProperty_set_ThrowOnErrorSerializing_m6F0A5E7D25F9001D27C83456C1BA30A6B17C7FA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderAttribute_get_ProviderTypeName_m527EA5998C0644136D6DCF9AEFE7698E42C876C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderCollection_Add_mED60DC906FE0D4493E3FFD7533C6E180DAC78FAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderCollection__ctor_m8BF45C253BBD6F2BB5F4C5B3D13F5F7411F51A50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProviderCollection_get_Item_m766C62C6EA1D6CF845ABA1883B3283BEC410305B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsProvider__ctor_m395565E4E155AC3E84A4E1C491F66C033267395B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler_BeginInvoke_m0B4F31C3C8196FD2D4B16879BC7A0AB9FFCA75AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler_EndInvoke_mD9F3EC0FA802E741C0DF3F3E84B7B3FCC527584B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler_Invoke_m52F8350CC84F8A6EA4A86CEE7D121BDD3A38078A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSavingEventHandler__ctor_m6764A62B84B357A510AA0D0C70EE654244334029_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection__ctor_m09A6DF12BD56D2C0E0ABA8152004C486B1DE97E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_HttpListener_mE76AFA8E0A55AA94C0E35EDE8B76FA0202DDFBEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_HttpWebRequest_mA2AA2623CF50340BE988D26D4D46BD9D90064604_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_Ipv6_m5D2405FDB237F4635E674C1A52CCB4D44FFF55B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_PerformanceCounters_mE35AFB8E9C8E14F98ADAE4ABF37172910BF766C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_Properties_mE5337C4AF39EA0A1B2AEB842CDBB16B8C0C1C4A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_ServicePointManager_m230F6081AFDDE190F3599E289371B4962E78ACD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_Socket_m1F770B72F754845500687D1F5C06EE3989715DF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_WebProxyScript_m7EEE95FF02B8A197859092274FB8CA604A40A381_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_WebUtility_mFCEE3A9FDAD828C59BC9638FDE89765A9410A4CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSerializeAsAttribute_get_SerializeAs_mBDEF4D6F4B0EB1D25690DF78AA1F55C7D44F6932_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SingleTagSectionHandler_Create_m96EF9099EBD7BD1DE8975E2C24F7F1F9F3AD00A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SingleTagSectionHandler__ctor_m5FF5476537B8F53D49B8A4B1BA28F9E3585D7C88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_PostDeserialize_mBF43A065067B287F69FC3501271D279EFF69B18C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement__ctor_mFEE2857939DAFB7DEA4E9EC6879DC7AD25763ED1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_ClientDomain_mB1D08F6617B6DCAFBAAE8C437E7BEFF4C03B5A70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_DefaultCredentials_m5E994D76EC98B6F84573EAB2E3517D901B38BC1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_EnableSsl_mEE85D0F60A0877AE9B09402E147FE5D8A6443894_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Host_m418934F092A276EA27BBA7C04DF7343EA9B2E929_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Password_m320E4D65C3F0258671F7445F4EAD2435E810D349_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Port_mC4E3D35DAFFD00959A684D0FD977940CB392CEE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Properties_m6420B7E9423C3FBBCC4F749C6F5F4565DD513962_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_TargetName_m9F53A2363B3ED5BD32755AAA134809CB604593B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_UserName_m601B8413908F4A1D0FB9501D893F8DC136634E5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_ClientDomain_mA98F9E15668192EDCB5BD54E8FB0687FF11503A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_DefaultCredentials_m48A24CF6B1727FA07FAD597926AB2806D4514F75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_EnableSsl_m83133B5897CC297E38A92DEBEFCB44B34136FFB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_Host_m1651BC2360E5F020BA7BDBC19527E54E993B4AB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_Password_m71B4E945B572966BC73D23923058245E3A17DFA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_Port_mFF981CD03C8D8AA2E1A82C079B6EEC9694CBBB54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_TargetName_m7C57ECD96651B6BBE234E783296062505A381D98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_UserName_m345CEF77AE60A40E847000D11ECAFB1A4C8974A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection__ctor_m84A61FCB3BBE4AA1376591E39C591B500E39E580_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_DeliveryFormat_mC45C4DCF2E9BE93956580A87115B72E7FD605F97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_DeliveryMethod_m273C40F6D45CF3022B52A2437957A687A1F4B5A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_From_m8B5A2C6F7F35BE29BAD65EB603BEED619036197D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_Network_mCC85D4B5743A130C0DF6DB582E084E17E41A77D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_Properties_mBA4328B89DC25F61677E77D8E08BE02B95E0B566_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_SpecifiedPickupDirectory_m5FD4FE0C790EE35C221A9AB0230FDF7017256EB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_set_DeliveryFormat_m3F26B06FF3683E19438EC4499E1E9C9A6DFDD73D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_set_DeliveryMethod_m09741237EB255A81B2A218F58805EEA72184B91E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_set_From_m0FF23D2C71B5248C77CD83ABCDF88F9A1A4A7C4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement__ctor_m559E4CBBF259E6C03A74461DEA01B590E16AA16F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_mEFFBCA4BB2BDB13B59DDA3E2A4A0B3441AF8BE1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement_get_Properties_m103C4D824FAF1E4E9EA9C836588459C6B633BA3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m0DE10C99C764EEC6701296FD65FD0EC6D391440B_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_PostDeserialize_mA8759B298B47DBA4A2141E98DC1E53BD6A809FAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement__ctor_m5D5BA302FD35A1D25BB3A596954F92AB26C3DEF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_AlwaysUseCompletionPortsForAccept_m08B06D7E7A90F2A46660C113AA9C6C4F1FDD2E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_AlwaysUseCompletionPortsForConnect_mF14979B3BCCB1CE94F6B9B0350DAC05731BE0135_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_IPProtectionLevel_m1D64773C3F1DA5E313389CE51E3BE04E15BE7DF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_Properties_m9A46DB832A9DA2A3E8F3B74D83DD96EC8A180984_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_set_AlwaysUseCompletionPortsForAccept_m4AB3E7AE52FA363B3A3F7A41690B8C36A5268B1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_set_AlwaysUseCompletionPortsForConnect_mEF9D2A614CAFBE80F5474C244048C7ED2878BD08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_set_IPProtectionLevel_mAC4DBEA12B674EE2FED87684CD88BC523F15D7F3_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_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973_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_m3570016DCEEB2EF4E34F873633B9149B368E103B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginReceive_mE0B06265B8AFC35DADCA4184D6C8B8A062BCDE73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginSConnect_mFD5889EA6A3ACA8423741598F766C920067AE899_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_ReceiveFrom_mB129CBAABDBEFED42431F891B1F62D99E8CED928_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_SendTo_mA760EDC1FC1F6525A3ABF526A7951274D9DE83EF_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_m70B560E253C15BFC41B29E92391614D64DDE830A_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* SpecialSettingAttribute_get_SpecialSetting_mAABD50DA59EDC0D3CB3A8C4302835ACB4E2568E0_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* SwitchLevelAttribute_set_SwitchLevelType_mA58EB210CC7C72B3DFBFF39732EB8707B8939848_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_FromAsync_TisEndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA_m957C08D3F4284657BEB76C39872E091EE15E78C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_m3D4A7B154FD74C04550E780EAC4D59A00316346E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_mA1FAC7AD43BDF237DBCAA538E6DD4533F71BCEAA_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* ThrowStub_ThrowNotSupportedException_mA667A039AC2AB853687594A68EFA90A799028D4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanConverter_ConvertFrom_mDD7DFB8EBEC0B30291FD2EBDA45D0B1AC14DEEB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanConverter_ConvertTo_m2D9D232EC655098A7ED260D7FA51C562BDC34923_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimerThread_CreateQueue_mAC5BC0D2F866894633C32F3561A0668452893D09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimerThread_OnDomainUnload_m2B48321A87ADB0751E57C2608AA3ADFE4188CA9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ToolboxItemAttribute_get_ToolboxItemType_m26E01A47ED77A460ED5D768F1455E652B0B02DB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TraceListenerCollection_System_Collections_IList_Add_m22F78A4F29D9A9CA579211985DD3B4CDFA21FEA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TraceListenerCollection_System_Collections_IList_Insert_mFADBCB45C7EDFD12D39ED057B54310866AFE5097_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TraceListenerCollection_System_Collections_IList_set_Item_m5A3A061A2BBE4EC943018BDD37B81A6A3FBE0FB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TraceListener_set_IndentSize_m835163729CFEC226E5E69367D3142E4461F4A3E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_GetConvertFromException_mFADF80A68EBD9F779461E65701B6F253494B48F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_GetConvertToException_m83E0C458EF1514918B73924F1518F022F635CA01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProviderAttribute__ctor_m0B99DEC7E3AFB251C49283FC8D39A3653F1573B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProviderAttribute__ctor_m297CB36641F649897352684842DCFB7E71071148_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_CreateInstance_m5BC2EFEFCC8A4A7CB16E3BEF35A13AFC5A0BBAFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetExtenderProviders_m3F7AF8D740FC23153AC3EBBBB5409D510B7009D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetReflectionType_m531DB938DC357DABFC2057625C30098E72741983_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetRuntimeType_mB773C6D9FDB454FE16434B3F1C9527D2318275A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetTypeDescriptor_m80C4B31EC6E2C9FE5D15181F51D7C97FA87BF892_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_IsSupportedType_mBC4E6598731E48D9F622A470B2C40408F4F4AEA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddAttributes_m38BB8D366C1429119B8FC18E74B75D8F82D1B380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddAttributes_m72DABCFDFC02382F6399B7AD44AAEAD7E05D75A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProviderTransparent_m54420F9FCCD96E4FD3064EF359DCDEFCB42FE964_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProviderTransparent_mB24D1FD8A801141D93F026748F3D31D3E48ACF0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProvider_mCACA9ABA41E168C1B79FD952F7A9FEE1867200A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CheckDefaultProvider_mE71566C3452AF8803143B08E974C10E5DB944633_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CreateAssociation_m9B0AE81F58942C6048B7A672DB935750B06332AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CreateDesigner_mF446B39695120604D96CC64E9B106EF23D2756F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetEditor_m19A9F45E97B872221658C99E305C7D5444B75A00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetEditor_mED265666E80C17CE3ED7159B27FFD61163435A47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetFullComponentName_mD5E3217FBB0010678129626CA8F8696BE17E8AA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetProvider_m11FFA30C459E9A3C61DEA0B8A7F96B09545BC86B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetProvider_m40810DB683274DF3010C5ABB387B0532D6B3D819_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetReflectionType_m849C672877A3FFEA4A20B965B2412D2AFBA982C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetReflectionType_mE1FED498698B6543E25CE764C71F4B52C3DCFE4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveAssociation_mCCC716947C1BBE72EF0F45927CA0EB4BE2FFF161_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveAssociations_m3E4C67363F6CC2B8E2029AAA9938BA114E259BE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProviderTransparent_m870CF982EDC6D18EE60CC13AFE85A53DCB5F5896_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProviderTransparent_m8BE0A89EC65AA6C423E5A8F79F057BF3182C7D91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProvider_m20AE06118912C0DEF424C5BEF4F66CB4FDA35BA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProvider_mAE5A4DC54D94D2AB0B4A1E6816A820E8D0D7DD79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_SortDescriptorArray_mC97279DD994FCC49BB8E229B937A7D392A547D7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_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* ValueTuple_2__ctor_mE3664CFE95F8C5CDD232A48E2470BCB8550BFEC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mE9D5EA13CD98B297E775809B089FB190351E8E11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_3__ctor_mEEFC273642336478249A89EDA1F115A69E92C858_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ITypeResolutionService_t6A46AE5E8B7E7DC2731ED2C8C4C6E62C0DD4112B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeDescriptorComObject_t9D25BAF4916405AB9EB00B24E88409F222A4C102_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeDescriptorInterface_t4E7E99D0E1CDD0A34F5FD0E28657458C3DA25B7E_0_0_0_var; struct Assembly_t_marshaled_com; struct Assembly_t_marshaled_pinvoke; 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 AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3; struct GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8; struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3; struct WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A; 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); } }; 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 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 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 List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6* ____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_t5D5EB1A9048F1180561855E6150AA537292D77C4, ____items_1)); } inline WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6* get__items_1() const { return ____items_1; } inline WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6* 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_t5D5EB1A9048F1180561855E6150AA537292D77C4, ____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_t5D5EB1A9048F1180561855E6150AA537292D77C4, ____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_t5D5EB1A9048F1180561855E6150AA537292D77C4, ____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 List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4_StaticFields, ____emptyArray_5)); } inline WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6* get__emptyArray_5() const { return ____emptyArray_5; } inline WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(WeakReferenceU5BU5D_t22BA889724BAED024D73816F36AC821BC9D320F6* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.AppDomainSetup struct AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8 : public RuntimeObject { public: // System.String System.AppDomainSetup::application_base String_t* ___application_base_0; // System.String System.AppDomainSetup::application_name String_t* ___application_name_1; // System.String System.AppDomainSetup::cache_path String_t* ___cache_path_2; // System.String System.AppDomainSetup::configuration_file String_t* ___configuration_file_3; // System.String System.AppDomainSetup::dynamic_base String_t* ___dynamic_base_4; // System.String System.AppDomainSetup::license_file String_t* ___license_file_5; // System.String System.AppDomainSetup::private_bin_path String_t* ___private_bin_path_6; // System.String System.AppDomainSetup::private_bin_path_probe String_t* ___private_bin_path_probe_7; // System.String System.AppDomainSetup::shadow_copy_directories String_t* ___shadow_copy_directories_8; // System.String System.AppDomainSetup::shadow_copy_files String_t* ___shadow_copy_files_9; // System.Boolean System.AppDomainSetup::publisher_policy bool ___publisher_policy_10; // System.Boolean System.AppDomainSetup::path_changed bool ___path_changed_11; // System.Int32 System.AppDomainSetup::loader_optimization int32_t ___loader_optimization_12; // System.Boolean System.AppDomainSetup::disallow_binding_redirects bool ___disallow_binding_redirects_13; // System.Boolean System.AppDomainSetup::disallow_code_downloads bool ___disallow_code_downloads_14; // System.Object System.AppDomainSetup::_activationArguments RuntimeObject * ____activationArguments_15; // System.Object System.AppDomainSetup::domain_initializer RuntimeObject * ___domain_initializer_16; // System.Object System.AppDomainSetup::application_trust RuntimeObject * ___application_trust_17; // System.String[] System.AppDomainSetup::domain_initializer_args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___domain_initializer_args_18; // System.Boolean System.AppDomainSetup::disallow_appbase_probe bool ___disallow_appbase_probe_19; // System.Byte[] System.AppDomainSetup::configuration_bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___configuration_bytes_20; // System.Byte[] System.AppDomainSetup::serialized_non_primitives ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serialized_non_primitives_21; // System.String System.AppDomainSetup::k__BackingField String_t* ___U3CTargetFrameworkNameU3Ek__BackingField_22; public: inline static int32_t get_offset_of_application_base_0() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___application_base_0)); } inline String_t* get_application_base_0() const { return ___application_base_0; } inline String_t** get_address_of_application_base_0() { return &___application_base_0; } inline void set_application_base_0(String_t* value) { ___application_base_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___application_base_0), (void*)value); } inline static int32_t get_offset_of_application_name_1() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___application_name_1)); } inline String_t* get_application_name_1() const { return ___application_name_1; } inline String_t** get_address_of_application_name_1() { return &___application_name_1; } inline void set_application_name_1(String_t* value) { ___application_name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___application_name_1), (void*)value); } inline static int32_t get_offset_of_cache_path_2() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___cache_path_2)); } inline String_t* get_cache_path_2() const { return ___cache_path_2; } inline String_t** get_address_of_cache_path_2() { return &___cache_path_2; } inline void set_cache_path_2(String_t* value) { ___cache_path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_path_2), (void*)value); } inline static int32_t get_offset_of_configuration_file_3() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___configuration_file_3)); } inline String_t* get_configuration_file_3() const { return ___configuration_file_3; } inline String_t** get_address_of_configuration_file_3() { return &___configuration_file_3; } inline void set_configuration_file_3(String_t* value) { ___configuration_file_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_file_3), (void*)value); } inline static int32_t get_offset_of_dynamic_base_4() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___dynamic_base_4)); } inline String_t* get_dynamic_base_4() const { return ___dynamic_base_4; } inline String_t** get_address_of_dynamic_base_4() { return &___dynamic_base_4; } inline void set_dynamic_base_4(String_t* value) { ___dynamic_base_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___dynamic_base_4), (void*)value); } inline static int32_t get_offset_of_license_file_5() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___license_file_5)); } inline String_t* get_license_file_5() const { return ___license_file_5; } inline String_t** get_address_of_license_file_5() { return &___license_file_5; } inline void set_license_file_5(String_t* value) { ___license_file_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___license_file_5), (void*)value); } inline static int32_t get_offset_of_private_bin_path_6() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___private_bin_path_6)); } inline String_t* get_private_bin_path_6() const { return ___private_bin_path_6; } inline String_t** get_address_of_private_bin_path_6() { return &___private_bin_path_6; } inline void set_private_bin_path_6(String_t* value) { ___private_bin_path_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___private_bin_path_6), (void*)value); } inline static int32_t get_offset_of_private_bin_path_probe_7() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___private_bin_path_probe_7)); } inline String_t* get_private_bin_path_probe_7() const { return ___private_bin_path_probe_7; } inline String_t** get_address_of_private_bin_path_probe_7() { return &___private_bin_path_probe_7; } inline void set_private_bin_path_probe_7(String_t* value) { ___private_bin_path_probe_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___private_bin_path_probe_7), (void*)value); } inline static int32_t get_offset_of_shadow_copy_directories_8() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___shadow_copy_directories_8)); } inline String_t* get_shadow_copy_directories_8() const { return ___shadow_copy_directories_8; } inline String_t** get_address_of_shadow_copy_directories_8() { return &___shadow_copy_directories_8; } inline void set_shadow_copy_directories_8(String_t* value) { ___shadow_copy_directories_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___shadow_copy_directories_8), (void*)value); } inline static int32_t get_offset_of_shadow_copy_files_9() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___shadow_copy_files_9)); } inline String_t* get_shadow_copy_files_9() const { return ___shadow_copy_files_9; } inline String_t** get_address_of_shadow_copy_files_9() { return &___shadow_copy_files_9; } inline void set_shadow_copy_files_9(String_t* value) { ___shadow_copy_files_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___shadow_copy_files_9), (void*)value); } inline static int32_t get_offset_of_publisher_policy_10() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___publisher_policy_10)); } inline bool get_publisher_policy_10() const { return ___publisher_policy_10; } inline bool* get_address_of_publisher_policy_10() { return &___publisher_policy_10; } inline void set_publisher_policy_10(bool value) { ___publisher_policy_10 = value; } inline static int32_t get_offset_of_path_changed_11() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___path_changed_11)); } inline bool get_path_changed_11() const { return ___path_changed_11; } inline bool* get_address_of_path_changed_11() { return &___path_changed_11; } inline void set_path_changed_11(bool value) { ___path_changed_11 = value; } inline static int32_t get_offset_of_loader_optimization_12() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___loader_optimization_12)); } inline int32_t get_loader_optimization_12() const { return ___loader_optimization_12; } inline int32_t* get_address_of_loader_optimization_12() { return &___loader_optimization_12; } inline void set_loader_optimization_12(int32_t value) { ___loader_optimization_12 = value; } inline static int32_t get_offset_of_disallow_binding_redirects_13() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___disallow_binding_redirects_13)); } inline bool get_disallow_binding_redirects_13() const { return ___disallow_binding_redirects_13; } inline bool* get_address_of_disallow_binding_redirects_13() { return &___disallow_binding_redirects_13; } inline void set_disallow_binding_redirects_13(bool value) { ___disallow_binding_redirects_13 = value; } inline static int32_t get_offset_of_disallow_code_downloads_14() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___disallow_code_downloads_14)); } inline bool get_disallow_code_downloads_14() const { return ___disallow_code_downloads_14; } inline bool* get_address_of_disallow_code_downloads_14() { return &___disallow_code_downloads_14; } inline void set_disallow_code_downloads_14(bool value) { ___disallow_code_downloads_14 = value; } inline static int32_t get_offset_of__activationArguments_15() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ____activationArguments_15)); } inline RuntimeObject * get__activationArguments_15() const { return ____activationArguments_15; } inline RuntimeObject ** get_address_of__activationArguments_15() { return &____activationArguments_15; } inline void set__activationArguments_15(RuntimeObject * value) { ____activationArguments_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____activationArguments_15), (void*)value); } inline static int32_t get_offset_of_domain_initializer_16() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___domain_initializer_16)); } inline RuntimeObject * get_domain_initializer_16() const { return ___domain_initializer_16; } inline RuntimeObject ** get_address_of_domain_initializer_16() { return &___domain_initializer_16; } inline void set_domain_initializer_16(RuntimeObject * value) { ___domain_initializer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___domain_initializer_16), (void*)value); } inline static int32_t get_offset_of_application_trust_17() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___application_trust_17)); } inline RuntimeObject * get_application_trust_17() const { return ___application_trust_17; } inline RuntimeObject ** get_address_of_application_trust_17() { return &___application_trust_17; } inline void set_application_trust_17(RuntimeObject * value) { ___application_trust_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___application_trust_17), (void*)value); } inline static int32_t get_offset_of_domain_initializer_args_18() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___domain_initializer_args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_domain_initializer_args_18() const { return ___domain_initializer_args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_domain_initializer_args_18() { return &___domain_initializer_args_18; } inline void set_domain_initializer_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___domain_initializer_args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___domain_initializer_args_18), (void*)value); } inline static int32_t get_offset_of_disallow_appbase_probe_19() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___disallow_appbase_probe_19)); } inline bool get_disallow_appbase_probe_19() const { return ___disallow_appbase_probe_19; } inline bool* get_address_of_disallow_appbase_probe_19() { return &___disallow_appbase_probe_19; } inline void set_disallow_appbase_probe_19(bool value) { ___disallow_appbase_probe_19 = value; } inline static int32_t get_offset_of_configuration_bytes_20() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___configuration_bytes_20)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_configuration_bytes_20() const { return ___configuration_bytes_20; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_configuration_bytes_20() { return &___configuration_bytes_20; } inline void set_configuration_bytes_20(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___configuration_bytes_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_bytes_20), (void*)value); } inline static int32_t get_offset_of_serialized_non_primitives_21() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___serialized_non_primitives_21)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_serialized_non_primitives_21() const { return ___serialized_non_primitives_21; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_serialized_non_primitives_21() { return &___serialized_non_primitives_21; } inline void set_serialized_non_primitives_21(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___serialized_non_primitives_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialized_non_primitives_21), (void*)value); } inline static int32_t get_offset_of_U3CTargetFrameworkNameU3Ek__BackingField_22() { return static_cast(offsetof(AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8, ___U3CTargetFrameworkNameU3Ek__BackingField_22)); } inline String_t* get_U3CTargetFrameworkNameU3Ek__BackingField_22() const { return ___U3CTargetFrameworkNameU3Ek__BackingField_22; } inline String_t** get_address_of_U3CTargetFrameworkNameU3Ek__BackingField_22() { return &___U3CTargetFrameworkNameU3Ek__BackingField_22; } inline void set_U3CTargetFrameworkNameU3Ek__BackingField_22(String_t* value) { ___U3CTargetFrameworkNameU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTargetFrameworkNameU3Ek__BackingField_22), (void*)value); } }; // Native definition for P/Invoke marshalling of System.AppDomainSetup struct AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8_marshaled_pinvoke { char* ___application_base_0; char* ___application_name_1; char* ___cache_path_2; char* ___configuration_file_3; char* ___dynamic_base_4; char* ___license_file_5; char* ___private_bin_path_6; char* ___private_bin_path_probe_7; char* ___shadow_copy_directories_8; char* ___shadow_copy_files_9; int32_t ___publisher_policy_10; int32_t ___path_changed_11; int32_t ___loader_optimization_12; int32_t ___disallow_binding_redirects_13; int32_t ___disallow_code_downloads_14; Il2CppIUnknown* ____activationArguments_15; Il2CppIUnknown* ___domain_initializer_16; Il2CppIUnknown* ___application_trust_17; char** ___domain_initializer_args_18; int32_t ___disallow_appbase_probe_19; Il2CppSafeArray/*NONE*/* ___configuration_bytes_20; Il2CppSafeArray/*NONE*/* ___serialized_non_primitives_21; char* ___U3CTargetFrameworkNameU3Ek__BackingField_22; }; // Native definition for COM marshalling of System.AppDomainSetup struct AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8_marshaled_com { Il2CppChar* ___application_base_0; Il2CppChar* ___application_name_1; Il2CppChar* ___cache_path_2; Il2CppChar* ___configuration_file_3; Il2CppChar* ___dynamic_base_4; Il2CppChar* ___license_file_5; Il2CppChar* ___private_bin_path_6; Il2CppChar* ___private_bin_path_probe_7; Il2CppChar* ___shadow_copy_directories_8; Il2CppChar* ___shadow_copy_files_9; int32_t ___publisher_policy_10; int32_t ___path_changed_11; int32_t ___loader_optimization_12; int32_t ___disallow_binding_redirects_13; int32_t ___disallow_code_downloads_14; Il2CppIUnknown* ____activationArguments_15; Il2CppIUnknown* ___domain_initializer_16; Il2CppIUnknown* ___application_trust_17; Il2CppChar** ___domain_initializer_args_18; int32_t ___disallow_appbase_probe_19; Il2CppSafeArray/*NONE*/* ___configuration_bytes_20; Il2CppSafeArray/*NONE*/* ___serialized_non_primitives_21; Il2CppChar* ___U3CTargetFrameworkNameU3Ek__BackingField_22; }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C : public RuntimeObject { public: // System.Attribute[] System.ComponentModel.AttributeCollection::_attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ____attributes_2; // System.ComponentModel.AttributeCollection/AttributeEntry[] System.ComponentModel.AttributeCollection::_foundAttributeTypes AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* ____foundAttributeTypes_5; // System.Int32 System.ComponentModel.AttributeCollection::_index int32_t ____index_6; public: inline static int32_t get_offset_of__attributes_2() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____attributes_2)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get__attributes_2() const { return ____attributes_2; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of__attributes_2() { return &____attributes_2; } inline void set__attributes_2(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ____attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value); } inline static int32_t get_offset_of__foundAttributeTypes_5() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____foundAttributeTypes_5)); } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* get__foundAttributeTypes_5() const { return ____foundAttributeTypes_5; } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735** get_address_of__foundAttributeTypes_5() { return &____foundAttributeTypes_5; } inline void set__foundAttributeTypes_5(AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* value) { ____foundAttributeTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____foundAttributeTypes_5), (void*)value); } inline static int32_t get_offset_of__index_6() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____index_6)); } inline int32_t get__index_6() const { return ____index_6; } inline int32_t* get_address_of__index_6() { return &____index_6; } inline void set__index_6(int32_t value) { ____index_6 = value; } }; struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields { public: // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___Empty_0; // System.Collections.Hashtable System.ComponentModel.AttributeCollection::_defaultAttributes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____defaultAttributes_1; // System.Object System.ComponentModel.AttributeCollection::internalSyncObject RuntimeObject * ___internalSyncObject_3; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___Empty_0)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_Empty_0() const { return ___Empty_0; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } inline static int32_t get_offset_of__defaultAttributes_1() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ____defaultAttributes_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__defaultAttributes_1() const { return ____defaultAttributes_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__defaultAttributes_1() { return &____defaultAttributes_1; } inline void set__defaultAttributes_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____defaultAttributes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAttributes_1), (void*)value); } inline static int32_t get_offset_of_internalSyncObject_3() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___internalSyncObject_3)); } inline RuntimeObject * get_internalSyncObject_3() const { return ___internalSyncObject_3; } inline RuntimeObject ** get_address_of_internalSyncObject_3() { return &___internalSyncObject_3; } inline void set_internalSyncObject_3(RuntimeObject * value) { ___internalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSyncObject_3), (void*)value); } }; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; 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.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.Diagnostics.CorrelationManager struct CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 : 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; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.ComponentModel.CustomTypeDescriptor struct CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC : public RuntimeObject { public: // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.CustomTypeDescriptor::_parent RuntimeObject* ____parent_0; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC, ____parent_0)); } inline RuntimeObject* get__parent_0() const { return ____parent_0; } inline RuntimeObject** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(RuntimeObject* value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } }; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA : public RuntimeObject { public: public: }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 : public RuntimeObject { public: // System.ComponentModel.EventDescriptor[] System.ComponentModel.EventDescriptorCollection::events EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events_0; // System.String[] System.ComponentModel.EventDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_1; // System.Collections.IComparer System.ComponentModel.EventDescriptorCollection::comparer RuntimeObject* ___comparer_2; // System.Boolean System.ComponentModel.EventDescriptorCollection::eventsOwned bool ___eventsOwned_3; // System.Boolean System.ComponentModel.EventDescriptorCollection::needSort bool ___needSort_4; // System.Int32 System.ComponentModel.EventDescriptorCollection::eventCount int32_t ___eventCount_5; // System.Boolean System.ComponentModel.EventDescriptorCollection::readOnly bool ___readOnly_6; public: inline static int32_t get_offset_of_events_0() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___events_0)); } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* get_events_0() const { return ___events_0; } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9** get_address_of_events_0() { return &___events_0; } inline void set_events_0(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* value) { ___events_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_0), (void*)value); } inline static int32_t get_offset_of_namedSort_1() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___namedSort_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_1() const { return ___namedSort_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_1() { return &___namedSort_1; } inline void set_namedSort_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_1), (void*)value); } inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_eventsOwned_3() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventsOwned_3)); } inline bool get_eventsOwned_3() const { return ___eventsOwned_3; } inline bool* get_address_of_eventsOwned_3() { return &___eventsOwned_3; } inline void set_eventsOwned_3(bool value) { ___eventsOwned_3 = value; } inline static int32_t get_offset_of_needSort_4() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___needSort_4)); } inline bool get_needSort_4() const { return ___needSort_4; } inline bool* get_address_of_needSort_4() { return &___needSort_4; } inline void set_needSort_4(bool value) { ___needSort_4 = value; } inline static int32_t get_offset_of_eventCount_5() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventCount_5)); } inline int32_t get_eventCount_5() const { return ___eventCount_5; } inline int32_t* get_address_of_eventCount_5() { return &___eventCount_5; } inline void set_eventCount_5(int32_t value) { ___eventCount_5 = value; } inline static int32_t get_offset_of_readOnly_6() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___readOnly_6)); } inline bool get_readOnly_6() const { return ___readOnly_6; } inline bool* get_address_of_readOnly_6() { return &___readOnly_6; } inline void set_readOnly_6(bool value) { ___readOnly_6 = value; } }; struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields { public: // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Empty EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ___Empty_7; public: inline static int32_t get_offset_of_Empty_7() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields, ___Empty_7)); } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * get_Empty_7() const { return ___Empty_7; } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 ** get_address_of_Empty_7() { return &___Empty_7; } inline void set_Empty_7(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * value) { ___Empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_7), (void*)value); } }; // System.Net.HttpVersion struct HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E : public RuntimeObject { public: public: }; 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.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.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.IPv6MulticastOption struct IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1 : public RuntimeObject { public: public: }; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 : public RuntimeObject { public: // System.Reflection.MemberInfo System.ComponentModel.Design.Serialization.InstanceDescriptor::member MemberInfo_t * ___member_0; // System.Collections.ICollection System.ComponentModel.Design.Serialization.InstanceDescriptor::arguments RuntimeObject* ___arguments_1; // System.Boolean System.ComponentModel.Design.Serialization.InstanceDescriptor::isComplete bool ___isComplete_2; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___member_0), (void*)value); } inline static int32_t get_offset_of_arguments_1() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___arguments_1)); } inline RuntimeObject* get_arguments_1() const { return ___arguments_1; } inline RuntimeObject** get_address_of_arguments_1() { return &___arguments_1; } inline void set_arguments_1(RuntimeObject* value) { ___arguments_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_1), (void*)value); } inline static int32_t get_offset_of_isComplete_2() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___isComplete_2)); } inline bool get_isComplete_2() const { return ___isComplete_2; } inline bool* get_address_of_isComplete_2() { return &___isComplete_2; } inline void set_isComplete_2(bool value) { ___isComplete_2 = value; } }; // System.ComponentModel.LicenseContext struct LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF : public RuntimeObject { public: public: }; // 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: }; 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.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.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject * ___lockCookie_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_nameHash_2() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___nameHash_2)); } inline int32_t get_nameHash_2() const { return ___nameHash_2; } inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; } inline void set_nameHash_2(int32_t value) { ___nameHash_2 = value; } inline static int32_t get_offset_of_attributeCollection_3() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributeCollection_3)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_attributeCollection_3() const { return ___attributeCollection_3; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; } inline void set_attributeCollection_3(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___attributeCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributes_4)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_attributes_4() const { return ___attributes_4; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___attributes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value); } inline static int32_t get_offset_of_originalAttributes_5() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___originalAttributes_5)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_originalAttributes_5() const { return ___originalAttributes_5; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_originalAttributes_5() { return &___originalAttributes_5; } inline void set_originalAttributes_5(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___originalAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value); } inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFiltered_6)); } inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; } inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; } inline void set_attributesFiltered_6(bool value) { ___attributesFiltered_6 = value; } inline static int32_t get_offset_of_attributesFilled_7() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFilled_7)); } inline bool get_attributesFilled_7() const { return ___attributesFilled_7; } inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; } inline void set_attributesFilled_7(bool value) { ___attributesFilled_7 = value; } inline static int32_t get_offset_of_metadataVersion_8() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___metadataVersion_8)); } inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; } inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; } inline void set_metadataVersion_8(int32_t value) { ___metadataVersion_8 = value; } inline static int32_t get_offset_of_category_9() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___category_9)); } inline String_t* get_category_9() const { return ___category_9; } inline String_t** get_address_of_category_9() { return &___category_9; } inline void set_category_9(String_t* value) { ___category_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value); } inline static int32_t get_offset_of_description_10() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___description_10)); } inline String_t* get_description_10() const { return ___description_10; } inline String_t** get_address_of_description_10() { return &___description_10; } inline void set_description_10(String_t* value) { ___description_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value); } inline static int32_t get_offset_of_lockCookie_11() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___lockCookie_11)); } inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; } inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; } inline void set_lockCookie_11(RuntimeObject * value) { ___lockCookie_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 : public RuntimeObject { public: public: }; // System.Net.Sockets.MulticastOption struct MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B : public RuntimeObject { public: public: }; // System.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.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::_objectsArray ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____objectsArray_0; // System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::_objectsTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____objectsTable_1; // System.Int32 System.Collections.Specialized.OrderedDictionary::_initialCapacity int32_t ____initialCapacity_2; // System.Collections.IEqualityComparer System.Collections.Specialized.OrderedDictionary::_comparer RuntimeObject* ____comparer_3; // System.Boolean System.Collections.Specialized.OrderedDictionary::_readOnly bool ____readOnly_4; // System.Object System.Collections.Specialized.OrderedDictionary::_syncRoot RuntimeObject * ____syncRoot_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.OrderedDictionary::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_6; public: inline static int32_t get_offset_of__objectsArray_0() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____objectsArray_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__objectsArray_0() const { return ____objectsArray_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__objectsArray_0() { return &____objectsArray_0; } inline void set__objectsArray_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____objectsArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectsArray_0), (void*)value); } inline static int32_t get_offset_of__objectsTable_1() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____objectsTable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__objectsTable_1() const { return ____objectsTable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__objectsTable_1() { return &____objectsTable_1; } inline void set__objectsTable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____objectsTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectsTable_1), (void*)value); } inline static int32_t get_offset_of__initialCapacity_2() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____initialCapacity_2)); } inline int32_t get__initialCapacity_2() const { return ____initialCapacity_2; } inline int32_t* get_address_of__initialCapacity_2() { return &____initialCapacity_2; } inline void set__initialCapacity_2(int32_t value) { ____initialCapacity_2 = value; } inline static int32_t get_offset_of__comparer_3() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____comparer_3)); } inline RuntimeObject* get__comparer_3() const { return ____comparer_3; } inline RuntimeObject** get_address_of__comparer_3() { return &____comparer_3; } inline void set__comparer_3(RuntimeObject* value) { ____comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_3), (void*)value); } inline static int32_t get_offset_of__readOnly_4() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____readOnly_4)); } inline bool get__readOnly_4() const { return ____readOnly_4; } inline bool* get_address_of__readOnly_4() { return &____readOnly_4; } inline void set__readOnly_4(bool value) { ____readOnly_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } inline static int32_t get_offset_of__siInfo_6() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____siInfo_6)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_6() const { return ____siInfo_6; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_6() { return &____siInfo_6; } inline void set__siInfo_6(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_6), (void*)value); } }; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F : public RuntimeObject { public: // System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::cachedFoundProperties RuntimeObject* ___cachedFoundProperties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::cachedIgnoreCase bool ___cachedIgnoreCase_2; // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::properties PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties_3; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::propCount int32_t ___propCount_4; // System.String[] System.ComponentModel.PropertyDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_5; // System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::comparer RuntimeObject* ___comparer_6; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::propsOwned bool ___propsOwned_7; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::needSort bool ___needSort_8; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_9; public: inline static int32_t get_offset_of_cachedFoundProperties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedFoundProperties_1)); } inline RuntimeObject* get_cachedFoundProperties_1() const { return ___cachedFoundProperties_1; } inline RuntimeObject** get_address_of_cachedFoundProperties_1() { return &___cachedFoundProperties_1; } inline void set_cachedFoundProperties_1(RuntimeObject* value) { ___cachedFoundProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFoundProperties_1), (void*)value); } inline static int32_t get_offset_of_cachedIgnoreCase_2() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedIgnoreCase_2)); } inline bool get_cachedIgnoreCase_2() const { return ___cachedIgnoreCase_2; } inline bool* get_address_of_cachedIgnoreCase_2() { return &___cachedIgnoreCase_2; } inline void set_cachedIgnoreCase_2(bool value) { ___cachedIgnoreCase_2 = value; } inline static int32_t get_offset_of_properties_3() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___properties_3)); } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* get_properties_3() const { return ___properties_3; } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75** get_address_of_properties_3() { return &___properties_3; } inline void set_properties_3(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* value) { ___properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_3), (void*)value); } inline static int32_t get_offset_of_propCount_4() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propCount_4)); } inline int32_t get_propCount_4() const { return ___propCount_4; } inline int32_t* get_address_of_propCount_4() { return &___propCount_4; } inline void set_propCount_4(int32_t value) { ___propCount_4 = value; } inline static int32_t get_offset_of_namedSort_5() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___namedSort_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_5() const { return ___namedSort_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_5() { return &___namedSort_5; } inline void set_namedSort_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_5), (void*)value); } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___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_propsOwned_7() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propsOwned_7)); } inline bool get_propsOwned_7() const { return ___propsOwned_7; } inline bool* get_address_of_propsOwned_7() { return &___propsOwned_7; } inline void set_propsOwned_7(bool value) { ___propsOwned_7 = value; } inline static int32_t get_offset_of_needSort_8() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___needSort_8)); } inline bool get_needSort_8() const { return ___needSort_8; } inline bool* get_address_of_needSort_8() { return &___needSort_8; } inline void set_needSort_8(bool value) { ___needSort_8 = value; } inline static int32_t get_offset_of_readOnly_9() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___readOnly_9)); } inline bool get_readOnly_9() const { return ___readOnly_9; } inline bool* get_address_of_readOnly_9() { return &___readOnly_9; } inline void set_readOnly_9(bool value) { ___readOnly_9 = value; } }; struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Configuration.Provider.ProviderBase struct ProviderBase_t75D5AF714666B4C010B8ED3B53ECB10D3171C148 : public RuntimeObject { public: public: }; // System.Configuration.Provider.ProviderCollection struct ProviderCollection_tB8CF526057310ED2BA947A8BAC189D547F8AB977 : public RuntimeObject { public: public: }; // System.Net.Cache.RequestCache struct RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E : public RuntimeObject { public: public: }; 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.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.SecurityUtils struct SecurityUtils_t0BC4E6C4322794697844261BAE7D990F525DA9A2 : 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.Configuration.SettingsBase struct SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 : public RuntimeObject { public: public: }; // System.Configuration.SettingsProperty struct SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 : public RuntimeObject { public: public: }; // System.Configuration.SettingsPropertyCollection struct SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 : public RuntimeObject { public: public: }; // System.Configuration.SettingsPropertyValue struct SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA : public RuntimeObject { public: public: }; // System.Configuration.SettingsPropertyValueCollection struct SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 : public RuntimeObject { public: public: }; // 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.Configuration.SingleTagSectionHandler struct SingleTagSectionHandler_t5CA4FCA30F6F32CDD375C6FC33941F2896811C62 : public RuntimeObject { public: public: }; // 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.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Stack::_size int32_t ____size_1; // System.Int32 System.Collections.Stack::_version int32_t ____version_2; // System.Object System.Collections.Stack::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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.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; } }; 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.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; } }; 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.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.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.Diagnostics.Switch struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC : public RuntimeObject { public: // System.String System.Diagnostics.Switch::description String_t* ___description_0; // System.String System.Diagnostics.Switch::displayName String_t* ___displayName_1; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.Switch::switchValueString String_t* ___switchValueString_2; // System.String System.Diagnostics.Switch::defaultValue String_t* ___defaultValue_3; public: inline static int32_t get_offset_of_description_0() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___description_0)); } inline String_t* get_description_0() const { return ___description_0; } inline String_t** get_address_of_description_0() { return &___description_0; } inline void set_description_0(String_t* value) { ___description_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_switchValueString_2() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___switchValueString_2)); } inline String_t* get_switchValueString_2() const { return ___switchValueString_2; } inline String_t** get_address_of_switchValueString_2() { return &___switchValueString_2; } inline void set_switchValueString_2(String_t* value) { ___switchValueString_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___switchValueString_2), (void*)value); } inline static int32_t get_offset_of_defaultValue_3() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___defaultValue_3)); } inline String_t* get_defaultValue_3() const { return ___defaultValue_3; } inline String_t** get_address_of_defaultValue_3() { return &___defaultValue_3; } inline void set_defaultValue_3(String_t* value) { ___defaultValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValue_3), (void*)value); } }; struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields { public: // System.Collections.Generic.List`1 System.Diagnostics.Switch::switches List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * ___switches_4; // System.Int32 System.Diagnostics.Switch::s_LastCollectionCount int32_t ___s_LastCollectionCount_5; public: inline static int32_t get_offset_of_switches_4() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields, ___switches_4)); } inline List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * get_switches_4() const { return ___switches_4; } inline List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 ** get_address_of_switches_4() { return &___switches_4; } inline void set_switches_4(List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * value) { ___switches_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___switches_4), (void*)value); } inline static int32_t get_offset_of_s_LastCollectionCount_5() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields, ___s_LastCollectionCount_5)); } inline int32_t get_s_LastCollectionCount_5() const { return ___s_LastCollectionCount_5; } inline int32_t* get_address_of_s_LastCollectionCount_5() { return &___s_LastCollectionCount_5; } inline void set_s_LastCollectionCount_5(int32_t value) { ___s_LastCollectionCount_5 = value; } }; // System.ComponentModel.SyntaxCheck struct SyntaxCheck_t8DB8F54E2B4F1829F5EF6071A6EB25E8959B0DC6 : public RuntimeObject { public: public: }; // System.Net.TimerThread struct TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714 : public RuntimeObject { public: public: }; 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.Diagnostics.Trace struct Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2 : public RuntimeObject { public: public: }; struct Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_StaticFields { public: // System.Diagnostics.CorrelationManager modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.Trace::correlationManager CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * ___correlationManager_0; public: inline static int32_t get_offset_of_correlationManager_0() { return static_cast(offsetof(Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_StaticFields, ___correlationManager_0)); } inline CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * get_correlationManager_0() const { return ___correlationManager_0; } inline CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 ** get_address_of_correlationManager_0() { return &___correlationManager_0; } inline void set_correlationManager_0(CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * value) { ___correlationManager_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___correlationManager_0), (void*)value); } }; // System.Diagnostics.TraceFilter struct TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 : public RuntimeObject { public: public: }; // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 : public RuntimeObject { public: // System.Collections.ArrayList System.Diagnostics.TraceListenerCollection::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126, ___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.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 : public RuntimeObject { public: // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptionProvider::_parent TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ____parent_0; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::_emptyDescriptor EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * ____emptyDescriptor_1; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0, ____parent_0)); } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * get__parent_0() const { return ____parent_0; } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__emptyDescriptor_1() { return static_cast(offsetof(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0, ____emptyDescriptor_1)); } inline EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * get__emptyDescriptor_1() const { return ____emptyDescriptor_1; } inline EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 ** get_address_of__emptyDescriptor_1() { return &____emptyDescriptor_1; } inline void set__emptyDescriptor_1(EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * value) { ____emptyDescriptor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyDescriptor_1), (void*)value); } }; // System.ComponentModel.TypeDescriptor struct TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F : public RuntimeObject { public: public: }; struct TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields { public: // System.ComponentModel.WeakHashtable System.ComponentModel.TypeDescriptor::_providerTable WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * ____providerTable_0; // System.Collections.Hashtable System.ComponentModel.TypeDescriptor::_providerTypeTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____providerTypeTable_1; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeDescriptor::_defaultProviders Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____defaultProviders_2; // System.ComponentModel.WeakHashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeDescriptor::_associationTable WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * ____associationTable_3; // System.Int32 System.ComponentModel.TypeDescriptor::_metadataVersion int32_t ____metadataVersion_4; // System.Int32 System.ComponentModel.TypeDescriptor::_collisionIndex int32_t ____collisionIndex_5; // System.Diagnostics.BooleanSwitch System.ComponentModel.TypeDescriptor::TraceDescriptor BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * ___TraceDescriptor_6; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineInitializeKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineInitializeKeys_10; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineMergeKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineMergeKeys_11; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineFilterKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineFilterKeys_12; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineAttributeFilterKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineAttributeFilterKeys_13; // System.Object System.ComponentModel.TypeDescriptor::_internalSyncObject RuntimeObject * ____internalSyncObject_14; // System.ComponentModel.RefreshEventHandler System.ComponentModel.TypeDescriptor::Refreshed RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * ___Refreshed_15; public: inline static int32_t get_offset_of__providerTable_0() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____providerTable_0)); } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * get__providerTable_0() const { return ____providerTable_0; } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA ** get_address_of__providerTable_0() { return &____providerTable_0; } inline void set__providerTable_0(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * value) { ____providerTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____providerTable_0), (void*)value); } inline static int32_t get_offset_of__providerTypeTable_1() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____providerTypeTable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__providerTypeTable_1() const { return ____providerTypeTable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__providerTypeTable_1() { return &____providerTypeTable_1; } inline void set__providerTypeTable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____providerTypeTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____providerTypeTable_1), (void*)value); } inline static int32_t get_offset_of__defaultProviders_2() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____defaultProviders_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__defaultProviders_2() const { return ____defaultProviders_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__defaultProviders_2() { return &____defaultProviders_2; } inline void set__defaultProviders_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____defaultProviders_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultProviders_2), (void*)value); } inline static int32_t get_offset_of__associationTable_3() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____associationTable_3)); } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * get__associationTable_3() const { return ____associationTable_3; } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA ** get_address_of__associationTable_3() { return &____associationTable_3; } inline void set__associationTable_3(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * value) { ____associationTable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____associationTable_3), (void*)value); } inline static int32_t get_offset_of__metadataVersion_4() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____metadataVersion_4)); } inline int32_t get__metadataVersion_4() const { return ____metadataVersion_4; } inline int32_t* get_address_of__metadataVersion_4() { return &____metadataVersion_4; } inline void set__metadataVersion_4(int32_t value) { ____metadataVersion_4 = value; } inline static int32_t get_offset_of__collisionIndex_5() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____collisionIndex_5)); } inline int32_t get__collisionIndex_5() const { return ____collisionIndex_5; } inline int32_t* get_address_of__collisionIndex_5() { return &____collisionIndex_5; } inline void set__collisionIndex_5(int32_t value) { ____collisionIndex_5 = value; } inline static int32_t get_offset_of_TraceDescriptor_6() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ___TraceDescriptor_6)); } inline BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * get_TraceDescriptor_6() const { return ___TraceDescriptor_6; } inline BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 ** get_address_of_TraceDescriptor_6() { return &___TraceDescriptor_6; } inline void set_TraceDescriptor_6(BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * value) { ___TraceDescriptor_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___TraceDescriptor_6), (void*)value); } inline static int32_t get_offset_of__pipelineInitializeKeys_10() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineInitializeKeys_10)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineInitializeKeys_10() const { return ____pipelineInitializeKeys_10; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineInitializeKeys_10() { return &____pipelineInitializeKeys_10; } inline void set__pipelineInitializeKeys_10(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineInitializeKeys_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineInitializeKeys_10), (void*)value); } inline static int32_t get_offset_of__pipelineMergeKeys_11() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineMergeKeys_11)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineMergeKeys_11() const { return ____pipelineMergeKeys_11; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineMergeKeys_11() { return &____pipelineMergeKeys_11; } inline void set__pipelineMergeKeys_11(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineMergeKeys_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineMergeKeys_11), (void*)value); } inline static int32_t get_offset_of__pipelineFilterKeys_12() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineFilterKeys_12)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineFilterKeys_12() const { return ____pipelineFilterKeys_12; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineFilterKeys_12() { return &____pipelineFilterKeys_12; } inline void set__pipelineFilterKeys_12(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineFilterKeys_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineFilterKeys_12), (void*)value); } inline static int32_t get_offset_of__pipelineAttributeFilterKeys_13() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineAttributeFilterKeys_13)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineAttributeFilterKeys_13() const { return ____pipelineAttributeFilterKeys_13; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineAttributeFilterKeys_13() { return &____pipelineAttributeFilterKeys_13; } inline void set__pipelineAttributeFilterKeys_13(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineAttributeFilterKeys_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineAttributeFilterKeys_13), (void*)value); } inline static int32_t get_offset_of__internalSyncObject_14() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____internalSyncObject_14)); } inline RuntimeObject * get__internalSyncObject_14() const { return ____internalSyncObject_14; } inline RuntimeObject ** get_address_of__internalSyncObject_14() { return &____internalSyncObject_14; } inline void set__internalSyncObject_14(RuntimeObject * value) { ____internalSyncObject_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____internalSyncObject_14), (void*)value); } inline static int32_t get_offset_of_Refreshed_15() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ___Refreshed_15)); } inline RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * get_Refreshed_15() const { return ___Refreshed_15; } inline RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C ** get_address_of_Refreshed_15() { return &___Refreshed_15; } inline void set_Refreshed_15(RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * value) { ___Refreshed_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Refreshed_15), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.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; } }; 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.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.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject { public: public: }; struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields { public: // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; public: inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___IsTextualNodeBitmap_0)); } inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; } inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; } inline void set_IsTextualNodeBitmap_0(uint32_t value) { ___IsTextualNodeBitmap_0 = value; } inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___CanReadContentAsBitmap_1)); } inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; } inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; } inline void set_CanReadContentAsBitmap_1(uint32_t value) { ___CanReadContentAsBitmap_1 = value; } inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___HasValueBitmap_2)); } inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; } inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; } inline void set_HasValueBitmap_2(uint32_t value) { ___HasValueBitmap_2 = value; } }; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D : 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); } }; 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.Sockets.Socket/<>c struct U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC : public RuntimeObject { public: public: }; 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__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: }; 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.SocketTaskExtensions/<>c struct U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 : public RuntimeObject { public: public: }; 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.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.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 : public RuntimeObject { public: // System.Collections.ICollection System.ComponentModel.TypeConverter/StandardValuesCollection::values RuntimeObject* ___values_0; // System.Array System.ComponentModel.TypeConverter/StandardValuesCollection::valueArray RuntimeArray * ___valueArray_1; public: inline static int32_t get_offset_of_values_0() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___values_0)); } inline RuntimeObject* get_values_0() const { return ___values_0; } inline RuntimeObject** get_address_of_values_0() { return &___values_0; } inline void set_values_0(RuntimeObject* value) { ___values_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_0), (void*)value); } inline static int32_t get_offset_of_valueArray_1() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___valueArray_1)); } inline RuntimeArray * get_valueArray_1() const { return ___valueArray_1; } inline RuntimeArray ** get_address_of_valueArray_1() { return &___valueArray_1; } inline void set_valueArray_1(RuntimeArray * value) { ___valueArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueArray_1), (void*)value); } }; // System.ComponentModel.TypeDescriptor/AttributeFilterCacheItem struct AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC : public RuntimeObject { public: // System.Attribute[] System.ComponentModel.TypeDescriptor/AttributeFilterCacheItem::_filter AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ____filter_0; // System.Collections.ICollection System.ComponentModel.TypeDescriptor/AttributeFilterCacheItem::FilteredMembers RuntimeObject* ___FilteredMembers_1; public: inline static int32_t get_offset_of__filter_0() { return static_cast(offsetof(AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC, ____filter_0)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get__filter_0() const { return ____filter_0; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of__filter_0() { return &____filter_0; } inline void set__filter_0(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ____filter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____filter_0), (void*)value); } inline static int32_t get_offset_of_FilteredMembers_1() { return static_cast(offsetof(AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC, ___FilteredMembers_1)); } inline RuntimeObject* get_FilteredMembers_1() const { return ___FilteredMembers_1; } inline RuntimeObject** get_address_of_FilteredMembers_1() { return &___FilteredMembers_1; } inline void set_FilteredMembers_1(RuntimeObject* value) { ___FilteredMembers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilteredMembers_1), (void*)value); } }; // System.ComponentModel.TypeDescriptor/FilterCacheItem struct FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 : public RuntimeObject { public: // System.ComponentModel.Design.ITypeDescriptorFilterService System.ComponentModel.TypeDescriptor/FilterCacheItem::_filterService RuntimeObject* ____filterService_0; // System.Collections.ICollection System.ComponentModel.TypeDescriptor/FilterCacheItem::FilteredMembers RuntimeObject* ___FilteredMembers_1; public: inline static int32_t get_offset_of__filterService_0() { return static_cast(offsetof(FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62, ____filterService_0)); } inline RuntimeObject* get__filterService_0() const { return ____filterService_0; } inline RuntimeObject** get_address_of__filterService_0() { return &____filterService_0; } inline void set__filterService_0(RuntimeObject* value) { ____filterService_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____filterService_0), (void*)value); } inline static int32_t get_offset_of_FilteredMembers_1() { return static_cast(offsetof(FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62, ___FilteredMembers_1)); } inline RuntimeObject* get_FilteredMembers_1() const { return ___FilteredMembers_1; } inline RuntimeObject** get_address_of_FilteredMembers_1() { return &___FilteredMembers_1; } inline void set_FilteredMembers_1(RuntimeObject* value) { ___FilteredMembers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilteredMembers_1), (void*)value); } }; // System.ComponentModel.TypeDescriptor/MemberDescriptorComparer struct MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE : public RuntimeObject { public: public: }; struct MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE_StaticFields { public: // System.ComponentModel.TypeDescriptor/MemberDescriptorComparer System.ComponentModel.TypeDescriptor/MemberDescriptorComparer::Instance MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE_StaticFields, ___Instance_0)); } inline MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE * get_Instance_0() const { return ___Instance_0; } inline MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.ComponentModel.TypeDescriptor/MergedTypeDescriptor struct MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384 : public RuntimeObject { public: // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor/MergedTypeDescriptor::_primary RuntimeObject* ____primary_0; // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor/MergedTypeDescriptor::_secondary RuntimeObject* ____secondary_1; public: inline static int32_t get_offset_of__primary_0() { return static_cast(offsetof(MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384, ____primary_0)); } inline RuntimeObject* get__primary_0() const { return ____primary_0; } inline RuntimeObject** get_address_of__primary_0() { return &____primary_0; } inline void set__primary_0(RuntimeObject* value) { ____primary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____primary_0), (void*)value); } inline static int32_t get_offset_of__secondary_1() { return static_cast(offsetof(MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384, ____secondary_1)); } inline RuntimeObject* get__secondary_1() const { return ____secondary_1; } inline RuntimeObject** get_address_of__secondary_1() { return &____secondary_1; } inline void set__secondary_1(RuntimeObject* value) { ____secondary_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____secondary_1), (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_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.ComponentModel.AsyncCompletedEventArgs struct AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Exception System.ComponentModel.AsyncCompletedEventArgs::error Exception_t * ___error_1; // System.Boolean System.ComponentModel.AsyncCompletedEventArgs::cancelled bool ___cancelled_2; // System.Object System.ComponentModel.AsyncCompletedEventArgs::userState RuntimeObject * ___userState_3; public: inline static int32_t get_offset_of_error_1() { return static_cast(offsetof(AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038, ___error_1)); } inline Exception_t * get_error_1() const { return ___error_1; } inline Exception_t ** get_address_of_error_1() { return &___error_1; } inline void set_error_1(Exception_t * value) { ___error_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_1), (void*)value); } inline static int32_t get_offset_of_cancelled_2() { return static_cast(offsetof(AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038, ___cancelled_2)); } inline bool get_cancelled_2() const { return ___cancelled_2; } inline bool* get_address_of_cancelled_2() { return &___cancelled_2; } inline void set_cancelled_2(bool value) { ___cancelled_2 = value; } inline static int32_t get_offset_of_userState_3() { return static_cast(offsetof(AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038, ___userState_3)); } inline RuntimeObject * get_userState_3() const { return ___userState_3; } inline RuntimeObject ** get_address_of_userState_3() { return &___userState_3; } inline void set_userState_3(RuntimeObject * value) { ___userState_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___userState_3), (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.Collections.Specialized.BitVector32 struct BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 { public: // System.UInt32 System.Collections.Specialized.BitVector32::data uint32_t ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968, ___data_0)); } inline uint32_t get_data_0() const { return ___data_0; } inline uint32_t* get_address_of_data_0() { return &___data_0; } inline void set_data_0(uint32_t value) { ___data_0 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; 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.Diagnostics.BooleanSwitch struct BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 : public Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC { public: public: }; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.BrowsableAttribute::browsable bool ___browsable_3; public: inline static int32_t get_offset_of_browsable_3() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2, ___browsable_3)); } inline bool get_browsable_3() const { return ___browsable_3; } inline bool* get_address_of_browsable_3() { return &___browsable_3; } inline void set_browsable_3(bool value) { ___browsable_3 = value; } }; struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields { public: // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Yes BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Yes_0; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::No BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___No_1; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Default BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Yes_0)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Yes_0() const { return ___Yes_0; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___No_1)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_No_1() const { return ___No_1; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Default_2)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Default_2() const { return ___Default_2; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.ComponentModel.CancelEventArgs struct CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Boolean System.ComponentModel.CancelEventArgs::cancel bool ___cancel_1; public: inline static int32_t get_offset_of_cancel_1() { return static_cast(offsetof(CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67, ___cancel_1)); } inline bool get_cancel_1() const { return ___cancel_1; } inline bool* get_address_of_cancel_1() { return &___cancel_1; } inline void set_cancel_1(bool value) { ___cancel_1 = 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); } }; 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); } }; // 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.ComponentModel.CategoryAttribute struct CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.CategoryAttribute::localized bool ___localized_14; // System.String System.ComponentModel.CategoryAttribute::categoryValue String_t* ___categoryValue_15; public: inline static int32_t get_offset_of_localized_14() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8, ___localized_14)); } inline bool get_localized_14() const { return ___localized_14; } inline bool* get_address_of_localized_14() { return &___localized_14; } inline void set_localized_14(bool value) { ___localized_14 = value; } inline static int32_t get_offset_of_categoryValue_15() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8, ___categoryValue_15)); } inline String_t* get_categoryValue_15() const { return ___categoryValue_15; } inline String_t** get_address_of_categoryValue_15() { return &___categoryValue_15; } inline void set_categoryValue_15(String_t* value) { ___categoryValue_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryValue_15), (void*)value); } }; struct CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields { public: // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::appearance CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___appearance_0; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::asynchronous CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___asynchronous_1; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::behavior CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___behavior_2; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::data CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___data_3; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::design CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___design_4; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::action CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___action_5; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::format CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___format_6; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::layout CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___layout_7; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::mouse CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___mouse_8; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::key CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___key_9; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::focus CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___focus_10; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::windowStyle CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___windowStyle_11; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::dragDrop CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___dragDrop_12; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::defAttr CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___defAttr_13; public: inline static int32_t get_offset_of_appearance_0() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___appearance_0)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_appearance_0() const { return ___appearance_0; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_appearance_0() { return &___appearance_0; } inline void set_appearance_0(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___appearance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___appearance_0), (void*)value); } inline static int32_t get_offset_of_asynchronous_1() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___asynchronous_1)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_asynchronous_1() const { return ___asynchronous_1; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_asynchronous_1() { return &___asynchronous_1; } inline void set_asynchronous_1(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___asynchronous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___asynchronous_1), (void*)value); } inline static int32_t get_offset_of_behavior_2() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___behavior_2)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_behavior_2() const { return ___behavior_2; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_behavior_2() { return &___behavior_2; } inline void set_behavior_2(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___behavior_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___behavior_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___data_3)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_data_3() const { return ___data_3; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_data_3() { return &___data_3; } inline void set_data_3(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } inline static int32_t get_offset_of_design_4() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___design_4)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_design_4() const { return ___design_4; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_design_4() { return &___design_4; } inline void set_design_4(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___design_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___design_4), (void*)value); } inline static int32_t get_offset_of_action_5() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___action_5)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_action_5() const { return ___action_5; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_action_5() { return &___action_5; } inline void set_action_5(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_5), (void*)value); } inline static int32_t get_offset_of_format_6() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___format_6)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_format_6() const { return ___format_6; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_format_6() { return &___format_6; } inline void set_format_6(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___format_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_6), (void*)value); } inline static int32_t get_offset_of_layout_7() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___layout_7)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_layout_7() const { return ___layout_7; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_layout_7() { return &___layout_7; } inline void set_layout_7(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___layout_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___layout_7), (void*)value); } inline static int32_t get_offset_of_mouse_8() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___mouse_8)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_mouse_8() const { return ___mouse_8; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_mouse_8() { return &___mouse_8; } inline void set_mouse_8(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___mouse_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouse_8), (void*)value); } inline static int32_t get_offset_of_key_9() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___key_9)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_key_9() const { return ___key_9; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_key_9() { return &___key_9; } inline void set_key_9(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___key_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_9), (void*)value); } inline static int32_t get_offset_of_focus_10() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___focus_10)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_focus_10() const { return ___focus_10; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_focus_10() { return &___focus_10; } inline void set_focus_10(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___focus_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___focus_10), (void*)value); } inline static int32_t get_offset_of_windowStyle_11() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___windowStyle_11)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_windowStyle_11() const { return ___windowStyle_11; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_windowStyle_11() { return &___windowStyle_11; } inline void set_windowStyle_11(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___windowStyle_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___windowStyle_11), (void*)value); } inline static int32_t get_offset_of_dragDrop_12() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___dragDrop_12)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_dragDrop_12() const { return ___dragDrop_12; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_dragDrop_12() { return &___dragDrop_12; } inline void set_dragDrop_12(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___dragDrop_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___dragDrop_12), (void*)value); } inline static int32_t get_offset_of_defAttr_13() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___defAttr_13)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_defAttr_13() const { return ___defAttr_13; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_defAttr_13() { return &___defAttr_13; } inline void set_defAttr_13(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___defAttr_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___defAttr_13), (void*)value); } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.ComponentModel.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.ComponentModel.ISite System.ComponentModel.Component::site RuntimeObject* ___site_2; // System.ComponentModel.EventHandlerList System.ComponentModel.Component::events EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * ___events_3; public: inline static int32_t get_offset_of_site_2() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___site_2)); } inline RuntimeObject* get_site_2() const { return ___site_2; } inline RuntimeObject** get_address_of_site_2() { return &___site_2; } inline void set_site_2(RuntimeObject* value) { ___site_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___site_2), (void*)value); } inline static int32_t get_offset_of_events_3() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___events_3)); } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * get_events_3() const { return ___events_3; } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 ** get_address_of_events_3() { return &___events_3; } inline void set_events_3(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * value) { ___events_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_3), (void*)value); } }; struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields { public: // System.Object System.ComponentModel.Component::EventDisposed RuntimeObject * ___EventDisposed_1; public: inline static int32_t get_offset_of_EventDisposed_1() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields, ___EventDisposed_1)); } inline RuntimeObject * get_EventDisposed_1() const { return ___EventDisposed_1; } inline RuntimeObject ** get_address_of_EventDisposed_1() { return &___EventDisposed_1; } inline void set_EventDisposed_1(RuntimeObject * value) { ___EventDisposed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_1), (void*)value); } }; // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { 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; } }; 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.ComponentModel.DelegatingTypeDescriptionProvider struct DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.Type System.ComponentModel.DelegatingTypeDescriptionProvider::_type Type_t * ____type_2; public: inline static int32_t get_offset_of__type_2() { return static_cast(offsetof(DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC, ____type_2)); } inline Type_t * get__type_2() const { return ____type_2; } inline Type_t ** get_address_of__type_2() { return &____type_2; } inline void set__type_2(Type_t * value) { ____type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_2), (void*)value); } }; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DescriptionAttribute::description String_t* ___description_1; public: inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA, ___description_1)); } inline String_t* get_description_1() const { return ___description_1; } inline String_t** get_address_of_description_1() { return &___description_1; } inline void set_description_1(String_t* value) { ___description_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_1), (void*)value); } }; struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields { public: // System.ComponentModel.DescriptionAttribute System.ComponentModel.DescriptionAttribute::Default DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields, ___Default_0)); } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * get_Default_0() const { return ___Default_0; } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.ComponentModel.DesignerAttribute struct DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DesignerAttribute::designerTypeName String_t* ___designerTypeName_0; // System.String System.ComponentModel.DesignerAttribute::designerBaseTypeName String_t* ___designerBaseTypeName_1; // System.String System.ComponentModel.DesignerAttribute::typeId String_t* ___typeId_2; public: inline static int32_t get_offset_of_designerTypeName_0() { return static_cast(offsetof(DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C, ___designerTypeName_0)); } inline String_t* get_designerTypeName_0() const { return ___designerTypeName_0; } inline String_t** get_address_of_designerTypeName_0() { return &___designerTypeName_0; } inline void set_designerTypeName_0(String_t* value) { ___designerTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___designerTypeName_0), (void*)value); } inline static int32_t get_offset_of_designerBaseTypeName_1() { return static_cast(offsetof(DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C, ___designerBaseTypeName_1)); } inline String_t* get_designerBaseTypeName_1() const { return ___designerBaseTypeName_1; } inline String_t** get_address_of_designerBaseTypeName_1() { return &___designerBaseTypeName_1; } inline void set_designerBaseTypeName_1(String_t* value) { ___designerBaseTypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___designerBaseTypeName_1), (void*)value); } inline static int32_t get_offset_of_typeId_2() { return static_cast(offsetof(DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C, ___typeId_2)); } inline String_t* get_typeId_2() const { return ___typeId_2; } inline String_t** get_address_of_typeId_2() { return &___typeId_2; } inline void set_typeId_2(String_t* value) { ___typeId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeId_2), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: public: }; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::extenderProperty PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___extenderProperty_0; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::provider RuntimeObject* ___provider_1; // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::receiverType Type_t * ___receiverType_2; public: inline static int32_t get_offset_of_extenderProperty_0() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___extenderProperty_0)); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * get_extenderProperty_0() const { return ___extenderProperty_0; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** get_address_of_extenderProperty_0() { return &___extenderProperty_0; } inline void set_extenderProperty_0(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { ___extenderProperty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___extenderProperty_0), (void*)value); } inline static int32_t get_offset_of_provider_1() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___provider_1)); } inline RuntimeObject* get_provider_1() const { return ___provider_1; } inline RuntimeObject** get_address_of_provider_1() { return &___provider_1; } inline void set_provider_1(RuntimeObject* value) { ___provider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_1), (void*)value); } inline static int32_t get_offset_of_receiverType_2() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___receiverType_2)); } inline Type_t * get_receiverType_2() const { return ___receiverType_2; } inline Type_t ** get_address_of_receiverType_2() { return &___receiverType_2; } inline void set_receiverType_2(Type_t * value) { ___receiverType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___receiverType_2), (void*)value); } }; // System.Net.Configuration.FtpCachePolicyElement struct FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // 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; } }; 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.Net.Configuration.HttpCachePolicyElement struct HttpCachePolicyElement_t9908817A6011A4DDEC3F2B5F1C64A0CBA79B1A23 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.HttpListenerElement struct HttpListenerElement_t6E336B2902766D07BF1E27F8988D6C6DFEC8ABA4 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.HttpWebRequestElement struct HttpWebRequestElement_t359B9211350C71365139BCC698CCEB140F474F7B : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E : public EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___m_Address_0; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_1; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Address_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_m_Address_0() const { return ___m_Address_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___m_Address_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Address_0), (void*)value); } inline static int32_t get_offset_of_m_Port_1() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Port_1)); } inline int32_t get_m_Port_1() const { return ___m_Port_1; } inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; } inline void set_m_Port_1(int32_t value) { ___m_Port_1 = value; } }; struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___Any_2; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___IPv6Any_3; public: inline static int32_t get_offset_of_Any_2() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___Any_2)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_Any_2() const { return ___Any_2; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_Any_2() { return &___Any_2; } inline void set_Any_2(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___Any_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_2), (void*)value); } inline static int32_t get_offset_of_IPv6Any_3() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___IPv6Any_3)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_IPv6Any_3() const { return ___IPv6Any_3; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; } inline void set_IPv6Any_3(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___IPv6Any_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_3), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Net.Configuration.Ipv6Element struct Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter_12; // System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::valueChangedHandlers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___valueChangedHandlers_13; // System.Object[] System.ComponentModel.PropertyDescriptor::editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___editors_14; // System.Type[] System.ComponentModel.PropertyDescriptor::editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___editorTypes_15; // System.Int32 System.ComponentModel.PropertyDescriptor::editorCount int32_t ___editorCount_16; public: inline static int32_t get_offset_of_converter_12() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___converter_12)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get_converter_12() const { return ___converter_12; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of_converter_12() { return &___converter_12; } inline void set_converter_12(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ___converter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_12), (void*)value); } inline static int32_t get_offset_of_valueChangedHandlers_13() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___valueChangedHandlers_13)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_valueChangedHandlers_13() const { return ___valueChangedHandlers_13; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_valueChangedHandlers_13() { return &___valueChangedHandlers_13; } inline void set_valueChangedHandlers_13(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___valueChangedHandlers_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueChangedHandlers_13), (void*)value); } inline static int32_t get_offset_of_editors_14() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editors_14)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_editors_14() const { return ___editors_14; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_editors_14() { return &___editors_14; } inline void set_editors_14(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___editors_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___editors_14), (void*)value); } inline static int32_t get_offset_of_editorTypes_15() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_editorTypes_15() const { return ___editorTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_editorTypes_15() { return &___editorTypes_15; } inline void set_editorTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___editorTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorTypes_15), (void*)value); } inline static int32_t get_offset_of_editorCount_16() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorCount_16)); } inline int32_t get_editorCount_16() const { return ___editorCount_16; } inline int32_t* get_address_of_editorCount_16() { return &___editorCount_16; } inline void set_editorCount_16(int32_t value) { ___editorCount_16 = value; } }; // System.ComponentModel.RefreshEventArgs struct RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.ComponentModel.RefreshEventArgs::componentChanged RuntimeObject * ___componentChanged_1; // System.Type System.ComponentModel.RefreshEventArgs::typeChanged Type_t * ___typeChanged_2; public: inline static int32_t get_offset_of_componentChanged_1() { return static_cast(offsetof(RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273, ___componentChanged_1)); } inline RuntimeObject * get_componentChanged_1() const { return ___componentChanged_1; } inline RuntimeObject ** get_address_of_componentChanged_1() { return &___componentChanged_1; } inline void set_componentChanged_1(RuntimeObject * value) { ___componentChanged_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentChanged_1), (void*)value); } inline static int32_t get_offset_of_typeChanged_2() { return static_cast(offsetof(RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273, ___typeChanged_2)); } inline Type_t * get_typeChanged_2() const { return ___typeChanged_2; } inline Type_t ** get_address_of_typeChanged_2() { return &___typeChanged_2; } inline void set_typeChanged_2(Type_t * value) { ___typeChanged_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeChanged_2), (void*)value); } }; // System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute struct RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::reloadable bool ___reloadable_0; // System.String System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::serializerTypeName String_t* ___serializerTypeName_1; // System.String System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::serializerBaseTypeName String_t* ___serializerBaseTypeName_2; // System.String System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::typeId String_t* ___typeId_3; public: inline static int32_t get_offset_of_reloadable_0() { return static_cast(offsetof(RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6, ___reloadable_0)); } inline bool get_reloadable_0() const { return ___reloadable_0; } inline bool* get_address_of_reloadable_0() { return &___reloadable_0; } inline void set_reloadable_0(bool value) { ___reloadable_0 = value; } inline static int32_t get_offset_of_serializerTypeName_1() { return static_cast(offsetof(RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6, ___serializerTypeName_1)); } inline String_t* get_serializerTypeName_1() const { return ___serializerTypeName_1; } inline String_t** get_address_of_serializerTypeName_1() { return &___serializerTypeName_1; } inline void set_serializerTypeName_1(String_t* value) { ___serializerTypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerTypeName_1), (void*)value); } inline static int32_t get_offset_of_serializerBaseTypeName_2() { return static_cast(offsetof(RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6, ___serializerBaseTypeName_2)); } inline String_t* get_serializerBaseTypeName_2() const { return ___serializerBaseTypeName_2; } inline String_t** get_address_of_serializerBaseTypeName_2() { return &___serializerBaseTypeName_2; } inline void set_serializerBaseTypeName_2(String_t* value) { ___serializerBaseTypeName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerBaseTypeName_2), (void*)value); } inline static int32_t get_offset_of_typeId_3() { return static_cast(offsetof(RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6, ___typeId_3)); } inline String_t* get_typeId_3() const { return ___typeId_3; } inline String_t** get_address_of_typeId_3() { return &___typeId_3; } inline void set_typeId_3(String_t* value) { ___typeId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeId_3), (void*)value); } }; // System.ComponentModel.RunInstallerAttribute struct RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.RunInstallerAttribute::runInstaller bool ___runInstaller_0; public: inline static int32_t get_offset_of_runInstaller_0() { return static_cast(offsetof(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975, ___runInstaller_0)); } inline bool get_runInstaller_0() const { return ___runInstaller_0; } inline bool* get_address_of_runInstaller_0() { return &___runInstaller_0; } inline void set_runInstaller_0(bool value) { ___runInstaller_0 = value; } }; struct RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields { public: // System.ComponentModel.RunInstallerAttribute System.ComponentModel.RunInstallerAttribute::Yes RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * ___Yes_1; // System.ComponentModel.RunInstallerAttribute System.ComponentModel.RunInstallerAttribute::No RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * ___No_2; // System.ComponentModel.RunInstallerAttribute System.ComponentModel.RunInstallerAttribute::Default RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields, ___Yes_1)); } inline RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * get_Yes_1() const { return ___Yes_1; } inline RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields, ___No_2)); } inline RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * get_No_2() const { return ___No_2; } inline RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields, ___Default_3)); } inline RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * get_Default_3() const { return ___Default_3; } inline RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.Design.RuntimeLicenseContext struct RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A : public LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF { public: // System.Collections.Hashtable System.ComponentModel.Design.RuntimeLicenseContext::savedLicenseKeys Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___savedLicenseKeys_1; public: inline static int32_t get_offset_of_savedLicenseKeys_1() { return static_cast(offsetof(RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A, ___savedLicenseKeys_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_savedLicenseKeys_1() const { return ___savedLicenseKeys_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_savedLicenseKeys_1() { return &___savedLicenseKeys_1; } inline void set_savedLicenseKeys_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___savedLicenseKeys_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___savedLicenseKeys_1), (void*)value); } }; struct RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_StaticFields { public: // System.Diagnostics.TraceSwitch System.ComponentModel.Design.RuntimeLicenseContext::RuntimeLicenseContextSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___RuntimeLicenseContextSwitch_0; public: inline static int32_t get_offset_of_RuntimeLicenseContextSwitch_0() { return static_cast(offsetof(RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_StaticFields, ___RuntimeLicenseContextSwitch_0)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_RuntimeLicenseContextSwitch_0() const { return ___RuntimeLicenseContextSwitch_0; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_RuntimeLicenseContextSwitch_0() { return &___RuntimeLicenseContextSwitch_0; } inline void set_RuntimeLicenseContextSwitch_0(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___RuntimeLicenseContextSwitch_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___RuntimeLicenseContextSwitch_0), (void*)value); } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Configuration.SchemeSettingElement struct SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.IO.Ports.SerialPinChangedEventArgs struct SerialPinChangedEventArgs_t5C7C7E9FD7EA92FDE88E8357DEAFDC5E68B08311 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: public: }; // System.Net.Configuration.ServicePointManagerElement struct ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Configuration.SettingAttribute struct SettingAttribute_tCF266C19965BA4997F1D45628D5DFA5B5E9F659A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Configuration.SettingElement struct SettingElement_t6128F4781CAEF225CD796584151E219024562381 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Configuration.SettingValueElement struct SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.ComponentModel.SettingsBindableAttribute struct SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.SettingsBindableAttribute::_bindable bool ____bindable_2; public: inline static int32_t get_offset_of__bindable_2() { return static_cast(offsetof(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0, ____bindable_2)); } inline bool get__bindable_2() const { return ____bindable_2; } inline bool* get_address_of__bindable_2() { return &____bindable_2; } inline void set__bindable_2(bool value) { ____bindable_2 = value; } }; struct SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_StaticFields { public: // System.ComponentModel.SettingsBindableAttribute System.ComponentModel.SettingsBindableAttribute::Yes SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * ___Yes_0; // System.ComponentModel.SettingsBindableAttribute System.ComponentModel.SettingsBindableAttribute::No SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * ___No_1; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_StaticFields, ___Yes_0)); } inline SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * get_Yes_0() const { return ___Yes_0; } inline SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_StaticFields, ___No_1)); } inline SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * get_No_1() const { return ___No_1; } inline SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } }; // System.Configuration.SettingsDescriptionAttribute struct SettingsDescriptionAttribute_tEEB1718B8C2CC5C669DED0B1ABCC38D32E1A31C4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Configuration.SettingsGroupDescriptionAttribute struct SettingsGroupDescriptionAttribute_tBCCC0CFB6545ACA016B51D744C13C89BACB40ECA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Configuration.SettingsGroupNameAttribute struct SettingsGroupNameAttribute_tD5FBC5A095208905436942A5F09E6A6F8594C20C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Configuration.SettingsLoadedEventArgs struct SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: public: }; // System.Configuration.SettingsManageabilityAttribute struct SettingsManageabilityAttribute_t4A2F1B41DB9306774FA2D16E19FC2F4BFE506813 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Configuration.SettingsProvider struct SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C : public ProviderBase_t75D5AF714666B4C010B8ED3B53ECB10D3171C148 { public: public: }; // System.Configuration.SettingsProviderAttribute struct SettingsProviderAttribute_t38CAB8D5E11B31E0FBD036C692BE02157CDF7F84 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Configuration.SettingsProviderCollection struct SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C : public ProviderCollection_tB8CF526057310ED2BA947A8BAC189D547F8AB977 { public: public: }; // System.Configuration.SettingsSerializeAsAttribute struct SettingsSerializeAsAttribute_t0B3FC3A9D96413FC9FAC0072B114D4FE3BC721FA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.Net.Configuration.SmtpNetworkElement struct SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement struct SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.SocketElement struct SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Configuration.SpecialSettingAttribute struct SpecialSettingAttribute_tBC111DFA8B4351A56F85DADFA45D2D4970C43BDE : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { 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); } }; 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.Diagnostics.SwitchLevelAttribute struct SwitchLevelAttribute_t6998C6E894D9EE9E366F4882B3B127C1D3D83746 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type System.Diagnostics.SwitchLevelAttribute::type Type_t * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(SwitchLevelAttribute_t6998C6E894D9EE9E366F4882B3B127C1D3D83746, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } }; // System.Net.SystemNetworkCredential struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F : public NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 { public: public: }; 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.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; } }; 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); } }; 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.ToolboxItemAttribute struct ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type System.ComponentModel.ToolboxItemAttribute::toolboxItemType Type_t * ___toolboxItemType_0; // System.String System.ComponentModel.ToolboxItemAttribute::toolboxItemTypeName String_t* ___toolboxItemTypeName_1; public: inline static int32_t get_offset_of_toolboxItemType_0() { return static_cast(offsetof(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1, ___toolboxItemType_0)); } inline Type_t * get_toolboxItemType_0() const { return ___toolboxItemType_0; } inline Type_t ** get_address_of_toolboxItemType_0() { return &___toolboxItemType_0; } inline void set_toolboxItemType_0(Type_t * value) { ___toolboxItemType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___toolboxItemType_0), (void*)value); } inline static int32_t get_offset_of_toolboxItemTypeName_1() { return static_cast(offsetof(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1, ___toolboxItemTypeName_1)); } inline String_t* get_toolboxItemTypeName_1() const { return ___toolboxItemTypeName_1; } inline String_t** get_address_of_toolboxItemTypeName_1() { return &___toolboxItemTypeName_1; } inline void set_toolboxItemTypeName_1(String_t* value) { ___toolboxItemTypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___toolboxItemTypeName_1), (void*)value); } }; struct ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_StaticFields { public: // System.ComponentModel.ToolboxItemAttribute System.ComponentModel.ToolboxItemAttribute::Default ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * ___Default_2; // System.ComponentModel.ToolboxItemAttribute System.ComponentModel.ToolboxItemAttribute::None ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * ___None_3; public: inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_StaticFields, ___Default_2)); } inline ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * get_Default_2() const { return ___Default_2; } inline ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_StaticFields, ___None_3)); } inline ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * get_None_3() const { return ___None_3; } inline ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } }; // System.Diagnostics.TraceSwitch struct TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D : public Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC { public: public: }; // 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); } }; 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.TypeDescriptionProviderAttribute struct TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.TypeDescriptionProviderAttribute::_typeName String_t* ____typeName_0; public: inline static int32_t get_offset_of__typeName_0() { return static_cast(offsetof(TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B, ____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.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Net.Configuration.WebProxyScriptElement struct WebProxyScriptElement_t6E2DB4259FF77920BA00BBA7AC7E0BAC995FD76F : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.WebUtilityElement struct WebUtilityElement_t3CAEE818299B8719DD27A5DC410EA43EC9E77F4B : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: 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); } }; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor struct EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 : public CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC { public: public: }; // System.ComponentModel.TypeDescriptor/AttributeProvider struct AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.Attribute[] System.ComponentModel.TypeDescriptor/AttributeProvider::_attrs AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ____attrs_2; public: inline static int32_t get_offset_of__attrs_2() { return static_cast(offsetof(AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A, ____attrs_2)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get__attrs_2() const { return ____attrs_2; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of__attrs_2() { return &____attrs_2; } inline void set__attrs_2(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ____attrs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attrs_2), (void*)value); } }; // System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider struct ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.ComponentModel.IComNativeDescriptorHandler System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider::_handler RuntimeObject* ____handler_2; public: inline static int32_t get_offset_of__handler_2() { return static_cast(offsetof(ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842, ____handler_2)); } inline RuntimeObject* get__handler_2() const { return ____handler_2; } inline RuntimeObject** get_address_of__handler_2() { return &____handler_2; } inline void set__handler_2(RuntimeObject* value) { ____handler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____handler_2), (void*)value); } }; // System.ComponentModel.TypeDescriptor/TypeDescriptionNode struct TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor/TypeDescriptionNode::Next TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * ___Next_2; // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor/TypeDescriptionNode::Provider TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___Provider_3; public: inline static int32_t get_offset_of_Next_2() { return static_cast(offsetof(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2, ___Next_2)); } inline TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * get_Next_2() const { return ___Next_2; } inline TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 ** get_address_of_Next_2() { return &___Next_2; } inline void set_Next_2(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * value) { ___Next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Next_2), (void*)value); } inline static int32_t get_offset_of_Provider_3() { return static_cast(offsetof(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2, ___Provider_3)); } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * get_Provider_3() const { return ___Provider_3; } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 ** get_address_of_Provider_3() { return &___Provider_3; } inline void set_Provider_3(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * value) { ___Provider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Provider_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_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; } }; // System.Net.Sockets.AddressFamily struct AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject * ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject * ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * ___AssemblyLoad_11; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___AssemblyResolve_12; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___DomainUnload_13; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___ProcessExit_14; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ResourceResolve_15; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___TypeResolve_16; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * ___UnhandledException_17; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * ___FirstChanceException_18; // System.Object System.AppDomain::_domain_manager RuntimeObject * ____domain_manager_19; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ReflectionOnlyAssemblyResolve_20; // System.Object System.AppDomain::_activation RuntimeObject * ____activation_21; // System.Object System.AppDomain::_applicationIdentity RuntimeObject * ____applicationIdentity_22; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____evidence_6)); } inline RuntimeObject * get__evidence_6() const { return ____evidence_6; } inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(RuntimeObject * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____granted_7)); } inline RuntimeObject * get__granted_7() const { return ____granted_7; } inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(RuntimeObject * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyLoad_11)); } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; } inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * value) { ___AssemblyLoad_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value); } inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyResolve_12)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; } inline void set_AssemblyResolve_12(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___AssemblyResolve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value); } inline static int32_t get_offset_of_DomainUnload_13() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___DomainUnload_13)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_DomainUnload_13() const { return ___DomainUnload_13; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; } inline void set_DomainUnload_13(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___DomainUnload_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value); } inline static int32_t get_offset_of_ProcessExit_14() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ProcessExit_14)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_ProcessExit_14() const { return ___ProcessExit_14; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; } inline void set_ProcessExit_14(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___ProcessExit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value); } inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ResourceResolve_15)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ResourceResolve_15() const { return ___ResourceResolve_15; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; } inline void set_ResourceResolve_15(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ResourceResolve_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value); } inline static int32_t get_offset_of_TypeResolve_16() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___TypeResolve_16)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_TypeResolve_16() const { return ___TypeResolve_16; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; } inline void set_TypeResolve_16(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___TypeResolve_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value); } inline static int32_t get_offset_of_UnhandledException_17() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___UnhandledException_17)); } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * get_UnhandledException_17() const { return ___UnhandledException_17; } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; } inline void set_UnhandledException_17(UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * value) { ___UnhandledException_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value); } inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___FirstChanceException_18)); } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * get_FirstChanceException_18() const { return ___FirstChanceException_18; } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; } inline void set_FirstChanceException_18(EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * value) { ___FirstChanceException_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value); } inline static int32_t get_offset_of__domain_manager_19() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____domain_manager_19)); } inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; } inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; } inline void set__domain_manager_19(RuntimeObject * value) { ____domain_manager_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ReflectionOnlyAssemblyResolve_20)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; } inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ReflectionOnlyAssemblyResolve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value); } inline static int32_t get_offset_of__activation_21() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____activation_21)); } inline RuntimeObject * get__activation_21() const { return ____activation_21; } inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; } inline void set__activation_21(RuntimeObject * value) { ____activation_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value); } inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____applicationIdentity_22)); } inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; } inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; } inline void set__applicationIdentity_22(RuntimeObject * value) { ____applicationIdentity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value); } inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___compatibility_switch_23)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; } inline void set_compatibility_switch_23(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___compatibility_switch_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value); } }; 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); } }; 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); } }; // 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.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.AssemblyContentType struct AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE { public: // System.Int32 System.Reflection.AssemblyContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE, ___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.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622, ___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.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD, ___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.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; } }; // System.Globalization.CompareOptions struct CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725, ___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.Configuration.ConfigurationElementCollectionType struct ConfigurationElementCollectionType_t2D078FECB4C4DF1B5856061E8952CC344BA624A6 { public: // System.Int32 System.Configuration.ConfigurationElementCollectionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConfigurationElementCollectionType_t2D078FECB4C4DF1B5856061E8952CC344BA624A6, ___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.Configuration.ConfigurationSaveMode struct ConfigurationSaveMode_t098F10C5B94710A69F2D6F1176452DAEB38F46D3 { public: // System.Int32 System.Configuration.ConfigurationSaveMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConfigurationSaveMode_t098F10C5B94710A69F2D6F1176452DAEB38F46D3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)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.Net.Security.EncryptionPolicy struct EncryptionPolicy_t9C86C4F4DCBC29D4DFE92BD1A21417DA999EE4F5 { public: // System.Int32 System.Net.Security.EncryptionPolicy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EncryptionPolicy_t9C86C4F4DCBC29D4DFE92BD1A21417DA999EE4F5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: // System.ComponentModel.ReflectPropertyDescriptor System.ComponentModel.ExtendedPropertyDescriptor::extenderInfo ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * ___extenderInfo_17; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtendedPropertyDescriptor::provider RuntimeObject* ___provider_18; public: inline static int32_t get_offset_of_extenderInfo_17() { return static_cast(offsetof(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420, ___extenderInfo_17)); } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * get_extenderInfo_17() const { return ___extenderInfo_17; } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 ** get_address_of_extenderInfo_17() { return &___extenderInfo_17; } inline void set_extenderInfo_17(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * value) { ___extenderInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___extenderInfo_17), (void*)value); } inline static int32_t get_offset_of_provider_18() { return static_cast(offsetof(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420, ___provider_18)); } inline RuntimeObject* get_provider_18() const { return ___provider_18; } inline RuntimeObject** get_address_of_provider_18() { return &___provider_18; } inline void set_provider_18(RuntimeObject* value) { ___provider_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_18), (void*)value); } }; // System.IO.FileAttributes struct FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.InteropServices.GCHandleType struct GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38 { public: // System.Int32 System.Runtime.InteropServices.GCHandleType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.GenericUriParserOptions struct GenericUriParserOptions_t6EBAE28B3241139D28DE38B725FC0F21EEBD9E1E { public: // System.Int32 System.GenericUriParserOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GenericUriParserOptions_t6EBAE28B3241139D28DE38B725FC0F21EEBD9E1E, ___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.Ports.Handshake struct Handshake_tE5E5B392DDD1E91005BB4C0B33B9048F83481945 { public: // System.Int32 System.IO.Ports.Handshake::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Handshake_tE5E5B392DDD1E91005BB4C0B33B9048F83481945, ___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; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // 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; } }; // 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.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.IO.Ports.Parity struct Parity_t64C60BE89F3287232C2C5B4667AD950205BCA77A { public: // System.Int32 System.IO.Ports.Parity::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Parity_t64C60BE89F3287232C2C5B4667AD950205BCA77A, ___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.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB, ___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.ComponentModel.ReflectEventDescriptor struct ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF : public EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 { public: // System.Type System.ComponentModel.ReflectEventDescriptor::type Type_t * ___type_12; // System.Type System.ComponentModel.ReflectEventDescriptor::componentClass Type_t * ___componentClass_13; // System.Reflection.MethodInfo System.ComponentModel.ReflectEventDescriptor::addMethod MethodInfo_t * ___addMethod_14; // System.Reflection.MethodInfo System.ComponentModel.ReflectEventDescriptor::removeMethod MethodInfo_t * ___removeMethod_15; // System.Reflection.EventInfo System.ComponentModel.ReflectEventDescriptor::realEvent EventInfo_t * ___realEvent_16; // System.Boolean System.ComponentModel.ReflectEventDescriptor::filledMethods bool ___filledMethods_17; public: inline static int32_t get_offset_of_type_12() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___type_12)); } inline Type_t * get_type_12() const { return ___type_12; } inline Type_t ** get_address_of_type_12() { return &___type_12; } inline void set_type_12(Type_t * value) { ___type_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_12), (void*)value); } inline static int32_t get_offset_of_componentClass_13() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___componentClass_13)); } inline Type_t * get_componentClass_13() const { return ___componentClass_13; } inline Type_t ** get_address_of_componentClass_13() { return &___componentClass_13; } inline void set_componentClass_13(Type_t * value) { ___componentClass_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentClass_13), (void*)value); } inline static int32_t get_offset_of_addMethod_14() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___addMethod_14)); } inline MethodInfo_t * get_addMethod_14() const { return ___addMethod_14; } inline MethodInfo_t ** get_address_of_addMethod_14() { return &___addMethod_14; } inline void set_addMethod_14(MethodInfo_t * value) { ___addMethod_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___addMethod_14), (void*)value); } inline static int32_t get_offset_of_removeMethod_15() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___removeMethod_15)); } inline MethodInfo_t * get_removeMethod_15() const { return ___removeMethod_15; } inline MethodInfo_t ** get_address_of_removeMethod_15() { return &___removeMethod_15; } inline void set_removeMethod_15(MethodInfo_t * value) { ___removeMethod_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___removeMethod_15), (void*)value); } inline static int32_t get_offset_of_realEvent_16() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___realEvent_16)); } inline EventInfo_t * get_realEvent_16() const { return ___realEvent_16; } inline EventInfo_t ** get_address_of_realEvent_16() { return &___realEvent_16; } inline void set_realEvent_16(EventInfo_t * value) { ___realEvent_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___realEvent_16), (void*)value); } inline static int32_t get_offset_of_filledMethods_17() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___filledMethods_17)); } inline bool get_filledMethods_17() const { return ___filledMethods_17; } inline bool* get_address_of_filledMethods_17() { return &___filledMethods_17; } inline void set_filledMethods_17(bool value) { ___filledMethods_17 = value; } }; // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: // System.Collections.Specialized.BitVector32 System.ComponentModel.ReflectPropertyDescriptor::state BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 ___state_31; // System.Type System.ComponentModel.ReflectPropertyDescriptor::componentClass Type_t * ___componentClass_32; // System.Type System.ComponentModel.ReflectPropertyDescriptor::type Type_t * ___type_33; // System.Object System.ComponentModel.ReflectPropertyDescriptor::defaultValue RuntimeObject * ___defaultValue_34; // System.Object System.ComponentModel.ReflectPropertyDescriptor::ambientValue RuntimeObject * ___ambientValue_35; // System.Reflection.PropertyInfo System.ComponentModel.ReflectPropertyDescriptor::propInfo PropertyInfo_t * ___propInfo_36; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::getMethod MethodInfo_t * ___getMethod_37; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::setMethod MethodInfo_t * ___setMethod_38; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::shouldSerializeMethod MethodInfo_t * ___shouldSerializeMethod_39; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::resetMethod MethodInfo_t * ___resetMethod_40; // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::realChangedEvent EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___realChangedEvent_41; // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::realIPropChangedEvent EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___realIPropChangedEvent_42; // System.Type System.ComponentModel.ReflectPropertyDescriptor::receiverType Type_t * ___receiverType_43; public: inline static int32_t get_offset_of_state_31() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___state_31)); } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 get_state_31() const { return ___state_31; } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * get_address_of_state_31() { return &___state_31; } inline void set_state_31(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 value) { ___state_31 = value; } inline static int32_t get_offset_of_componentClass_32() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___componentClass_32)); } inline Type_t * get_componentClass_32() const { return ___componentClass_32; } inline Type_t ** get_address_of_componentClass_32() { return &___componentClass_32; } inline void set_componentClass_32(Type_t * value) { ___componentClass_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentClass_32), (void*)value); } inline static int32_t get_offset_of_type_33() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___type_33)); } inline Type_t * get_type_33() const { return ___type_33; } inline Type_t ** get_address_of_type_33() { return &___type_33; } inline void set_type_33(Type_t * value) { ___type_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_33), (void*)value); } inline static int32_t get_offset_of_defaultValue_34() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___defaultValue_34)); } inline RuntimeObject * get_defaultValue_34() const { return ___defaultValue_34; } inline RuntimeObject ** get_address_of_defaultValue_34() { return &___defaultValue_34; } inline void set_defaultValue_34(RuntimeObject * value) { ___defaultValue_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValue_34), (void*)value); } inline static int32_t get_offset_of_ambientValue_35() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___ambientValue_35)); } inline RuntimeObject * get_ambientValue_35() const { return ___ambientValue_35; } inline RuntimeObject ** get_address_of_ambientValue_35() { return &___ambientValue_35; } inline void set_ambientValue_35(RuntimeObject * value) { ___ambientValue_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ambientValue_35), (void*)value); } inline static int32_t get_offset_of_propInfo_36() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___propInfo_36)); } inline PropertyInfo_t * get_propInfo_36() const { return ___propInfo_36; } inline PropertyInfo_t ** get_address_of_propInfo_36() { return &___propInfo_36; } inline void set_propInfo_36(PropertyInfo_t * value) { ___propInfo_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___propInfo_36), (void*)value); } inline static int32_t get_offset_of_getMethod_37() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___getMethod_37)); } inline MethodInfo_t * get_getMethod_37() const { return ___getMethod_37; } inline MethodInfo_t ** get_address_of_getMethod_37() { return &___getMethod_37; } inline void set_getMethod_37(MethodInfo_t * value) { ___getMethod_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___getMethod_37), (void*)value); } inline static int32_t get_offset_of_setMethod_38() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___setMethod_38)); } inline MethodInfo_t * get_setMethod_38() const { return ___setMethod_38; } inline MethodInfo_t ** get_address_of_setMethod_38() { return &___setMethod_38; } inline void set_setMethod_38(MethodInfo_t * value) { ___setMethod_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___setMethod_38), (void*)value); } inline static int32_t get_offset_of_shouldSerializeMethod_39() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___shouldSerializeMethod_39)); } inline MethodInfo_t * get_shouldSerializeMethod_39() const { return ___shouldSerializeMethod_39; } inline MethodInfo_t ** get_address_of_shouldSerializeMethod_39() { return &___shouldSerializeMethod_39; } inline void set_shouldSerializeMethod_39(MethodInfo_t * value) { ___shouldSerializeMethod_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___shouldSerializeMethod_39), (void*)value); } inline static int32_t get_offset_of_resetMethod_40() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___resetMethod_40)); } inline MethodInfo_t * get_resetMethod_40() const { return ___resetMethod_40; } inline MethodInfo_t ** get_address_of_resetMethod_40() { return &___resetMethod_40; } inline void set_resetMethod_40(MethodInfo_t * value) { ___resetMethod_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___resetMethod_40), (void*)value); } inline static int32_t get_offset_of_realChangedEvent_41() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___realChangedEvent_41)); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * get_realChangedEvent_41() const { return ___realChangedEvent_41; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** get_address_of_realChangedEvent_41() { return &___realChangedEvent_41; } inline void set_realChangedEvent_41(EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { ___realChangedEvent_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___realChangedEvent_41), (void*)value); } inline static int32_t get_offset_of_realIPropChangedEvent_42() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___realIPropChangedEvent_42)); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * get_realIPropChangedEvent_42() const { return ___realIPropChangedEvent_42; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** get_address_of_realIPropChangedEvent_42() { return &___realIPropChangedEvent_42; } inline void set_realIPropChangedEvent_42(EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { ___realIPropChangedEvent_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___realIPropChangedEvent_42), (void*)value); } inline static int32_t get_offset_of_receiverType_43() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___receiverType_43)); } inline Type_t * get_receiverType_43() const { return ___receiverType_43; } inline Type_t ** get_address_of_receiverType_43() { return &___receiverType_43; } inline void set_receiverType_43(Type_t * value) { ___receiverType_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___receiverType_43), (void*)value); } }; struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields { public: // System.Type[] System.ComponentModel.ReflectPropertyDescriptor::argsNone TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argsNone_17; // System.Object System.ComponentModel.ReflectPropertyDescriptor::noValue RuntimeObject * ___noValue_18; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescCreateSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___PropDescCreateSwitch_19; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescUsageSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___PropDescUsageSwitch_20; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitDefaultValueQueried int32_t ___BitDefaultValueQueried_21; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitGetQueried int32_t ___BitGetQueried_22; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetQueried int32_t ___BitSetQueried_23; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitShouldSerializeQueried int32_t ___BitShouldSerializeQueried_24; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitResetQueried int32_t ___BitResetQueried_25; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitChangedQueried int32_t ___BitChangedQueried_26; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitIPropChangedQueried int32_t ___BitIPropChangedQueried_27; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitReadOnlyChecked int32_t ___BitReadOnlyChecked_28; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitAmbientValueQueried int32_t ___BitAmbientValueQueried_29; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetOnDemand int32_t ___BitSetOnDemand_30; public: inline static int32_t get_offset_of_argsNone_17() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___argsNone_17)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_argsNone_17() const { return ___argsNone_17; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_argsNone_17() { return &___argsNone_17; } inline void set_argsNone_17(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___argsNone_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___argsNone_17), (void*)value); } inline static int32_t get_offset_of_noValue_18() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___noValue_18)); } inline RuntimeObject * get_noValue_18() const { return ___noValue_18; } inline RuntimeObject ** get_address_of_noValue_18() { return &___noValue_18; } inline void set_noValue_18(RuntimeObject * value) { ___noValue_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___noValue_18), (void*)value); } inline static int32_t get_offset_of_PropDescCreateSwitch_19() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___PropDescCreateSwitch_19)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_PropDescCreateSwitch_19() const { return ___PropDescCreateSwitch_19; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_PropDescCreateSwitch_19() { return &___PropDescCreateSwitch_19; } inline void set_PropDescCreateSwitch_19(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___PropDescCreateSwitch_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropDescCreateSwitch_19), (void*)value); } inline static int32_t get_offset_of_PropDescUsageSwitch_20() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___PropDescUsageSwitch_20)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_PropDescUsageSwitch_20() const { return ___PropDescUsageSwitch_20; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_PropDescUsageSwitch_20() { return &___PropDescUsageSwitch_20; } inline void set_PropDescUsageSwitch_20(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___PropDescUsageSwitch_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropDescUsageSwitch_20), (void*)value); } inline static int32_t get_offset_of_BitDefaultValueQueried_21() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitDefaultValueQueried_21)); } inline int32_t get_BitDefaultValueQueried_21() const { return ___BitDefaultValueQueried_21; } inline int32_t* get_address_of_BitDefaultValueQueried_21() { return &___BitDefaultValueQueried_21; } inline void set_BitDefaultValueQueried_21(int32_t value) { ___BitDefaultValueQueried_21 = value; } inline static int32_t get_offset_of_BitGetQueried_22() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitGetQueried_22)); } inline int32_t get_BitGetQueried_22() const { return ___BitGetQueried_22; } inline int32_t* get_address_of_BitGetQueried_22() { return &___BitGetQueried_22; } inline void set_BitGetQueried_22(int32_t value) { ___BitGetQueried_22 = value; } inline static int32_t get_offset_of_BitSetQueried_23() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitSetQueried_23)); } inline int32_t get_BitSetQueried_23() const { return ___BitSetQueried_23; } inline int32_t* get_address_of_BitSetQueried_23() { return &___BitSetQueried_23; } inline void set_BitSetQueried_23(int32_t value) { ___BitSetQueried_23 = value; } inline static int32_t get_offset_of_BitShouldSerializeQueried_24() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitShouldSerializeQueried_24)); } inline int32_t get_BitShouldSerializeQueried_24() const { return ___BitShouldSerializeQueried_24; } inline int32_t* get_address_of_BitShouldSerializeQueried_24() { return &___BitShouldSerializeQueried_24; } inline void set_BitShouldSerializeQueried_24(int32_t value) { ___BitShouldSerializeQueried_24 = value; } inline static int32_t get_offset_of_BitResetQueried_25() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitResetQueried_25)); } inline int32_t get_BitResetQueried_25() const { return ___BitResetQueried_25; } inline int32_t* get_address_of_BitResetQueried_25() { return &___BitResetQueried_25; } inline void set_BitResetQueried_25(int32_t value) { ___BitResetQueried_25 = value; } inline static int32_t get_offset_of_BitChangedQueried_26() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitChangedQueried_26)); } inline int32_t get_BitChangedQueried_26() const { return ___BitChangedQueried_26; } inline int32_t* get_address_of_BitChangedQueried_26() { return &___BitChangedQueried_26; } inline void set_BitChangedQueried_26(int32_t value) { ___BitChangedQueried_26 = value; } inline static int32_t get_offset_of_BitIPropChangedQueried_27() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitIPropChangedQueried_27)); } inline int32_t get_BitIPropChangedQueried_27() const { return ___BitIPropChangedQueried_27; } inline int32_t* get_address_of_BitIPropChangedQueried_27() { return &___BitIPropChangedQueried_27; } inline void set_BitIPropChangedQueried_27(int32_t value) { ___BitIPropChangedQueried_27 = value; } inline static int32_t get_offset_of_BitReadOnlyChecked_28() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitReadOnlyChecked_28)); } inline int32_t get_BitReadOnlyChecked_28() const { return ___BitReadOnlyChecked_28; } inline int32_t* get_address_of_BitReadOnlyChecked_28() { return &___BitReadOnlyChecked_28; } inline void set_BitReadOnlyChecked_28(int32_t value) { ___BitReadOnlyChecked_28 = value; } inline static int32_t get_offset_of_BitAmbientValueQueried_29() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitAmbientValueQueried_29)); } inline int32_t get_BitAmbientValueQueried_29() const { return ___BitAmbientValueQueried_29; } inline int32_t* get_address_of_BitAmbientValueQueried_29() { return &___BitAmbientValueQueried_29; } inline void set_BitAmbientValueQueried_29(int32_t value) { ___BitAmbientValueQueried_29 = value; } inline static int32_t get_offset_of_BitSetOnDemand_30() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitSetOnDemand_30)); } inline int32_t get_BitSetOnDemand_30() const { return ___BitSetOnDemand_30; } inline int32_t* get_address_of_BitSetOnDemand_30() { return &___BitSetOnDemand_30; } inline void set_BitSetOnDemand_30(int32_t value) { ___BitSetOnDemand_30 = value; } }; // System.ComponentModel.ReflectTypeDescriptionProvider struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::_typeData Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____typeData_2; public: inline static int32_t get_offset_of__typeData_2() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B, ____typeData_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__typeData_2() const { return ____typeData_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__typeData_2() { return &____typeData_2; } inline void set__typeData_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____typeData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeData_2), (void*)value); } }; struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields { public: // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_typeConstructor TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____typeConstructor_3; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_editorTables Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____editorTables_4; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicTypeConverters Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____intrinsicTypeConverters_5; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicReferenceKey RuntimeObject * ____intrinsicReferenceKey_6; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicNullableKey RuntimeObject * ____intrinsicNullableKey_7; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_dictionaryKey RuntimeObject * ____dictionaryKey_8; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_propertyCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____propertyCache_9; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_eventCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____eventCache_10; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_attributeCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____attributeCache_11; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_extendedPropertyCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____extendedPropertyCache_12; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderKey Guid_t ____extenderProviderKey_13; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderPropertiesKey Guid_t ____extenderPropertiesKey_14; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderPropertiesKey Guid_t ____extenderProviderPropertiesKey_15; // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_skipInterfaceAttributeList TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____skipInterfaceAttributeList_16; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_internalSyncObject RuntimeObject * ____internalSyncObject_17; public: inline static int32_t get_offset_of__typeConstructor_3() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____typeConstructor_3)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__typeConstructor_3() const { return ____typeConstructor_3; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__typeConstructor_3() { return &____typeConstructor_3; } inline void set__typeConstructor_3(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____typeConstructor_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeConstructor_3), (void*)value); } inline static int32_t get_offset_of__editorTables_4() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____editorTables_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__editorTables_4() const { return ____editorTables_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__editorTables_4() { return &____editorTables_4; } inline void set__editorTables_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____editorTables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____editorTables_4), (void*)value); } inline static int32_t get_offset_of__intrinsicTypeConverters_5() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicTypeConverters_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__intrinsicTypeConverters_5() const { return ____intrinsicTypeConverters_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__intrinsicTypeConverters_5() { return &____intrinsicTypeConverters_5; } inline void set__intrinsicTypeConverters_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____intrinsicTypeConverters_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicTypeConverters_5), (void*)value); } inline static int32_t get_offset_of__intrinsicReferenceKey_6() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicReferenceKey_6)); } inline RuntimeObject * get__intrinsicReferenceKey_6() const { return ____intrinsicReferenceKey_6; } inline RuntimeObject ** get_address_of__intrinsicReferenceKey_6() { return &____intrinsicReferenceKey_6; } inline void set__intrinsicReferenceKey_6(RuntimeObject * value) { ____intrinsicReferenceKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicReferenceKey_6), (void*)value); } inline static int32_t get_offset_of__intrinsicNullableKey_7() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicNullableKey_7)); } inline RuntimeObject * get__intrinsicNullableKey_7() const { return ____intrinsicNullableKey_7; } inline RuntimeObject ** get_address_of__intrinsicNullableKey_7() { return &____intrinsicNullableKey_7; } inline void set__intrinsicNullableKey_7(RuntimeObject * value) { ____intrinsicNullableKey_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicNullableKey_7), (void*)value); } inline static int32_t get_offset_of__dictionaryKey_8() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____dictionaryKey_8)); } inline RuntimeObject * get__dictionaryKey_8() const { return ____dictionaryKey_8; } inline RuntimeObject ** get_address_of__dictionaryKey_8() { return &____dictionaryKey_8; } inline void set__dictionaryKey_8(RuntimeObject * value) { ____dictionaryKey_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____dictionaryKey_8), (void*)value); } inline static int32_t get_offset_of__propertyCache_9() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____propertyCache_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__propertyCache_9() const { return ____propertyCache_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__propertyCache_9() { return &____propertyCache_9; } inline void set__propertyCache_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____propertyCache_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyCache_9), (void*)value); } inline static int32_t get_offset_of__eventCache_10() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____eventCache_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__eventCache_10() const { return ____eventCache_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__eventCache_10() { return &____eventCache_10; } inline void set__eventCache_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____eventCache_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____eventCache_10), (void*)value); } inline static int32_t get_offset_of__attributeCache_11() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____attributeCache_11)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__attributeCache_11() const { return ____attributeCache_11; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__attributeCache_11() { return &____attributeCache_11; } inline void set__attributeCache_11(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____attributeCache_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeCache_11), (void*)value); } inline static int32_t get_offset_of__extendedPropertyCache_12() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extendedPropertyCache_12)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__extendedPropertyCache_12() const { return ____extendedPropertyCache_12; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__extendedPropertyCache_12() { return &____extendedPropertyCache_12; } inline void set__extendedPropertyCache_12(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____extendedPropertyCache_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____extendedPropertyCache_12), (void*)value); } inline static int32_t get_offset_of__extenderProviderKey_13() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderProviderKey_13)); } inline Guid_t get__extenderProviderKey_13() const { return ____extenderProviderKey_13; } inline Guid_t * get_address_of__extenderProviderKey_13() { return &____extenderProviderKey_13; } inline void set__extenderProviderKey_13(Guid_t value) { ____extenderProviderKey_13 = value; } inline static int32_t get_offset_of__extenderPropertiesKey_14() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderPropertiesKey_14)); } inline Guid_t get__extenderPropertiesKey_14() const { return ____extenderPropertiesKey_14; } inline Guid_t * get_address_of__extenderPropertiesKey_14() { return &____extenderPropertiesKey_14; } inline void set__extenderPropertiesKey_14(Guid_t value) { ____extenderPropertiesKey_14 = value; } inline static int32_t get_offset_of__extenderProviderPropertiesKey_15() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderProviderPropertiesKey_15)); } inline Guid_t get__extenderProviderPropertiesKey_15() const { return ____extenderProviderPropertiesKey_15; } inline Guid_t * get_address_of__extenderProviderPropertiesKey_15() { return &____extenderProviderPropertiesKey_15; } inline void set__extenderProviderPropertiesKey_15(Guid_t value) { ____extenderProviderPropertiesKey_15 = value; } inline static int32_t get_offset_of__skipInterfaceAttributeList_16() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____skipInterfaceAttributeList_16)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__skipInterfaceAttributeList_16() const { return ____skipInterfaceAttributeList_16; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__skipInterfaceAttributeList_16() { return &____skipInterfaceAttributeList_16; } inline void set__skipInterfaceAttributeList_16(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____skipInterfaceAttributeList_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____skipInterfaceAttributeList_16), (void*)value); } inline static int32_t get_offset_of__internalSyncObject_17() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____internalSyncObject_17)); } inline RuntimeObject * get__internalSyncObject_17() const { return ____internalSyncObject_17; } inline RuntimeObject ** get_address_of__internalSyncObject_17() { return &____internalSyncObject_17; } inline void set__internalSyncObject_17(RuntimeObject * value) { ____internalSyncObject_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____internalSyncObject_17), (void*)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.Net.Configuration.RequestCachingSection struct RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.ComponentModel.RunWorkerCompletedEventArgs struct RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 : public AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 { public: // System.Object System.ComponentModel.RunWorkerCompletedEventArgs::result RuntimeObject * ___result_4; public: inline static int32_t get_offset_of_result_4() { return static_cast(offsetof(RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9, ___result_4)); } inline RuntimeObject * get_result_4() const { return ___result_4; } inline RuntimeObject ** get_address_of_result_4() { return &___result_4; } inline void set_result_4(RuntimeObject * value) { ___result_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_4), (void*)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.ComponentModel.SRCategoryAttribute struct SRCategoryAttribute_tC6F04E1983195DE00C3194F50249D141B507F3D3 : public CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 { public: public: }; // System.SRDescriptionAttribute struct SRDescriptionAttribute_tD50265F44B1845F317D3DE81575C37F0E81BB949 : public DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA { public: // System.Boolean System.SRDescriptionAttribute::isReplaced bool ___isReplaced_2; public: inline static int32_t get_offset_of_isReplaced_2() { return static_cast(offsetof(SRDescriptionAttribute_tD50265F44B1845F317D3DE81575C37F0E81BB949, ___isReplaced_2)); } inline bool get_isReplaced_2() const { return ___isReplaced_2; } inline bool* get_address_of_isReplaced_2() { return &___isReplaced_2; } inline void set_isReplaced_2(bool value) { ___isReplaced_2 = 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.Configuration.SchemeSettingElementCollection struct SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // 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); } }; 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.IO.Ports.SerialPort struct SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 : public Component_t015539CFEAEEBFD7619041FE006475373E0D71DF { public: public: }; // 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; } }; 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.Configuration.SettingChangingEventArgs struct SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A : public CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 { public: public: }; // System.Configuration.SettingElementCollection struct SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // System.Configuration.SettingsManageability struct SettingsManageability_t3C5FA014C23E00E98FDCA43A4C1225E188108AA0 { public: // System.Int32 System.Configuration.SettingsManageability::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SettingsManageability_t3C5FA014C23E00E98FDCA43A4C1225E188108AA0, ___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.Configuration.SettingsSection struct SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Configuration.SettingsSerializeAs struct SettingsSerializeAs_t0D349DFFEAF064F8E5FFFBCAE2E69080A8DC7112 { public: // System.Int32 System.Configuration.SettingsSerializeAs::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SettingsSerializeAs_t0D349DFFEAF064F8E5FFFBCAE2E69080A8DC7112, ___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.Mail.SmtpDeliveryFormat struct SmtpDeliveryFormat_t94C601C88CED7C6EDD679D517D1308035198F947 { public: // System.Int32 System.Net.Mail.SmtpDeliveryFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SmtpDeliveryFormat_t94C601C88CED7C6EDD679D517D1308035198F947, ___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.Mail.SmtpDeliveryMethod struct SmtpDeliveryMethod_t15568665877DF7AB7C9BCE045FF43DA382B312DD { public: // System.Int32 System.Net.Mail.SmtpDeliveryMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SmtpDeliveryMethod_t15568665877DF7AB7C9BCE045FF43DA382B312DD, ___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.Configuration.SmtpSection struct SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F : 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.Configuration.SpecialSetting struct SpecialSetting_tE1E9775CBF72B48287FEAD5BBD553BFBF8038AA5 { public: // System.Int32 System.Configuration.SpecialSetting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialSetting_tE1E9775CBF72B48287FEAD5BBD553BFBF8038AA5, ___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.IO.Ports.StopBits struct StopBits_t78950C8BCC55E3DDEC4D9980DF11BEAFF04B6595 { public: // System.Int32 System.IO.Ports.StopBits::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StopBits_t78950C8BCC55E3DDEC4D9980DF11BEAFF04B6595, ___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.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.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_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // 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.ToolboxItemFilterType struct ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086 { public: // System.Int32 System.ComponentModel.ToolboxItemFilterType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086, ___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.Diagnostics.TraceEventCache struct TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 : public RuntimeObject { public: // System.Int64 System.Diagnostics.TraceEventCache::timeStamp int64_t ___timeStamp_2; // System.DateTime System.Diagnostics.TraceEventCache::dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime_3; // System.String System.Diagnostics.TraceEventCache::stackTrace String_t* ___stackTrace_4; public: inline static int32_t get_offset_of_timeStamp_2() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0, ___timeStamp_2)); } inline int64_t get_timeStamp_2() const { return ___timeStamp_2; } inline int64_t* get_address_of_timeStamp_2() { return &___timeStamp_2; } inline void set_timeStamp_2(int64_t value) { ___timeStamp_2 = value; } inline static int32_t get_offset_of_dateTime_3() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0, ___dateTime_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dateTime_3() const { return ___dateTime_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dateTime_3() { return &___dateTime_3; } inline void set_dateTime_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dateTime_3 = value; } inline static int32_t get_offset_of_stackTrace_4() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0, ___stackTrace_4)); } inline String_t* get_stackTrace_4() const { return ___stackTrace_4; } inline String_t** get_address_of_stackTrace_4() { return &___stackTrace_4; } inline void set_stackTrace_4(String_t* value) { ___stackTrace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___stackTrace_4), (void*)value); } }; struct TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceEventCache::processId int32_t ___processId_0; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceEventCache::processName String_t* ___processName_1; public: inline static int32_t get_offset_of_processId_0() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields, ___processId_0)); } inline int32_t get_processId_0() const { return ___processId_0; } inline int32_t* get_address_of_processId_0() { return &___processId_0; } inline void set_processId_0(int32_t value) { ___processId_0 = value; } inline static int32_t get_offset_of_processName_1() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields, ___processName_1)); } inline String_t* get_processName_1() const { return ___processName_1; } inline String_t** get_address_of_processName_1() { return &___processName_1; } inline void set_processName_1(String_t* value) { ___processName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___processName_1), (void*)value); } }; // System.Diagnostics.TraceEventType struct TraceEventType_t408E2DD6BDE793C1B2262282C676165875E87587 { public: // System.Int32 System.Diagnostics.TraceEventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceEventType_t408E2DD6BDE793C1B2262282C676165875E87587, ___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.Diagnostics.TraceInternal struct TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D : public RuntimeObject { public: public: }; struct TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceInternal::appName String_t* ___appName_0; // System.Diagnostics.TraceListenerCollection modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceInternal::listeners TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * ___listeners_1; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceInternal::autoFlush bool ___autoFlush_2; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceInternal::indentSize int32_t ___indentSize_4; // System.Object System.Diagnostics.TraceInternal::critSec RuntimeObject * ___critSec_5; public: inline static int32_t get_offset_of_appName_0() { return static_cast(offsetof(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields, ___appName_0)); } inline String_t* get_appName_0() const { return ___appName_0; } inline String_t** get_address_of_appName_0() { return &___appName_0; } inline void set_appName_0(String_t* value) { ___appName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___appName_0), (void*)value); } inline static int32_t get_offset_of_listeners_1() { return static_cast(offsetof(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields, ___listeners_1)); } inline TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * get_listeners_1() const { return ___listeners_1; } inline TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 ** get_address_of_listeners_1() { return &___listeners_1; } inline void set_listeners_1(TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * value) { ___listeners_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___listeners_1), (void*)value); } inline static int32_t get_offset_of_autoFlush_2() { return static_cast(offsetof(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields, ___autoFlush_2)); } inline bool get_autoFlush_2() const { return ___autoFlush_2; } inline bool* get_address_of_autoFlush_2() { return &___autoFlush_2; } inline void set_autoFlush_2(bool value) { ___autoFlush_2 = value; } inline static int32_t get_offset_of_indentSize_4() { return static_cast(offsetof(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields, ___indentSize_4)); } inline int32_t get_indentSize_4() const { return ___indentSize_4; } inline int32_t* get_address_of_indentSize_4() { return &___indentSize_4; } inline void set_indentSize_4(int32_t value) { ___indentSize_4 = value; } inline static int32_t get_offset_of_critSec_5() { return static_cast(offsetof(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields, ___critSec_5)); } inline RuntimeObject * get_critSec_5() const { return ___critSec_5; } inline RuntimeObject ** get_address_of_critSec_5() { return &___critSec_5; } inline void set_critSec_5(RuntimeObject * value) { ___critSec_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___critSec_5), (void*)value); } }; struct TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_ThreadStaticFields { public: // System.Int32 System.Diagnostics.TraceInternal::indentLevel int32_t ___indentLevel_3; public: inline static int32_t get_offset_of_indentLevel_3() { return static_cast(offsetof(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_ThreadStaticFields, ___indentLevel_3)); } inline int32_t get_indentLevel_3() const { return ___indentLevel_3; } inline int32_t* get_address_of_indentLevel_3() { return &___indentLevel_3; } inline void set_indentLevel_3(int32_t value) { ___indentLevel_3 = value; } }; // System.Diagnostics.TraceLevel struct TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6 { public: // System.Int32 System.Diagnostics.TraceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6, ___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.Diagnostics.TraceOptions struct TraceOptions_tB2F2C5ED0E36C371F5783CC7BB8C923494EC18F4 { public: // System.Int32 System.Diagnostics.TraceOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceOptions_tB2F2C5ED0E36C371F5783CC7BB8C923494EC18F4, ___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: }; 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.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.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; } }; 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; } }; // 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.WebClient struct WebClient_tBB9C025453A3820E593327E112FF5D08F632604E : public Component_t015539CFEAEEBFD7619041FE006475373E0D71DF { public: // System.Uri System.Net.WebClient::m_baseAddress Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_baseAddress_4; // System.Net.ICredentials System.Net.WebClient::m_credentials RuntimeObject* ___m_credentials_5; // System.Net.WebHeaderCollection System.Net.WebClient::m_headers WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___m_headers_6; // System.Collections.Specialized.NameValueCollection System.Net.WebClient::m_requestParameters NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * ___m_requestParameters_7; // System.Net.WebResponse System.Net.WebClient::m_WebResponse WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___m_WebResponse_8; // System.Net.WebRequest System.Net.WebClient::m_WebRequest WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___m_WebRequest_9; // System.Text.Encoding System.Net.WebClient::m_Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___m_Encoding_10; // System.String System.Net.WebClient::m_Method String_t* ___m_Method_11; // System.Int64 System.Net.WebClient::m_ContentLength int64_t ___m_ContentLength_12; // System.Boolean System.Net.WebClient::m_Cancelled bool ___m_Cancelled_13; // System.Net.WebClient/ProgressData System.Net.WebClient::m_Progress ProgressData_t2325FD2DF4914778126C3D69D7CBD1ECAA97CED4 * ___m_Progress_14; // System.Net.IWebProxy System.Net.WebClient::m_Proxy RuntimeObject* ___m_Proxy_15; // System.Boolean System.Net.WebClient::m_ProxySet bool ___m_ProxySet_16; // System.Net.Cache.RequestCachePolicy System.Net.WebClient::m_CachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___m_CachePolicy_17; // System.Int32 System.Net.WebClient::m_CallNesting int32_t ___m_CallNesting_18; public: inline static int32_t get_offset_of_m_baseAddress_4() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_baseAddress_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_baseAddress_4() const { return ___m_baseAddress_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_baseAddress_4() { return &___m_baseAddress_4; } inline void set_m_baseAddress_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_baseAddress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_baseAddress_4), (void*)value); } inline static int32_t get_offset_of_m_credentials_5() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_credentials_5)); } inline RuntimeObject* get_m_credentials_5() const { return ___m_credentials_5; } inline RuntimeObject** get_address_of_m_credentials_5() { return &___m_credentials_5; } inline void set_m_credentials_5(RuntimeObject* value) { ___m_credentials_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_credentials_5), (void*)value); } inline static int32_t get_offset_of_m_headers_6() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_headers_6)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_m_headers_6() const { return ___m_headers_6; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_m_headers_6() { return &___m_headers_6; } inline void set_m_headers_6(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___m_headers_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_headers_6), (void*)value); } inline static int32_t get_offset_of_m_requestParameters_7() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_requestParameters_7)); } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * get_m_requestParameters_7() const { return ___m_requestParameters_7; } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D ** get_address_of_m_requestParameters_7() { return &___m_requestParameters_7; } inline void set_m_requestParameters_7(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * value) { ___m_requestParameters_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_requestParameters_7), (void*)value); } inline static int32_t get_offset_of_m_WebResponse_8() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_WebResponse_8)); } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * get_m_WebResponse_8() const { return ___m_WebResponse_8; } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 ** get_address_of_m_WebResponse_8() { return &___m_WebResponse_8; } inline void set_m_WebResponse_8(WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * value) { ___m_WebResponse_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WebResponse_8), (void*)value); } inline static int32_t get_offset_of_m_WebRequest_9() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_WebRequest_9)); } inline WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * get_m_WebRequest_9() const { return ___m_WebRequest_9; } inline WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E ** get_address_of_m_WebRequest_9() { return &___m_WebRequest_9; } inline void set_m_WebRequest_9(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * value) { ___m_WebRequest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WebRequest_9), (void*)value); } inline static int32_t get_offset_of_m_Encoding_10() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_Encoding_10)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_m_Encoding_10() const { return ___m_Encoding_10; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_m_Encoding_10() { return &___m_Encoding_10; } inline void set_m_Encoding_10(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___m_Encoding_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Encoding_10), (void*)value); } inline static int32_t get_offset_of_m_Method_11() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_Method_11)); } inline String_t* get_m_Method_11() const { return ___m_Method_11; } inline String_t** get_address_of_m_Method_11() { return &___m_Method_11; } inline void set_m_Method_11(String_t* value) { ___m_Method_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Method_11), (void*)value); } inline static int32_t get_offset_of_m_ContentLength_12() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_ContentLength_12)); } inline int64_t get_m_ContentLength_12() const { return ___m_ContentLength_12; } inline int64_t* get_address_of_m_ContentLength_12() { return &___m_ContentLength_12; } inline void set_m_ContentLength_12(int64_t value) { ___m_ContentLength_12 = value; } inline static int32_t get_offset_of_m_Cancelled_13() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_Cancelled_13)); } inline bool get_m_Cancelled_13() const { return ___m_Cancelled_13; } inline bool* get_address_of_m_Cancelled_13() { return &___m_Cancelled_13; } inline void set_m_Cancelled_13(bool value) { ___m_Cancelled_13 = value; } inline static int32_t get_offset_of_m_Progress_14() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_Progress_14)); } inline ProgressData_t2325FD2DF4914778126C3D69D7CBD1ECAA97CED4 * get_m_Progress_14() const { return ___m_Progress_14; } inline ProgressData_t2325FD2DF4914778126C3D69D7CBD1ECAA97CED4 ** get_address_of_m_Progress_14() { return &___m_Progress_14; } inline void set_m_Progress_14(ProgressData_t2325FD2DF4914778126C3D69D7CBD1ECAA97CED4 * value) { ___m_Progress_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Progress_14), (void*)value); } inline static int32_t get_offset_of_m_Proxy_15() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_Proxy_15)); } inline RuntimeObject* get_m_Proxy_15() const { return ___m_Proxy_15; } inline RuntimeObject** get_address_of_m_Proxy_15() { return &___m_Proxy_15; } inline void set_m_Proxy_15(RuntimeObject* value) { ___m_Proxy_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Proxy_15), (void*)value); } inline static int32_t get_offset_of_m_ProxySet_16() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_ProxySet_16)); } inline bool get_m_ProxySet_16() const { return ___m_ProxySet_16; } inline bool* get_address_of_m_ProxySet_16() { return &___m_ProxySet_16; } inline void set_m_ProxySet_16(bool value) { ___m_ProxySet_16 = value; } inline static int32_t get_offset_of_m_CachePolicy_17() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_CachePolicy_17)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_m_CachePolicy_17() const { return ___m_CachePolicy_17; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_m_CachePolicy_17() { return &___m_CachePolicy_17; } inline void set_m_CachePolicy_17(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___m_CachePolicy_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_17), (void*)value); } inline static int32_t get_offset_of_m_CallNesting_18() { return static_cast(offsetof(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E, ___m_CallNesting_18)); } inline int32_t get_m_CallNesting_18() const { return ___m_CallNesting_18; } inline int32_t* get_address_of_m_CallNesting_18() { return &___m_CallNesting_18; } inline void set_m_CallNesting_18(int32_t value) { ___m_CallNesting_18 = 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; } }; // 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.Diagnostics.Process/StreamReadMode struct StreamReadMode_t619359082CA49700EEF5D5E49F297C00588E357A { public: // System.Int32 System.Diagnostics.Process/StreamReadMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamReadMode_t619359082CA49700EEF5D5E49F297C00588E357A, ___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; } }; // 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.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); } }; 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.ApplicationException struct ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 : public Exception_t { public: public: }; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; // System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType int32_t ___contentType_15; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___cultureinfo_6)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keypair_9)); } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___publicKey_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keyToken_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___version_13)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_13() const { return ___version_13; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } inline static int32_t get_offset_of_contentType_15() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___contentType_15)); } inline int32_t get_contentType_15() const { return ___contentType_15; } inline int32_t* get_address_of_contentType_15() { return &___contentType_15; } inline void set_contentType_15(int32_t value) { ___contentType_15 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_pinvoke { char* ___name_0; char* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // Native definition for COM marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 : public RuntimeObject { public: // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_3; // System.String System.Globalization.CompareInfo::m_sortName String_t* ___m_sortName_4; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_5; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * ___m_SortVersion_20; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * ___collator_21; public: inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value); } inline static int32_t get_offset_of_m_sortName_4() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_sortName_4)); } inline String_t* get_m_sortName_4() const { return ___m_sortName_4; } inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; } inline void set_m_sortName_4(String_t* value) { ___m_sortName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value); } inline static int32_t get_offset_of_win32LCID_5() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___win32LCID_5)); } inline int32_t get_win32LCID_5() const { return ___win32LCID_5; } inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; } inline void set_win32LCID_5(int32_t value) { ___win32LCID_5 = value; } inline static int32_t get_offset_of_culture_6() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___culture_6)); } inline int32_t get_culture_6() const { return ___culture_6; } inline int32_t* get_address_of_culture_6() { return &___culture_6; } inline void set_culture_6(int32_t value) { ___culture_6 = value; } inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_SortVersion_20)); } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * get_m_SortVersion_20() const { return ___m_SortVersion_20; } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; } inline void set_m_SortVersion_20(SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * value) { ___m_SortVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value); } inline static int32_t get_offset_of_collator_21() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___collator_21)); } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * get_collator_21() const { return ___collator_21; } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 ** get_address_of_collator_21() { return &___collator_21; } inline void set_collator_21(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * value) { ___collator_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value); } }; struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * ___collators_22; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_23; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_24; public: inline static int32_t get_offset_of_collators_22() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___collators_22)); } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * get_collators_22() const { return ___collators_22; } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB ** get_address_of_collators_22() { return &___collators_22; } inline void set_collators_22(Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * value) { ___collators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value); } inline static int32_t get_offset_of_managedCollation_23() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollation_23)); } inline bool get_managedCollation_23() const { return ___managedCollation_23; } inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; } inline void set_managedCollation_23(bool value) { ___managedCollation_23 = value; } inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollationChecked_24)); } inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; } inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; } inline void set_managedCollationChecked_24(bool value) { ___managedCollationChecked_24 = value; } }; // 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); } }; 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.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; } }; 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.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_2; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_3; // System.String System.Reflection.Module::fqname String_t* ___fqname_4; // System.String System.Reflection.Module::name String_t* ___name_5; // System.String System.Reflection.Module::scopename String_t* ___scopename_6; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_7; // System.Int32 System.Reflection.Module::token int32_t ___token_8; public: inline static int32_t get_offset_of__impl_2() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ____impl_2)); } inline intptr_t get__impl_2() const { return ____impl_2; } inline intptr_t* get_address_of__impl_2() { return &____impl_2; } inline void set__impl_2(intptr_t value) { ____impl_2 = value; } inline static int32_t get_offset_of_assembly_3() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___assembly_3)); } inline Assembly_t * get_assembly_3() const { return ___assembly_3; } inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; } inline void set_assembly_3(Assembly_t * value) { ___assembly_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value); } inline static int32_t get_offset_of_fqname_4() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___fqname_4)); } inline String_t* get_fqname_4() const { return ___fqname_4; } inline String_t** get_address_of_fqname_4() { return &___fqname_4; } inline void set_fqname_4(String_t* value) { ___fqname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value); } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value); } inline static int32_t get_offset_of_scopename_6() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___scopename_6)); } inline String_t* get_scopename_6() const { return ___scopename_6; } inline String_t** get_address_of_scopename_6() { return &___scopename_6; } inline void set_scopename_6(String_t* value) { ___scopename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value); } inline static int32_t get_offset_of_is_resource_7() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___is_resource_7)); } inline bool get_is_resource_7() const { return ___is_resource_7; } inline bool* get_address_of_is_resource_7() { return &___is_resource_7; } inline void set_is_resource_7(bool value) { ___is_resource_7 = value; } inline static int32_t get_offset_of_token_8() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___token_8)); } inline int32_t get_token_8() const { return ___token_8; } inline int32_t* get_address_of_token_8() { return &___token_8; } inline void set_token_8(int32_t value) { ___token_8 = value; } }; struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeName_0; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeNameIgnoreCase_1; public: inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeName_0)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeName_0() const { return ___FilterTypeName_0; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; } inline void set_FilterTypeName_0(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeNameIgnoreCase_1)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; } inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeNameIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_pinvoke { intptr_t ____impl_2; Assembly_t_marshaled_pinvoke* ___assembly_3; char* ___fqname_4; char* ___name_5; char* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // Native definition for COM marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_com { intptr_t ____impl_2; Assembly_t_marshaled_com* ___assembly_3; Il2CppChar* ___fqname_4; Il2CppChar* ___name_5; Il2CppChar* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // System.IO.MonoIOStat struct MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 { public: // System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes int32_t ___fileAttributes_0; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_1; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_2; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_3; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_4; public: inline static int32_t get_offset_of_fileAttributes_0() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___fileAttributes_0)); } inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; } inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; } inline void set_fileAttributes_0(int32_t value) { ___fileAttributes_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___Length_1)); } inline int64_t get_Length_1() const { return ___Length_1; } inline int64_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int64_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_CreationTime_2() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___CreationTime_2)); } inline int64_t get_CreationTime_2() const { return ___CreationTime_2; } inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; } inline void set_CreationTime_2(int64_t value) { ___CreationTime_2 = value; } inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastAccessTime_3)); } inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; } inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; } inline void set_LastAccessTime_3(int64_t value) { ___LastAccessTime_3 = value; } inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastWriteTime_4)); } inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; } inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; } inline void set_LastWriteTime_4(int64_t value) { ___LastWriteTime_4 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.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.Diagnostics.Process struct Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 : public Component_t015539CFEAEEBFD7619041FE006475373E0D71DF { public: // System.Boolean System.Diagnostics.Process::haveProcessId bool ___haveProcessId_4; // System.Int32 System.Diagnostics.Process::processId int32_t ___processId_5; // System.Boolean System.Diagnostics.Process::haveProcessHandle bool ___haveProcessHandle_6; // Microsoft.Win32.SafeHandles.SafeProcessHandle System.Diagnostics.Process::m_processHandle SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___m_processHandle_7; // System.Boolean System.Diagnostics.Process::isRemoteMachine bool ___isRemoteMachine_8; // System.String System.Diagnostics.Process::machineName String_t* ___machineName_9; // System.Int32 System.Diagnostics.Process::m_processAccess int32_t ___m_processAccess_10; // System.Diagnostics.ProcessThreadCollection System.Diagnostics.Process::threads ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 * ___threads_11; // System.Diagnostics.ProcessModuleCollection System.Diagnostics.Process::modules ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 * ___modules_12; // System.Boolean System.Diagnostics.Process::haveWorkingSetLimits bool ___haveWorkingSetLimits_13; // System.Boolean System.Diagnostics.Process::havePriorityClass bool ___havePriorityClass_14; // System.Boolean System.Diagnostics.Process::watchForExit bool ___watchForExit_15; // System.Boolean System.Diagnostics.Process::watchingForExit bool ___watchingForExit_16; // System.EventHandler System.Diagnostics.Process::onExited EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___onExited_17; // System.Boolean System.Diagnostics.Process::exited bool ___exited_18; // System.Int32 System.Diagnostics.Process::exitCode int32_t ___exitCode_19; // System.Boolean System.Diagnostics.Process::signaled bool ___signaled_20; // System.Boolean System.Diagnostics.Process::haveExitTime bool ___haveExitTime_21; // System.Boolean System.Diagnostics.Process::raisedOnExited bool ___raisedOnExited_22; // System.Threading.RegisteredWaitHandle System.Diagnostics.Process::registeredWaitHandle RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * ___registeredWaitHandle_23; // System.Threading.WaitHandle System.Diagnostics.Process::waitHandle WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitHandle_24; // System.ComponentModel.ISynchronizeInvoke System.Diagnostics.Process::synchronizingObject RuntimeObject* ___synchronizingObject_25; // System.IO.StreamReader System.Diagnostics.Process::standardOutput StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___standardOutput_26; // System.IO.StreamWriter System.Diagnostics.Process::standardInput StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___standardInput_27; // System.IO.StreamReader System.Diagnostics.Process::standardError StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___standardError_28; // System.Boolean System.Diagnostics.Process::disposed bool ___disposed_29; // System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::outputStreamReadMode int32_t ___outputStreamReadMode_30; // System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::errorStreamReadMode int32_t ___errorStreamReadMode_31; // System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::inputStreamReadMode int32_t ___inputStreamReadMode_32; // System.Diagnostics.AsyncStreamReader System.Diagnostics.Process::output AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * ___output_33; // System.Diagnostics.AsyncStreamReader System.Diagnostics.Process::error AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * ___error_34; // System.String System.Diagnostics.Process::process_name String_t* ___process_name_35; public: inline static int32_t get_offset_of_haveProcessId_4() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveProcessId_4)); } inline bool get_haveProcessId_4() const { return ___haveProcessId_4; } inline bool* get_address_of_haveProcessId_4() { return &___haveProcessId_4; } inline void set_haveProcessId_4(bool value) { ___haveProcessId_4 = value; } inline static int32_t get_offset_of_processId_5() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___processId_5)); } inline int32_t get_processId_5() const { return ___processId_5; } inline int32_t* get_address_of_processId_5() { return &___processId_5; } inline void set_processId_5(int32_t value) { ___processId_5 = value; } inline static int32_t get_offset_of_haveProcessHandle_6() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveProcessHandle_6)); } inline bool get_haveProcessHandle_6() const { return ___haveProcessHandle_6; } inline bool* get_address_of_haveProcessHandle_6() { return &___haveProcessHandle_6; } inline void set_haveProcessHandle_6(bool value) { ___haveProcessHandle_6 = value; } inline static int32_t get_offset_of_m_processHandle_7() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___m_processHandle_7)); } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * get_m_processHandle_7() const { return ___m_processHandle_7; } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** get_address_of_m_processHandle_7() { return &___m_processHandle_7; } inline void set_m_processHandle_7(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * value) { ___m_processHandle_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_processHandle_7), (void*)value); } inline static int32_t get_offset_of_isRemoteMachine_8() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___isRemoteMachine_8)); } inline bool get_isRemoteMachine_8() const { return ___isRemoteMachine_8; } inline bool* get_address_of_isRemoteMachine_8() { return &___isRemoteMachine_8; } inline void set_isRemoteMachine_8(bool value) { ___isRemoteMachine_8 = value; } inline static int32_t get_offset_of_machineName_9() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___machineName_9)); } inline String_t* get_machineName_9() const { return ___machineName_9; } inline String_t** get_address_of_machineName_9() { return &___machineName_9; } inline void set_machineName_9(String_t* value) { ___machineName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___machineName_9), (void*)value); } inline static int32_t get_offset_of_m_processAccess_10() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___m_processAccess_10)); } inline int32_t get_m_processAccess_10() const { return ___m_processAccess_10; } inline int32_t* get_address_of_m_processAccess_10() { return &___m_processAccess_10; } inline void set_m_processAccess_10(int32_t value) { ___m_processAccess_10 = value; } inline static int32_t get_offset_of_threads_11() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___threads_11)); } inline ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 * get_threads_11() const { return ___threads_11; } inline ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 ** get_address_of_threads_11() { return &___threads_11; } inline void set_threads_11(ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 * value) { ___threads_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___threads_11), (void*)value); } inline static int32_t get_offset_of_modules_12() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___modules_12)); } inline ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 * get_modules_12() const { return ___modules_12; } inline ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 ** get_address_of_modules_12() { return &___modules_12; } inline void set_modules_12(ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 * value) { ___modules_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___modules_12), (void*)value); } inline static int32_t get_offset_of_haveWorkingSetLimits_13() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveWorkingSetLimits_13)); } inline bool get_haveWorkingSetLimits_13() const { return ___haveWorkingSetLimits_13; } inline bool* get_address_of_haveWorkingSetLimits_13() { return &___haveWorkingSetLimits_13; } inline void set_haveWorkingSetLimits_13(bool value) { ___haveWorkingSetLimits_13 = value; } inline static int32_t get_offset_of_havePriorityClass_14() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___havePriorityClass_14)); } inline bool get_havePriorityClass_14() const { return ___havePriorityClass_14; } inline bool* get_address_of_havePriorityClass_14() { return &___havePriorityClass_14; } inline void set_havePriorityClass_14(bool value) { ___havePriorityClass_14 = value; } inline static int32_t get_offset_of_watchForExit_15() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___watchForExit_15)); } inline bool get_watchForExit_15() const { return ___watchForExit_15; } inline bool* get_address_of_watchForExit_15() { return &___watchForExit_15; } inline void set_watchForExit_15(bool value) { ___watchForExit_15 = value; } inline static int32_t get_offset_of_watchingForExit_16() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___watchingForExit_16)); } inline bool get_watchingForExit_16() const { return ___watchingForExit_16; } inline bool* get_address_of_watchingForExit_16() { return &___watchingForExit_16; } inline void set_watchingForExit_16(bool value) { ___watchingForExit_16 = value; } inline static int32_t get_offset_of_onExited_17() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___onExited_17)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_onExited_17() const { return ___onExited_17; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_onExited_17() { return &___onExited_17; } inline void set_onExited_17(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___onExited_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onExited_17), (void*)value); } inline static int32_t get_offset_of_exited_18() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___exited_18)); } inline bool get_exited_18() const { return ___exited_18; } inline bool* get_address_of_exited_18() { return &___exited_18; } inline void set_exited_18(bool value) { ___exited_18 = value; } inline static int32_t get_offset_of_exitCode_19() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___exitCode_19)); } inline int32_t get_exitCode_19() const { return ___exitCode_19; } inline int32_t* get_address_of_exitCode_19() { return &___exitCode_19; } inline void set_exitCode_19(int32_t value) { ___exitCode_19 = value; } inline static int32_t get_offset_of_signaled_20() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___signaled_20)); } inline bool get_signaled_20() const { return ___signaled_20; } inline bool* get_address_of_signaled_20() { return &___signaled_20; } inline void set_signaled_20(bool value) { ___signaled_20 = value; } inline static int32_t get_offset_of_haveExitTime_21() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveExitTime_21)); } inline bool get_haveExitTime_21() const { return ___haveExitTime_21; } inline bool* get_address_of_haveExitTime_21() { return &___haveExitTime_21; } inline void set_haveExitTime_21(bool value) { ___haveExitTime_21 = value; } inline static int32_t get_offset_of_raisedOnExited_22() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___raisedOnExited_22)); } inline bool get_raisedOnExited_22() const { return ___raisedOnExited_22; } inline bool* get_address_of_raisedOnExited_22() { return &___raisedOnExited_22; } inline void set_raisedOnExited_22(bool value) { ___raisedOnExited_22 = value; } inline static int32_t get_offset_of_registeredWaitHandle_23() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___registeredWaitHandle_23)); } inline RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * get_registeredWaitHandle_23() const { return ___registeredWaitHandle_23; } inline RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F ** get_address_of_registeredWaitHandle_23() { return &___registeredWaitHandle_23; } inline void set_registeredWaitHandle_23(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * value) { ___registeredWaitHandle_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___registeredWaitHandle_23), (void*)value); } inline static int32_t get_offset_of_waitHandle_24() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___waitHandle_24)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get_waitHandle_24() const { return ___waitHandle_24; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of_waitHandle_24() { return &___waitHandle_24; } inline void set_waitHandle_24(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ___waitHandle_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___waitHandle_24), (void*)value); } inline static int32_t get_offset_of_synchronizingObject_25() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___synchronizingObject_25)); } inline RuntimeObject* get_synchronizingObject_25() const { return ___synchronizingObject_25; } inline RuntimeObject** get_address_of_synchronizingObject_25() { return &___synchronizingObject_25; } inline void set_synchronizingObject_25(RuntimeObject* value) { ___synchronizingObject_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___synchronizingObject_25), (void*)value); } inline static int32_t get_offset_of_standardOutput_26() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___standardOutput_26)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_standardOutput_26() const { return ___standardOutput_26; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_standardOutput_26() { return &___standardOutput_26; } inline void set_standardOutput_26(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___standardOutput_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardOutput_26), (void*)value); } inline static int32_t get_offset_of_standardInput_27() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___standardInput_27)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_standardInput_27() const { return ___standardInput_27; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_standardInput_27() { return &___standardInput_27; } inline void set_standardInput_27(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___standardInput_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardInput_27), (void*)value); } inline static int32_t get_offset_of_standardError_28() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___standardError_28)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_standardError_28() const { return ___standardError_28; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_standardError_28() { return &___standardError_28; } inline void set_standardError_28(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___standardError_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardError_28), (void*)value); } inline static int32_t get_offset_of_disposed_29() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___disposed_29)); } inline bool get_disposed_29() const { return ___disposed_29; } inline bool* get_address_of_disposed_29() { return &___disposed_29; } inline void set_disposed_29(bool value) { ___disposed_29 = value; } inline static int32_t get_offset_of_outputStreamReadMode_30() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___outputStreamReadMode_30)); } inline int32_t get_outputStreamReadMode_30() const { return ___outputStreamReadMode_30; } inline int32_t* get_address_of_outputStreamReadMode_30() { return &___outputStreamReadMode_30; } inline void set_outputStreamReadMode_30(int32_t value) { ___outputStreamReadMode_30 = value; } inline static int32_t get_offset_of_errorStreamReadMode_31() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___errorStreamReadMode_31)); } inline int32_t get_errorStreamReadMode_31() const { return ___errorStreamReadMode_31; } inline int32_t* get_address_of_errorStreamReadMode_31() { return &___errorStreamReadMode_31; } inline void set_errorStreamReadMode_31(int32_t value) { ___errorStreamReadMode_31 = value; } inline static int32_t get_offset_of_inputStreamReadMode_32() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___inputStreamReadMode_32)); } inline int32_t get_inputStreamReadMode_32() const { return ___inputStreamReadMode_32; } inline int32_t* get_address_of_inputStreamReadMode_32() { return &___inputStreamReadMode_32; } inline void set_inputStreamReadMode_32(int32_t value) { ___inputStreamReadMode_32 = value; } inline static int32_t get_offset_of_output_33() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___output_33)); } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * get_output_33() const { return ___output_33; } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C ** get_address_of_output_33() { return &___output_33; } inline void set_output_33(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * value) { ___output_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___output_33), (void*)value); } inline static int32_t get_offset_of_error_34() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___error_34)); } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * get_error_34() const { return ___error_34; } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C ** get_address_of_error_34() { return &___error_34; } inline void set_error_34(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * value) { ___error_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_34), (void*)value); } inline static int32_t get_offset_of_process_name_35() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___process_name_35)); } inline String_t* get_process_name_35() const { return ___process_name_35; } inline String_t** get_address_of_process_name_35() { return &___process_name_35; } inline void set_process_name_35(String_t* value) { ___process_name_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___process_name_35), (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.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Threading.Semaphore struct Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Net.ServicePointManager struct ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD : public RuntimeObject { public: public: }; 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.Configuration.SettingsAttributeDictionary struct SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F : public Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC { public: public: }; // System.Configuration.SettingsContext struct SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF : public Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC { public: public: }; // System.Configuration.SettingsPropertyIsReadOnlyException struct SettingsPropertyIsReadOnlyException_tF0B76FD049C476316A08F51318A10B3E25EA344A : public Exception_t { public: public: }; // System.Configuration.SettingsPropertyNotFoundException struct SettingsPropertyNotFoundException_t1D1F0AD1FC77A33F35DC454C1AA41FECE2BD7B10 : public Exception_t { public: public: }; // System.Configuration.SettingsPropertyWrongTypeException struct SettingsPropertyWrongTypeException_t5CD8FB78C2C5DF692FF761E1F1531205F7AD7CD9 : public Exception_t { 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; // System.Boolean System.Net.Configuration.SettingsSectionInternal::k__BackingField bool ___U3CUseNagleAlgorithmU3Ek__BackingField_3; // System.Boolean System.Net.Configuration.SettingsSectionInternal::k__BackingField bool ___U3CExpect100ContinueU3Ek__BackingField_4; // System.Boolean System.Net.Configuration.SettingsSectionInternal::k__BackingField bool ___U3CCheckCertificateNameU3Ek__BackingField_5; // System.Int32 System.Net.Configuration.SettingsSectionInternal::k__BackingField int32_t ___U3CDnsRefreshTimeoutU3Ek__BackingField_6; // System.Boolean System.Net.Configuration.SettingsSectionInternal::k__BackingField bool ___U3CEnableDnsRoundRobinU3Ek__BackingField_7; // System.Boolean System.Net.Configuration.SettingsSectionInternal::k__BackingField bool ___U3CCheckCertificateRevocationListU3Ek__BackingField_8; // System.Net.Security.EncryptionPolicy System.Net.Configuration.SettingsSectionInternal::k__BackingField int32_t ___U3CEncryptionPolicyU3Ek__BackingField_9; 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; } inline static int32_t get_offset_of_U3CUseNagleAlgorithmU3Ek__BackingField_3() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___U3CUseNagleAlgorithmU3Ek__BackingField_3)); } inline bool get_U3CUseNagleAlgorithmU3Ek__BackingField_3() const { return ___U3CUseNagleAlgorithmU3Ek__BackingField_3; } inline bool* get_address_of_U3CUseNagleAlgorithmU3Ek__BackingField_3() { return &___U3CUseNagleAlgorithmU3Ek__BackingField_3; } inline void set_U3CUseNagleAlgorithmU3Ek__BackingField_3(bool value) { ___U3CUseNagleAlgorithmU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CExpect100ContinueU3Ek__BackingField_4() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___U3CExpect100ContinueU3Ek__BackingField_4)); } inline bool get_U3CExpect100ContinueU3Ek__BackingField_4() const { return ___U3CExpect100ContinueU3Ek__BackingField_4; } inline bool* get_address_of_U3CExpect100ContinueU3Ek__BackingField_4() { return &___U3CExpect100ContinueU3Ek__BackingField_4; } inline void set_U3CExpect100ContinueU3Ek__BackingField_4(bool value) { ___U3CExpect100ContinueU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCheckCertificateNameU3Ek__BackingField_5() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___U3CCheckCertificateNameU3Ek__BackingField_5)); } inline bool get_U3CCheckCertificateNameU3Ek__BackingField_5() const { return ___U3CCheckCertificateNameU3Ek__BackingField_5; } inline bool* get_address_of_U3CCheckCertificateNameU3Ek__BackingField_5() { return &___U3CCheckCertificateNameU3Ek__BackingField_5; } inline void set_U3CCheckCertificateNameU3Ek__BackingField_5(bool value) { ___U3CCheckCertificateNameU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CDnsRefreshTimeoutU3Ek__BackingField_6() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___U3CDnsRefreshTimeoutU3Ek__BackingField_6)); } inline int32_t get_U3CDnsRefreshTimeoutU3Ek__BackingField_6() const { return ___U3CDnsRefreshTimeoutU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CDnsRefreshTimeoutU3Ek__BackingField_6() { return &___U3CDnsRefreshTimeoutU3Ek__BackingField_6; } inline void set_U3CDnsRefreshTimeoutU3Ek__BackingField_6(int32_t value) { ___U3CDnsRefreshTimeoutU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CEnableDnsRoundRobinU3Ek__BackingField_7() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___U3CEnableDnsRoundRobinU3Ek__BackingField_7)); } inline bool get_U3CEnableDnsRoundRobinU3Ek__BackingField_7() const { return ___U3CEnableDnsRoundRobinU3Ek__BackingField_7; } inline bool* get_address_of_U3CEnableDnsRoundRobinU3Ek__BackingField_7() { return &___U3CEnableDnsRoundRobinU3Ek__BackingField_7; } inline void set_U3CEnableDnsRoundRobinU3Ek__BackingField_7(bool value) { ___U3CEnableDnsRoundRobinU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CCheckCertificateRevocationListU3Ek__BackingField_8() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___U3CCheckCertificateRevocationListU3Ek__BackingField_8)); } inline bool get_U3CCheckCertificateRevocationListU3Ek__BackingField_8() const { return ___U3CCheckCertificateRevocationListU3Ek__BackingField_8; } inline bool* get_address_of_U3CCheckCertificateRevocationListU3Ek__BackingField_8() { return &___U3CCheckCertificateRevocationListU3Ek__BackingField_8; } inline void set_U3CCheckCertificateRevocationListU3Ek__BackingField_8(bool value) { ___U3CCheckCertificateRevocationListU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CEncryptionPolicyU3Ek__BackingField_9() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___U3CEncryptionPolicyU3Ek__BackingField_9)); } inline int32_t get_U3CEncryptionPolicyU3Ek__BackingField_9() const { return ___U3CEncryptionPolicyU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CEncryptionPolicyU3Ek__BackingField_9() { return &___U3CEncryptionPolicyU3Ek__BackingField_9; } inline void set_U3CEncryptionPolicyU3Ek__BackingField_9(int32_t value) { ___U3CEncryptionPolicyU3Ek__BackingField_9 = value; } }; 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.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; } }; 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.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: }; 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; } }; // 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: }; // System.ComponentModel.ToolboxItemFilterAttribute struct ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.ToolboxItemFilterType System.ComponentModel.ToolboxItemFilterAttribute::filterType int32_t ___filterType_0; // System.String System.ComponentModel.ToolboxItemFilterAttribute::filterString String_t* ___filterString_1; // System.String System.ComponentModel.ToolboxItemFilterAttribute::typeId String_t* ___typeId_2; public: inline static int32_t get_offset_of_filterType_0() { return static_cast(offsetof(ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4, ___filterType_0)); } inline int32_t get_filterType_0() const { return ___filterType_0; } inline int32_t* get_address_of_filterType_0() { return &___filterType_0; } inline void set_filterType_0(int32_t value) { ___filterType_0 = value; } inline static int32_t get_offset_of_filterString_1() { return static_cast(offsetof(ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4, ___filterString_1)); } inline String_t* get_filterString_1() const { return ___filterString_1; } inline String_t** get_address_of_filterString_1() { return &___filterString_1; } inline void set_filterString_1(String_t* value) { ___filterString_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___filterString_1), (void*)value); } inline static int32_t get_offset_of_typeId_2() { return static_cast(offsetof(ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4, ___typeId_2)); } inline String_t* get_typeId_2() const { return ___typeId_2; } inline String_t** get_address_of_typeId_2() { return &___typeId_2; } inline void set_typeId_2(String_t* value) { ___typeId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeId_2), (void*)value); } }; // System.Diagnostics.TraceListener struct TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Int32 System.Diagnostics.TraceListener::indentLevel int32_t ___indentLevel_1; // System.Int32 System.Diagnostics.TraceListener::indentSize int32_t ___indentSize_2; // System.Diagnostics.TraceOptions System.Diagnostics.TraceListener::traceOptions int32_t ___traceOptions_3; // System.Boolean System.Diagnostics.TraceListener::needIndent bool ___needIndent_4; // System.String System.Diagnostics.TraceListener::listenerName String_t* ___listenerName_5; // System.Diagnostics.TraceFilter System.Diagnostics.TraceListener::filter TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * ___filter_6; public: inline static int32_t get_offset_of_indentLevel_1() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___indentLevel_1)); } inline int32_t get_indentLevel_1() const { return ___indentLevel_1; } inline int32_t* get_address_of_indentLevel_1() { return &___indentLevel_1; } inline void set_indentLevel_1(int32_t value) { ___indentLevel_1 = value; } inline static int32_t get_offset_of_indentSize_2() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___indentSize_2)); } inline int32_t get_indentSize_2() const { return ___indentSize_2; } inline int32_t* get_address_of_indentSize_2() { return &___indentSize_2; } inline void set_indentSize_2(int32_t value) { ___indentSize_2 = value; } inline static int32_t get_offset_of_traceOptions_3() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___traceOptions_3)); } inline int32_t get_traceOptions_3() const { return ___traceOptions_3; } inline int32_t* get_address_of_traceOptions_3() { return &___traceOptions_3; } inline void set_traceOptions_3(int32_t value) { ___traceOptions_3 = value; } inline static int32_t get_offset_of_needIndent_4() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___needIndent_4)); } inline bool get_needIndent_4() const { return ___needIndent_4; } inline bool* get_address_of_needIndent_4() { return &___needIndent_4; } inline void set_needIndent_4(bool value) { ___needIndent_4 = value; } inline static int32_t get_offset_of_listenerName_5() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___listenerName_5)); } inline String_t* get_listenerName_5() const { return ___listenerName_5; } inline String_t** get_address_of_listenerName_5() { return &___listenerName_5; } inline void set_listenerName_5(String_t* value) { ___listenerName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___listenerName_5), (void*)value); } inline static int32_t get_offset_of_filter_6() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___filter_6)); } inline TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * get_filter_6() const { return ___filter_6; } inline TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 ** get_address_of_filter_6() { return &___filter_6; } inline void set_filter_6(TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * value) { ___filter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___filter_6), (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; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.ComponentModel.WeakHashtable struct WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA : public Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC { public: // System.Int64 System.ComponentModel.WeakHashtable::_lastGlobalMem int64_t ____lastGlobalMem_22; // System.Int32 System.ComponentModel.WeakHashtable::_lastHashCount int32_t ____lastHashCount_23; public: inline static int32_t get_offset_of__lastGlobalMem_22() { return static_cast(offsetof(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA, ____lastGlobalMem_22)); } inline int64_t get__lastGlobalMem_22() const { return ____lastGlobalMem_22; } inline int64_t* get_address_of__lastGlobalMem_22() { return &____lastGlobalMem_22; } inline void set__lastGlobalMem_22(int64_t value) { ____lastGlobalMem_22 = value; } inline static int32_t get_offset_of__lastHashCount_23() { return static_cast(offsetof(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA, ____lastHashCount_23)); } inline int32_t get__lastHashCount_23() const { return ____lastHashCount_23; } inline int32_t* get_address_of__lastHashCount_23() { return &____lastHashCount_23; } inline void set__lastHashCount_23(int32_t value) { ____lastHashCount_23 = value; } }; struct WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA_StaticFields { public: // System.Collections.IEqualityComparer System.ComponentModel.WeakHashtable::_comparer RuntimeObject* ____comparer_21; public: inline static int32_t get_offset_of__comparer_21() { return static_cast(offsetof(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA_StaticFields, ____comparer_21)); } inline RuntimeObject* get__comparer_21() const { return ____comparer_21; } inline RuntimeObject** get_address_of__comparer_21() { return &____comparer_21; } inline void set__comparer_21(RuntimeObject* value) { ____comparer_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_21), (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); } }; // 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.Diagnostics.DefaultTraceListener struct DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 : public TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 { public: // System.String System.Diagnostics.DefaultTraceListener::logFileName String_t* ___logFileName_10; public: inline static int32_t get_offset_of_logFileName_10() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468, ___logFileName_10)); } inline String_t* get_logFileName_10() const { return ___logFileName_10; } inline String_t** get_address_of_logFileName_10() { return &___logFileName_10; } inline void set_logFileName_10(String_t* value) { ___logFileName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___logFileName_10), (void*)value); } }; struct DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields { public: // System.Boolean System.Diagnostics.DefaultTraceListener::OnWin32 bool ___OnWin32_7; // System.String System.Diagnostics.DefaultTraceListener::MonoTracePrefix String_t* ___MonoTracePrefix_8; // System.String System.Diagnostics.DefaultTraceListener::MonoTraceFile String_t* ___MonoTraceFile_9; public: inline static int32_t get_offset_of_OnWin32_7() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields, ___OnWin32_7)); } inline bool get_OnWin32_7() const { return ___OnWin32_7; } inline bool* get_address_of_OnWin32_7() { return &___OnWin32_7; } inline void set_OnWin32_7(bool value) { ___OnWin32_7 = value; } inline static int32_t get_offset_of_MonoTracePrefix_8() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields, ___MonoTracePrefix_8)); } inline String_t* get_MonoTracePrefix_8() const { return ___MonoTracePrefix_8; } inline String_t** get_address_of_MonoTracePrefix_8() { return &___MonoTracePrefix_8; } inline void set_MonoTracePrefix_8(String_t* value) { ___MonoTracePrefix_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___MonoTracePrefix_8), (void*)value); } inline static int32_t get_offset_of_MonoTraceFile_9() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields, ___MonoTraceFile_9)); } inline String_t* get_MonoTraceFile_9() const { return ___MonoTraceFile_9; } inline String_t** get_address_of_MonoTraceFile_9() { return &___MonoTraceFile_9; } inline void set_MonoTraceFile_9(String_t* value) { ___MonoTraceFile_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___MonoTraceFile_9), (void*)value); } }; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B : public MulticastDelegate_t { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.FileSystemInfo struct FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.MonoIOStat System.IO.FileSystemInfo::_data MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 ____data_1; // System.Int32 System.IO.FileSystemInfo::_dataInitialised int32_t ____dataInitialised_2; // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_3; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_4; // System.String System.IO.FileSystemInfo::_displayPath String_t* ____displayPath_5; public: inline static int32_t get_offset_of__data_1() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____data_1)); } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 get__data_1() const { return ____data_1; } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 * get_address_of__data_1() { return &____data_1; } inline void set__data_1(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 value) { ____data_1 = value; } inline static int32_t get_offset_of__dataInitialised_2() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____dataInitialised_2)); } inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; } inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; } inline void set__dataInitialised_2(int32_t value) { ____dataInitialised_2 = value; } inline static int32_t get_offset_of_FullPath_3() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___FullPath_3)); } inline String_t* get_FullPath_3() const { return ___FullPath_3; } inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; } inline void set_FullPath_3(String_t* value) { ___FullPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value); } inline static int32_t get_offset_of_OriginalPath_4() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___OriginalPath_4)); } inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; } inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; } inline void set_OriginalPath_4(String_t* value) { ___OriginalPath_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value); } inline static int32_t get_offset_of__displayPath_5() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____displayPath_5)); } inline String_t* get__displayPath_5() const { return ____displayPath_5; } inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; } inline void set__displayPath_5(String_t* value) { ____displayPath_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value); } }; // 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.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 : public MulticastDelegate_t { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A : public MulticastDelegate_t { public: public: }; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF : public MulticastDelegate_t { 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); } }; 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); } }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.OutOfMemoryException struct OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.RefreshEventHandler struct RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C : public MulticastDelegate_t { public: public: }; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.RunWorkerCompletedEventHandler struct RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.SByteConverter struct SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // Microsoft.Win32.SafeHandles.SafeProcessHandle struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields { public: // Microsoft.Win32.SafeHandles.SafeProcessHandle Microsoft.Win32.SafeHandles.SafeProcessHandle::InvalidHandle SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___InvalidHandle_6; public: inline static int32_t get_offset_of_InvalidHandle_6() { return static_cast(offsetof(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields, ___InvalidHandle_6)); } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * get_InvalidHandle_6() const { return ___InvalidHandle_6; } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** get_address_of_InvalidHandle_6() { return &___InvalidHandle_6; } inline void set_InvalidHandle_6(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * value) { ___InvalidHandle_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidHandle_6), (void*)value); } }; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { 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; } }; 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; } }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // System.Security.SecurityException struct SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_17; public: inline static int32_t get_offset_of_permissionState_17() { return static_cast(offsetof(SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769, ___permissionState_17)); } inline String_t* get_permissionState_17() const { return ___permissionState_17; } inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; } inline void set_permissionState_17(String_t* value) { ___permissionState_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value); } }; // System.Threading.SemaphoreFullException struct SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.Ports.SerialPinChangedEventHandler struct SerialPinChangedEventHandler_tB9C63F1F5869E8AB96D9337F8DA3C6848ACBEAF7 : public MulticastDelegate_t { public: public: }; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 : public MulticastDelegate_t { public: public: }; // System.Configuration.SettingChangingEventHandler struct SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E : public MulticastDelegate_t { public: public: }; // System.Configuration.SettingsLoadedEventHandler struct SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 : public MulticastDelegate_t { public: public: }; // System.Configuration.SettingsSavingEventHandler struct SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD : public MulticastDelegate_t { public: public: }; // System.ComponentModel.SingleConverter struct SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.StackOverflowException struct StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.Threading.WaitHandleCannotBeOpenedException struct WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3 : public ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 { 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); } }; 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.IO.FileInfo struct FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 : public FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 { public: // System.String System.IO.FileInfo::_name String_t* ____name_6; public: inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value); } }; // System.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.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; } }; 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.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: }; #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.Reflection.Assembly[] struct AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_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, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t * 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.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.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA m_Items[1]; public: inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * 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, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // 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.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); } }; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * m_Items[1]; public: inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** 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, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738 : 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.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9 : public RuntimeArray { public: ALIGN_FIELD (8) EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * m_Items[1]; public: inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** 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, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * m_Items[1]; public: inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** 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, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Guid[] struct GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8 : public RuntimeArray { public: ALIGN_FIELD (8) Guid_t m_Items[1]; public: inline Guid_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Guid_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, Guid_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Guid_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Guid_t * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Guid_t value) { m_Items[index] = value; } }; // System.Reflection.Module[] struct ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A : public RuntimeArray { public: ALIGN_FIELD (8) Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * m_Items[1]; public: inline Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 ** 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, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_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_m4C91D0E84532DF10C654917487D82CB0AB27693B_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_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_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_m7B5E3383CB67492E573AC0D875ED82A51350F188_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_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_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_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_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_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_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_mD3FF9D1890AD7EA2EA64E96EEFDF3035710B21AC_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_m45DB5340BC5312349874253DD3239546CB025D21_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_m42F61296A8672A383AEB3119A7B2552836860E5B_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_m14F0DE944E629ED442E40386FFE65268F5089A65_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_m5896700B140A5FA22BADFCD678B5D5488B9C8992_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_mCABABA5D0FA017D2D54BE4FA6256C51518274116_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_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_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_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_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_m8425596BB4249956819960EC76E618357F573E76_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_m907BE1912D85400D2146FFA74BEDAD0F5B2C292F_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_mFEF68A42BDF73E1553C4B38F2CD7EA3D4FD6E8BB_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_m6A8D891FF986ED8E8E0CD28B54F6E92F6BB18A87_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_m86D95FE4D4F1DE99EDFF36D96EA80F54FC1406ED_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_mBABF7EBF37F40A20153104D68C2BD6FB6A777D20_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_mFA5205DC39F8E8521905FE5B59BC0DCD352F9A16_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_mE9A1DA273E2BE8C97A010A4EFF7AC84935512378_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_mA65528AC6ED3F959F3C9E546A10ACDA00D7CB0D7_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_mF35994B80AFFF4F3D1C27642E7B7E1C3EC271501_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_m834CD378ADFE66A3F3799AEA4D70F19C0A2822B2_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_mF69290412AC5BBC637BD61E7079231FFC303EDB7_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_m51474C0D7DC805336FB5C69C396BE5C2AF9C2A87_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_mFD6B80A68C205A0CA8083AB60EE4B1B6EAFFF529_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_m785A5DBC320A6638F9F86C3DF7B04602A82F90B9_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_mE985A35FC727FA9F519564063C5C5063209ADDA8_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_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_mB3032B98553812A832F9BF14949F00960E2D3DF4_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_m6146E375BDA235BCEABAD74EC6EC5DE71258097F_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_mBCA41DE6D18658A22827F17F488CBF2413BDD5E3_gshared (TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * __this, Func_4_t1FB292635292578289C454E038620354E9A7662D * ___beginMethod0, Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * ___endMethod1, RuntimeObject * ___arg12, RuntimeObject * ___state3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::TrimExcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_TrimExcess_m7CEDC7A458B097D2B847BE76D0D420618F08264C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mF0412326B070EE3A04AB6BAC4836ED176A0F6186_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_AddLast_m2732A2A8EF99E8C9A01F0AABD23084A05FB02EA4_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, 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.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.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.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Boolean System.ComponentModel.RunInstallerAttribute::get_RunInstaller() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RunInstallerAttribute_get_RunInstaller_mA6809F88FC3AD786CBF38D24DF7D92DCE39166FF_inline (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.RunInstallerAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunInstallerAttribute__ctor_mA66B44F1EFEA5F919910EAABBEB7D2E1F80590D8 (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, bool ___runInstaller0, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncCompletedEventArgs::.ctor(System.Exception,System.Boolean,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs__ctor_m39C81176D8510231B101EAB918B77E22D768C9CE (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, Exception_t * ___error0, bool ___cancelled1, RuntimeObject * ___userState2, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncCompletedEventArgs::RaiseExceptionIfNecessary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mCE7B3950F9FA77F8E8CED40108A2CDBF11C9C133 (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.AsyncCompletedEventArgs::get_UserState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AsyncCompletedEventArgs_get_UserState_m965C17F78A68704D06317F25D665543CACBB34FA_inline (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, 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.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Fragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m1734B2D3F27F38AA342CB65885DE732160501E72 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E (const RuntimeMethod* method); // System.AppDomainSetup System.AppDomain::get_SetupInformation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8 * AppDomain_get_SetupInformation_m45DBC7C2D8892E4993D9B1AE39A3EA5F839FD99E (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, const RuntimeMethod* method); // System.String System.AppDomainSetup::get_LicenseFile() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppDomainSetup_get_LicenseFile_mDB627D4F336F501CDB7922E4AD03AB8093D41AD0_inline (AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8 * __this, const RuntimeMethod* method); // System.String System.AppDomainSetup::get_ApplicationBase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppDomainSetup_get_ApplicationBase_m819DC36F6F1DAFF007FFEFBE43969BCAAA3E1DB0 (AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::GetEntryAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetEntryAssembly_m02C30F40B4E54E9FAD68DC85817549B1A13EDF4D (const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* AppDomain_GetAssemblies_m7397BD0461B4D6BA76AE0974DE9FBEDAF70AEBFD (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, const RuntimeMethod* method); // System.String System.ComponentModel.Design.RuntimeLicenseContext::GetLocalPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeLicenseContext_GetLocalPath_m51D91A84ACA39726C365438832FB9FAA6B088D04 (RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.Void System.IO.FileInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m1F6FEFCA0E66054B8B7BEEE064EE4297ED606EE5 (FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.IO.Stream System.ComponentModel.Design.RuntimeLicenseContext::CaseInsensitiveManifestResourceStreamLookup(System.Reflection.Assembly,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * RuntimeLicenseContext_CaseInsensitiveManifestResourceStreamLookup_m61D236C3D022E1A512A6605F12009D97EC8B4A9F (RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * __this, Assembly_t * ___satellite0, String_t* ___name1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.String::ToUpper(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986 (String_t* __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.DesigntimeLicenseContextSerializer::Deserialize(System.IO.Stream,System.String,System.ComponentModel.Design.RuntimeLicenseContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesigntimeLicenseContextSerializer_Deserialize_mBA3719CE50BF5E83A65435D5EAB721F767E45329 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___o0, String_t* ___cryptoKey1, RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * ___context2, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A (String_t* ___path0, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3B3733CAA19866A20EF76A772B368EFB5FC89A4F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.IO.Stream System.ComponentModel.Design.RuntimeLicenseContext::OpenRead(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * RuntimeLicenseContext_OpenRead_m7F69D862139BDE1DD92396FBAD42D85E8DCC2F23 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___resourceUri0, const RuntimeMethod* method); // System.String[] System.Uri::get_Segments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Uri_get_Segments_m1E7A75D04E7D1806685F517A82483A0A0F7EA120 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.WebClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebClient__ctor_m5583C217A87292A621A7CE42501FCD1E8AA05F00 (WebClient_tBB9C025453A3820E593327E112FF5D08F632604E * __this, const RuntimeMethod* method); // System.Net.ICredentials System.Net.CredentialCache::get_DefaultCredentials() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_m04BE43C08715BE89006B3E298A7706E7C05D05AA_inline (const RuntimeMethod* method); // System.Void System.Net.WebClient::set_Credentials(System.Net.ICredentials) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebClient_set_Credentials_m21B1BF0BCD2B8E6ADB1C370495C4270CE56CC102_inline (WebClient_tBB9C025453A3820E593327E112FF5D08F632604E * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.IO.Stream System.Net.WebClient::OpenRead(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * WebClient_OpenRead_m548241A8E062727724786BE8160E9DB65A726120 (WebClient_tBB9C025453A3820E593327E112FF5D08F632604E * __this, String_t* ___address0, const RuntimeMethod* method); // System.Void System.ComponentModel.LicenseContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseContext__ctor_m98A9A749F85771531D680568BD7F45DFE2685DED (LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969 (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mB37740DDCA67E178CD458B840FF15EAAAFF5CC11 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method); // System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m340C28DB1690DF69E37EE049EC507E079EDEBC35 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.SByte System.SByte::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_mA51CD860E0C994ED05897B53F0F98814F20BDFEA (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.SByte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m0C268776C6F38D9EBB9A7C34A8104EB9745B477A (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method); // System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m410D5693D8F75264B62B781794F559446EC84B3B (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_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21 (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_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.ComponentModel.CategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, String_t* ___category0, const RuntimeMethod* method); // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___description0, const RuntimeMethod* method); // System.String System.ComponentModel.DescriptionAttribute::get_DescriptionValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, const RuntimeMethod* method); // System.Void System.ComponentModel.DescriptionAttribute::set_DescriptionValue(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_m7690BF55F40A7C26BBDF62BEBC2728EC9A16A91B_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312 (SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 * __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.Boolean Microsoft.Win32.NativeMethods::CloseProcess(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_CloseProcess_mE1C1C32B6FF9CDC27C5A31993E821D3867C8980C (intptr_t ___handle0, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeProcessHandle::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeProcessHandle__ctor_m5DB75CFF0ADA421D934F475B9B757C8992CF7BC5 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * __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_m4923453CF6D97A5B481B675E8048713908DF201F (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_m406B2CD6BA7AF7BC444D381AB24568EFB3DB4DD3 (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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (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_m97137C34786703A6FF60C8FE5711932496008F28 (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, const RuntimeMethod* method) { return (( Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Enumerator_get_Current_m68C6D9BF51A6EDFD222F8F533A678A8E5C997705_inline (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 * __this, const RuntimeMethod* method) { return (( Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * (*) (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * Dictionary_2_get_Item_mB80F495206B6B1883B3D8A7B9602F9EEF76F52B9 (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___key0, const RuntimeMethod* method) { return (( StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * (*) (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_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_mFFA024925118B5713A73B7F441F437F00874F258_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_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC (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_mA08ED08AF219F3D8FE676F352C1E4D5522AD004B (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_mB8A4DEDBE7BEE3D2B76F2C3D1E0580277988A9ED (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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (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_mCE4CEF71FFC367E0EB7C8F3A04DCDC9C3BF2F7FB (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_mF0C80411BE6679D489E2036CBF5F9B11573830E8 (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_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_mFBEB8AEC4D3FBB4758C174BC06FC7BAB0D36E33F (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_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_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_m238CFC975F497BD09A0952E8AC82B46C3814EA87 (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::IndexOf(!0) inline int32_t List_1_IndexOf_m389AF22C2EC03C4624B5B1122632815C1FFEDA06 (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___item0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))List_1_IndexOf_mD3FF9D1890AD7EA2EA64E96EEFDF3035710B21AC_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m4C8C4B42B03D6C28D03F96A7E229AF857779115A (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // System.Void System.Threading.Monitor::Pulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Pulse_m690EF6269492676F5A9A20430D3CC9363D54A17D (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3 (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_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.SecurityUtils::DemandReflectionAccess(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandReflectionAccess_m0019F59C6D40AD0CFBCC8A8FFCD93213D1EB6A5F (Type_t * ___type0, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_m77A5F85F6F614B84FB35A6B2DB40FAE72D5A72E6 (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, bool ___allowNonPublic2, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsVisible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsVisible_mEDE5AEF0018F45731222035F9677FFF6497F906A (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.SecurityUtils::HasReflectionPermission(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_HasReflectionPermission_mE3EA27E45447689AE9EB4635D5939608058F2507 (Type_t * ___type0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mBA776E4823B408DC61E91344D8CF20861F03B8A6 (Type_t * ___type0, int32_t ___bindingAttr1, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture4, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureConstructorInvoke_m92B12262C78DED81152F3950A4C964BB7D2B6AB1 (Type_t * ___type0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, bool ___allowNonPublic3, int32_t ___extraFlags4, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE (Type_t * __this, int32_t ___bindingAttr0, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types2, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers3, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___left0, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___right1, const RuntimeMethod* method); // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906 (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters0, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Boolean System.SecurityUtils::GenericArgumentsAreVisible(System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_GenericArgumentsAreVisible_mCE16B63697D05800102AB6C65A7C44FEBE0E5026 (MethodInfo_t * ___method0, const RuntimeMethod* method); // System.Void System.SecurityUtils::DemandGrantSet(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandGrantSet_m1D35C45F39E74803D38B77FBBF174F3EB889FB37 (Assembly_t * ___assembly0, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method); // System.Void System.Threading.Semaphore::.ctor(System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59 (Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F * __this, int32_t ___initialCount0, int32_t ___maximumCount1, String_t* ___name2, const RuntimeMethod* method); // System.Void System.Threading.WaitHandle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle__ctor_mC4B7F741E68F0A2FDDE6433963F00ABD2C9CDB73 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462 (String_t* ___name0, 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.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.IntPtr System.Threading.Semaphore::CreateSemaphore_internal(System.Int32,System.Int32,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Semaphore_CreateSemaphore_internal_m6598CDD14CA9A62F5DAE2A4DF5E9A8B81DBBE515 (int32_t ___initialCount0, int32_t ___maximumCount1, String_t* ___name2, int32_t* ___errorCode3, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeWaitHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeWaitHandle__ctor_mABE9A7F29A09ECD2B86643417576C1FF40707601 (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.Threading.WaitHandleCannotBeOpenedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandleCannotBeOpenedException__ctor_mB587BA927C427A46C4CB554B3E21A552E5DF6634 (WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.Ports.InternalResources::WinIOError(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalResources_WinIOError_m709240F7C7166DF0C77EB74F0BDA77F2FE6ABD65 (int32_t ___errorCode0, String_t* ___str1, const RuntimeMethod* method); // System.Void System.Threading.WaitHandle::set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_set_SafeWaitHandle_m6211C2CCA15CDC3CA25C377D9F0EC16416C04D38 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * __this, SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___value0, const RuntimeMethod* method); // System.Int32 System.Threading.Semaphore::Release(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Semaphore_Release_m35C1A57F3FB61FC314781F3FEC14D0EB67418E21 (Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F * __this, int32_t ___releaseCount0, const RuntimeMethod* method); // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::get_SafeWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * __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.Threading.Semaphore::ReleaseSemaphore_internal(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Semaphore_ReleaseSemaphore_internal_m8350833A01BBF280236ED366D8606B9528BC458C (intptr_t ___handle0, int32_t ___releaseCount1, int32_t* ___previousCount2, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreFullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreFullException__ctor_m35B8FD1E9DDF7C483C1111CC9BF44EF48F8E5ED2 (SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ExecutionContext_Capture_m34CB6D3A03AD2E4299D9B0B14FBAE59C598A3E86 (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_m818AB2408824BF47B0D639082CDC164DBF9259D4 (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_mB8525AD6D098EE54D9E0E5C9046F24B5CB197662 (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___v10, Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___v21, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_PutBytes_m39B4ACFA04B973B0D7F0D583C113927D11AD56D2 (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_m569D92DE295D0A02310C9D9D3FC69D2DB923411C_inline (const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (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_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14 (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_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE (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.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_m49C413225AC75DA34D1663559818861CA34C3CB0 (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_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD (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.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_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.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_m317AD9524376B7BE74DD9069346E345F2B131382 (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_m878314259623CC47A2EBAEEF2F8E8D6B61560FA5 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__32>(!!0&) inline void AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m42F61296A8672A383AEB3119A7B2552836860E5B (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *, const RuntimeMethod*))AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m42F61296A8672A383AEB3119A7B2552836860E5B_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_m7599F046D0BCD3A4370D02CD7C042900744AE149 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, const RuntimeMethod* method) { return (( KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, const RuntimeMethod*))Dictionary_2_get_Keys_m14F0DE944E629ED442E40386FFE65268F5089A65_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(!0[],System.Int32) inline void KeyCollection_CopyTo_m35135B341E0EAD9932EA518DC5480A9E91899095 (KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, int32_t ___index1, const RuntimeMethod* method) { (( void (*) (KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, int32_t, const RuntimeMethod*))KeyCollection_CopyTo_m5896700B140A5FA22BADFCD678B5D5488B9C8992_gshared)(__this, ___array0, ___index1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m15FB36992B8BCE0E78D56523D89A446AE75EE484 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * Dictionary_2_get_Item_mC2FF39956D7993992E7E3328147049DD8099A270 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_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_m0E9A747145C1AB1D4E4DCC8E26D6D9779322B64A (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_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_mA617F9592606590DFED8E485B66026CFEBBABAFA (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, const RuntimeMethod* method) { return (( Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE Enumerator_get_Current_mB3658D275B51861C8F9DB2785BC3AD0273AAE1E6_inline (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE (*) (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *, const RuntimeMethod*))Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * KeyValuePair_2_get_Value_m94BD4D82315534D783D740C3D4FD6AE9DE52F452_inline (KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE * __this, const RuntimeMethod* method) { return (( ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * (*) (KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_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_mE3664CFE95F8C5CDD232A48E2470BCB8550BFEC8 (ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 * __this, bool ___item10, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 *, bool, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *, const RuntimeMethod*))ValueTuple_2__ctor_m907BE1912D85400D2146FFA74BEDAD0F5B2C292F_gshared)(__this, ___item10, ___item21, method); } // !0 System.Threading.Tasks.Task`1>::get_Result() inline ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 Task_1_get_Result_m3D4A7B154FD74C04550E780EAC4D59A00316346E (Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F * __this, const RuntimeMethod* method) { return (( ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 (*) (Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F *, const RuntimeMethod*))Task_1_get_Result_mFEF68A42BDF73E1553C4B38F2CD7EA3D4FD6E8BB_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_mD54722DBAF22507493263E9B1167A7F77EDDF80E (int32_t ___millisecondsDelay0, const RuntimeMethod* method); // System.Void System.ValueTuple`3::.ctor(!0,!1,!2) inline void ValueTuple_3__ctor_mEEFC273642336478249A89EDA1F115A69E92C858 (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_m6A8D891FF986ED8E8E0CD28B54F6E92F6BB18A87_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_m7961A093C4CED6EACD42DFFF350220D1C048714D (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_m86D95FE4D4F1DE99EDFF36D96EA80F54FC1406ED_gshared)(__this, ___value0, method); } // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mE9D5EA13CD98B297E775809B089FB190351E8E11 (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_mBABF7EBF37F40A20153104D68C2BD6FB6A777D20_gshared)(__this, ___item10, ___item21, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::AddLast(T) inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * LinkedList_1_AddLast_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764 (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_mFA5205DC39F8E8521905FE5B59BC0DCD352F9A16_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_m3A9355491C730586942B3464527BBDC2F6A27B45_inline (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * (*) (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF *, const RuntimeMethod*))LinkedList_1_get_First_mE9A1DA273E2BE8C97A010A4EFF7AC84935512378_gshared_inline)(__this, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1>::get_Next() inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * LinkedListNode_1_get_Next_m2009EB1BBF38A99CC854A5D0695AA69CFF69CB18 (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * (*) (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 *, const RuntimeMethod*))LinkedListNode_1_get_Next_mA65528AC6ED3F959F3C9E546A10ACDA00D7CB0D7_gshared)(__this, method); } // T System.Collections.Generic.LinkedListNode`1>::get_Value() inline ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 LinkedListNode_1_get_Value_mD4B29FBA7A661B8A10EEEAEB3C1EBFA63BD09B69_inline (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * __this, const RuntimeMethod* method) { return (( ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 (*) (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 *, const RuntimeMethod*))LinkedListNode_1_get_Value_mF35994B80AFFF4F3D1C27642E7B7E1C3EC271501_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1>::Remove(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_Remove_m1032B36ABA588DB2E5CB29710B250894955C11AF (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * __this, LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF *, LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 *, const RuntimeMethod*))LinkedList_1_Remove_m834CD378ADFE66A3F3799AEA4D70F19C0A2822B2_gshared)(__this, ___node0, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::get_First() inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * LinkedList_1_get_First_m86D0A37EFDDA475E6F3D795B70887B45CCD38539_inline (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * (*) (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 *, const RuntimeMethod*))LinkedList_1_get_First_mF69290412AC5BBC637BD61E7079231FFC303EDB7_gshared_inline)(__this, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1>::get_Next() inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * LinkedListNode_1_get_Next_m553E700E121B35F13F74DEE05EAF418BA5ED6A28 (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * (*) (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E *, const RuntimeMethod*))LinkedListNode_1_get_Next_m51474C0D7DC805336FB5C69C396BE5C2AF9C2A87_gshared)(__this, method); } // T System.Collections.Generic.LinkedListNode`1>::get_Value() inline ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 LinkedListNode_1_get_Value_mAD4AB473DA940DCE979A195512B29C349309DE8E_inline (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * __this, const RuntimeMethod* method) { return (( ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 (*) (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E *, const RuntimeMethod*))LinkedListNode_1_get_Value_mFD6B80A68C205A0CA8083AB60EE4B1B6EAFFF529_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1>::Remove(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_Remove_mEA70CD37022329C6A3A929BCA0854EB915DFC973 (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * __this, LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 *, LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E *, const RuntimeMethod*))LinkedList_1_Remove_m785A5DBC320A6638F9F86C3DF7B04602A82F90B9_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_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (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_mCA7A05DD58101046793A14ABD775E3F28ED3CE17 (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_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m7A74133BCAD04AC08A5560E5D8F564DC9633F586 (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_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8 (int32_t* ___location0, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Decrement(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF (int32_t* ___location0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.SettingsBindableAttribute::get_Bindable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_mB64EAF5229EA9C4B0B9D0D1F769CAA50609CA83A_inline (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * __this, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411 (bool* __this, const RuntimeMethod* method); // System.Void System.ComponentModel.SettingsBindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__ctor_m4F5FE0964747B636D97EED9C6B13D62FBBEA3684 (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * __this, bool ___bindable0, 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_mCB69CAC317F723A1CB6B52194C5917B49C456794 (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.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_mBC08244C02CF34E9B4D669CA6EF13DA5C92EA23B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m7D5DB9BD4C9B1CA55BFBA132545345411A8FEBA0 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m2CEE3E81A3D2E04934160117DFA3729B8158F101 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.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_mE96516F52998F0D40A0BF13CB75A0051024C6330 (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_mE0694DB22ADB571D842C04FE8DE06D3087AD45E6_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.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_IsBound() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_IsBound_m67D559154A1B175E8B384DF0DBCC98EB0EA53830_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, 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.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.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.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::SendTo(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_SendTo_mA760EDC1FC1F6525A3ABF526A7951274D9DE83EF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP4, 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::ReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_mB129CBAABDBEFED42431F891B1F62D99E8CED928 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** ___remoteEP4, 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.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.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Boolean System.Net.ValidationHelper::ValidateTcpPort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_ValidateTcpPort_mC3E43EB25CB11FD1E24201705A66E50903A1893E (int32_t ___port0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.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.Boolean System.Net.Sockets.Socket::CanTryAddressFamily(System.Net.Sockets.AddressFamily) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_CanTryAddressFamily_mE25DAFE220F431B02FF63C0F4611DBD31D84A8CC (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___family0, 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.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); // 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_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (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_mA1850942FB6DD6B737EB52AE8A455F9EB25028C6 (const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::IsProtocolSupported(System.Net.NetworkInformation.NetworkInterfaceComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_m00854C9BD8BCFA6D116271C9F7476B838503640E (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_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketShutdown,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_mC7E8605C1D943E24EE2C36B9DF12885FB32ED104 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___how1, int32_t* ___error2, 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_mCB596BAD15C14A0371CF076DA6EF32E8EC1CCF82 (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_mC843828E7671B194441E55FB780D266D7F1D22BF (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_m4913A3572F99989BE4AA26EBE0C31338E6DC3E4A (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_mC1B1CC3BB9F3F61A4B4925A9AB9D5103B149DD99 (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_mE29C210052FE31782D0D2CF0816FDE89C2E8BA81 (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_m651020D7329C77EDE7E34B92478FE29417DE7F85 (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_m78737EA3ADB65C574765F0907534A1457B36D5AD (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_m4C3040D41623EAF0C67D3A3B8306308A5BBFB090 (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_m5150EA5D5E87751768538CA412FEEC8832164CF2 (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.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_mCF896B6CC0448D86DC4C2A90669C14366F520AAA (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_mDDA24FCED45C4C2CE9198F9E5D7635DAB14FED0E (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_m2E1D2983E359325F577799A715E4EAD60FCD9A1E (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_mCAA9A33B4025EEAA32286F65867C0312826D3032 (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_m741F524ABE7E508614BD59D32D21B79DA91BC065 (intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method); // 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); // 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.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __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_mDF5F0AC13C860A8B1B7D430E9747DD075D3E098F (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_m8973842AF0FE11D76AC9D4FFE28908F1B974F164 (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.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.Void System.Net.Sockets.Socket::BeginSConnect(System.Net.Sockets.SocketAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginSConnect_mFD5889EA6A3ACA8423741598F766C920067AE899 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * ___sockares0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::BeginMConnect(System.Net.Sockets.SocketAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginMConnect_m3570016DCEEB2EF4E34F873633B9149B368E103B (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * ___sockares0, 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.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.IOSelector::Add(System.IntPtr,System.IOSelectorJob) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelector_Add_m5CD0B1BF6A9DBA5B42F6D6CE9F86568A2ADBFF02 (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_m4947904CE00106D5D008099EF27809BF504B9CE3 (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_m5BFD115DED7ED6735C6ADDD6A6944B96089152EF (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_m4F0F16E5E30A61DCE40BE255EAB656CEAD4E2D75 (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_m32C732F35B8F7E49A511F750F37CA2A488FDC7EB (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_m79996A0C101669893B6ACC314BEA31597A00F9CB_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *, const RuntimeMethod*))ArraySegment_1_get_Array_m79996A0C101669893B6ACC314BEA31597A00F9CB_gshared_inline)(__this, 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_mBF5C4C0E8605F97427BFDF96D68AACD4A4D6DDEC (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_mB3032B98553812A832F9BF14949F00960E2D3DF4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arr0, int32_t ___index1, const RuntimeMethod* method) { return (( intptr_t (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, const RuntimeMethod*))Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mB3032B98553812A832F9BF14949F00960E2D3DF4_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_mE9F36174DA5F7B4CEE0E682EDD9ECA4A92827479 (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.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.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_mACBB4D49BA2AA03BABFB64D4EAF6ADD4F9B99116 (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_mA045268E2A2A8548562FB4D652262B2AF242CA8E (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(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); // 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_mB857796A233063A7771FCB31AAB68A689409E670 (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_m689AA7188B819800D065F7F82BC8DD525BD19776 (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_m0A9A6ADE648F99CB7C43F2C97ECF75143B1932EA (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_m0B94FEA48E7CA8BD01699DBD4A624C7A1AA7005F (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_mE78CA6C457332ABC047C04BAE46BAE149E19EC84 (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_m1BEC7CBA4A4284807DD126A07B02265B6190FAF2 (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::SendTo_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_SendTo_internal_m8299D8A6CAF9F7C3B9C42620D96ED99CB5214A34 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::SendTo_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_SendTo_internal_mAFE45008CEFA16E4CCEDC0CAC8F913FCBB924D77 (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa4, int32_t* ___error5, bool ___blocking6, 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_mC30B3F69E41421FAF4D97C59DC965A753DFADD76 (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_mA2DDFEEDA1CFF19D37FC035C64988F0DBB96713B (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_mED7F49F19689979DC57B9AAAF4F19BB2B834909B (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_m4A3062113A417D02E0B2B19CAE9F57704DE6B138 (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_mA914CFD7D33C32B7ADCF876AF13FB2AF534A88D9 (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.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.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_mD2DA5FDCC675E30E930FC063C7DE0FD52D05C133 (const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv6_mA6770B91BF46256850B2F2E09058B86538051728 (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_mF7C406BEB9464C29CF1C02FD64E21F99A8A5DC08 (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_mD8038A1C440DE87E685F4D879DC80A6704D9C77B (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_m286BBD095BFCA546BD2CD67E856D1A205436C03F (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_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (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_mD759430F3E5DC7A3D549A79175C1469B7106D45E (EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * __this, RuntimeObject * ___sender0, SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * ___e1, const RuntimeMethod* method) { (( void (*) (EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE *, RuntimeObject *, SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 *, const RuntimeMethod*))EventHandler_1_Invoke_m6146E375BDA235BCEABAD74EC6EC5DE71258097F_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_m9B9388DD623D33685D415D639455591D4DD967C6 (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_m99F586D3C14E2051DBB53BEF3716A740EA9223E2 (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_m452D636F3D5CBE5AA8746078C35C42F69BE61722_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_m957C08D3F4284657BEB76C39872E091EE15E78C1 (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_mBCA41DE6D18658A22827F17F488CBF2413BDD5E3_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); // Mono.Security.Interface.MonoTlsProvider Mono.Security.Interface.MonoTlsProviderFactory::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProvider_m85D4B68E10A7BE7D67BF2C17D3E8E0046228C863 (const RuntimeMethod* method); // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m40DB9FD6E682048F704D5CCE3360782A5C6C106A (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___userCertificateValidationCallback2, LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * ___userCertificateSelectionCallback3, 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); // Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * SslStream_GetProvider_m085D5E948A0E9F042279B2261C0612E6F7CF9049 (const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537 (const RuntimeMethod* method); // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::PublicToMono(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * CallbackHelpers_PublicToMono_m6C0B8C1BD4F6F0B5D659EBA0F5F4684CD94D5BA0 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___callback0, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsSettings::set_RemoteCertificateValidationCallback(Mono.Security.Interface.MonoRemoteCertificateValidationCallback) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_RemoteCertificateValidationCallback_m4727CA0470D108748A8D73E255621E3910747200_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___value0, const RuntimeMethod* method); // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Net.Security.Private.CallbackHelpers::PublicToMono(System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * CallbackHelpers_PublicToMono_mE700B0266ACF37490525C3DB61D82213755E1113 (LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * ___callback0, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsSettings::set_ClientCertificateSelectionCallback(Mono.Security.Interface.MonoLocalCertificateSelectionCallback) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_ClientCertificateSelectionCallback_m59891142180E21ADE370A36C12A8D4CF86DF285F_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___value0, 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.Void System.Diagnostics.Stopwatch::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch__ctor_mDE97B28A72294ABF18E6E9769086E202C3586CA7 (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.Stopwatch::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch_Start_mED237B2178B2075FAED706E2A38111496B28DBDE (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, 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_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C (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_m8CAF46C3B4D7460B70C325D666B7F6470D2208DB (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.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, 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.Void System.Diagnostics.Switch::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_m2BAF4FA6A551CF1BE037A608A11DA11D9D1FCFE6 (Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC * __this, String_t* ___displayName0, String_t* ___description1, String_t* ___defaultSwitchValue2, const RuntimeMethod* method); // System.Void System.Diagnostics.Switch::_pruneCachedSwitches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__pruneCachedSwitches_mC97915D71FCE0F55B757055DC063F457412742FB (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.GC::CollectionCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_CollectionCount_mEFD1F54970362ED615FFBFDE113766710A67FDF6 (int32_t ___generation0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_inline (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mF340F34C1F60C0DF10925603959062CF976C43F9 (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * List_1_get_Item_mBCBE3E2D7E94AAF2A0B73A9AD638B23CE9AF415F_inline (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m3850EA63EC3ADFC26DD787A8DFDE6B1DFCE455DA (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_mEC3C0CF9E0E3371225A3D807C5862185B4B393B6 (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_gshared)(__this, ___collection0, method); } // System.Void System.Collections.Generic.List`1::TrimExcess() inline void List_1_TrimExcess_mA7ED761FF10906AD8E29C7A86F29BC513F32107A (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, const RuntimeMethod*))List_1_TrimExcess_m7CEDC7A458B097D2B847BE76D0D420618F08264C_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mABCAEBACF4789B353E5F58E05ABB03419BFA12F2 (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Diagnostics.SwitchLevelAttribute::set_SwitchLevelType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchLevelAttribute_set_SwitchLevelType_mA58EB210CC7C72B3DFBFF39732EB8707B8939848 (SwitchLevelAttribute_t6998C6E894D9EE9E366F4882B3B127C1D3D83746 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.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.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsPathRooted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3 (String_t* ___path0, const RuntimeMethod* method); // System.OperatingSystem System.Environment::get_OSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * Environment_get_OSVersion_m9C59BAF537F0A8B51ABC3BEE212F08DCC498F64E (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_mDAEBF2732BC830270FD98346F069B04E97BB1D5B (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.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); // 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.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.Void System.Net.Sockets.Socket::Connect(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_mA7BB443E475AC35010CFB96E8F7091D34AC61247 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, 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.TcpClient::Connect(System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mA1FAC7AD43BDF237DBCAA538E6DD4533F71BCEAA (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEP0, 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.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.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.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.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Parse_m438634B7E90AE722C663CE2127D3FC21701FEE7B (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51 (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E (Type_t * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4 (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, 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.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_m4AB2BAC28638627DD2C410BC42E43FD5BECBABDD (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * __this, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ___value0, const RuntimeMethod* method) { return (( LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * (*) (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 *, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *, const RuntimeMethod*))LinkedList_1_AddLast_m2732A2A8EF99E8C9A01F0AABD23084A05FB02EA4_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_m91D143975E5942416F277D6910DFCCAD80632A43 (const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.String System.ComponentModel.ToolboxItemAttribute::get_ToolboxItemTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemAttribute_get_ToolboxItemTypeName_mAF276A6EBDD3EDBC6097F85F46C44B0777144F9D (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_m9DF42115068D2965688413280143BAEBF86BFD01 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, String_t* ___toolboxItemTypeName0, const RuntimeMethod* method); // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_m907737FD8506571DF3D64D45938BCBA4A3C9BE20 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, bool ___defaultType0, const RuntimeMethod* method); // System.Void System.ComponentModel.ToolboxItemFilterAttribute::.ctor(System.String,System.ComponentModel.ToolboxItemFilterType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemFilterAttribute__ctor_m5A3685DDAF9BD64B02E1775C6462643409B35981 (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, String_t* ___filterString0, int32_t ___filterType1, const RuntimeMethod* method); // System.ComponentModel.ToolboxItemFilterType System.ComponentModel.ToolboxItemFilterAttribute::get_FilterType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ToolboxItemFilterAttribute_get_FilterType_m9B267D5BAA7519CE1CADE5177001BF976BFCAB02_inline (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method); // System.String System.ComponentModel.ToolboxItemFilterAttribute::get_FilterString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_get_FilterString_m5316FEEA5C16BA67D1D5C648C4352656433FF295_inline (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method); // System.String System.Enum::GetName(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_GetName_mA141F96AFDC64AD7020374311750DBA47BFCA8FA (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Diagnostics.TraceListenerCollection System.Diagnostics.TraceInternal::get_Listeners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * TraceInternal_get_Listeners_mBA6062E9E83CB6DBE83525E5AE97DE1745F64F82 (const RuntimeMethod* method); // System.Boolean System.Diagnostics.TraceInternal::get_AutoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceInternal_get_AutoFlush_m937EE2934933C10EA0997C13E71BCDD0FE62055D (const RuntimeMethod* method); // System.Void System.Diagnostics.CorrelationManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CorrelationManager__ctor_m8F4952622DB9361028C8519A58830BBACA34448C (CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * __this, const RuntimeMethod* method); // System.String System.Environment::get_StackTrace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_StackTrace_m53F534869A92A17E87F273DA435E0134D10A9C60 (const RuntimeMethod* method); // System.Diagnostics.CorrelationManager System.Diagnostics.Trace::get_CorrelationManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * Trace_get_CorrelationManager_m8C52FE8ACD5C90EB69316840B41181AF799C97E5 (const RuntimeMethod* method); // System.Collections.Stack System.Diagnostics.CorrelationManager::get_LogicalOperationStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * CorrelationManager_get_LogicalOperationStack_m7CEDA5E0884FD67B064E6CA64A7FF1A71F495BCC (CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceEventCache::GetProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceEventCache_GetProcessId_m0DBD19C570093BD76C0361BB3F500DCA634DA260 (const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceEventCache::GetThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceEventCache_GetThreadId_m98739E536E2DF73B3CA1E4EA96A296EF4B21B7A5 (const RuntimeMethod* method); // System.Diagnostics.Process System.Diagnostics.Process::GetCurrentProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * Process_GetCurrentProcess_mCF9662E06F91AA21E8DEBBADD0DD2C46486358EA (const RuntimeMethod* method); // System.Int32 System.Diagnostics.Process::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Process_get_Id_m15347E5BEC4BC561CA209304786BAD42C72F03A9 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.String System.Diagnostics.Process::get_ProcessName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_get_ProcessName_m900EF5AF1356CD5E330EF974110C99AD056ADB10 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.Component::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_mC05DA7EBB2CA50E4854BED0FC992770E81771593 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceEventCache::InitProcessInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceEventCache_InitProcessInfo_m816F843537A74BADD00A0702B13F956FC66C6154 (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::get_ManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceInternal::InitializeSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceInternal_InitializeSettings_m12BF36D667B35E0CEA9D024BAFFA8DE9776446CE (const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection__ctor_m29B2F7DE028851C08F9D463524C9C6A67ADED370 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener__ctor_m73581B2824360847BDB8269B8850A4997E7054AB (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::set_IndentLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_set_IndentLevel_m40D637794E6E30652EB6CCB99AF0B328EE693EE1 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::set_IndentSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_set_IndentSize_m835163729CFEC226E5E69367D3142E4461F4A3E6 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceListenerCollection::Add(System.Diagnostics.TraceListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_Add_m3907048B2F2C543EE29A329779AA9BD9BC52285C (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * ___listener0, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, 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.Void System.Diagnostics.TraceListener::set_NeedIndent(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TraceListener_set_NeedIndent_m46D33EA09D9B4FF8843B3AFFCF827AA42B9D4C3F_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, bool ___value0, const RuntimeMethod* method); // System.Diagnostics.TraceFilter System.Diagnostics.TraceListener::get_Filter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * TraceListener_get_Filter_m376BB094F07317AC78F941ED97CAD5F98AA75F2A_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method); // System.Boolean System.Diagnostics.TraceFilter::ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceFilter_ShouldTrace_mB7C7781D13B3465C39CB8BF7702F02BB24DE1890 (TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * __this, TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * ___cache0, String_t* ___source1, int32_t ___eventType2, int32_t ___id3, String_t* ___formatOrMessage4, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::WriteHeader(System.String,System.Diagnostics.TraceEventType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_WriteHeader_m405184792C048165E0F2EDFB6B0D6E943CFB1D3C (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, String_t* ___source0, int32_t ___eventType1, int32_t ___id2, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::WriteFooter(System.Diagnostics.TraceEventCache) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_WriteFooter_mF8B8BC80E0FE1C0EF9601FD44837109B579E1BB7 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * ___eventCache0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mC888813A47B8AC105F0CA58D45D5B7B748E1A68B (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method); // System.Boolean System.Diagnostics.TraceListener::IsEnabled(System.Diagnostics.TraceOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, int32_t ___opts0, const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceEventCache::get_ProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceEventCache_get_ProcessId_mB8C16E9E270044225451E99F23DDC1A1BBC63168 (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Collections.Stack System.Diagnostics.TraceEventCache::get_LogicalOperationStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * TraceEventCache_get_LogicalOperationStack_m573C83A047FF2910DA7F51828E40A9878EA46F5A (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method); // System.String System.Diagnostics.TraceEventCache::get_ThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceEventCache_get_ThreadId_m22B0BEC928D26E9B02D4215BE55A9B94123E3D43 (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method); // System.DateTime System.Diagnostics.TraceEventCache::get_DateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TraceEventCache_get_DateTime_mF9CB359E3CB57A5F95BE25ADC07B837CE4B74D2F (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int64 System.Diagnostics.TraceEventCache::get_Timestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TraceEventCache_get_Timestamp_mB31176F294C6E2B5F14A5345EB6E7A37134AFC44 (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method); // System.String System.Diagnostics.TraceEventCache::get_Callstack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceEventCache_get_Callstack_m4C9EDBBE8579013B28B15E95160477498325902E (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method); // System.Diagnostics.TraceOptions System.Diagnostics.TraceListener::get_TraceOutputOptions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TraceListener_get_TraceOutputOptions_m2FCD5041BD89ED25257F6326B2AC9A140D6DAE07_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::InitializeListener(System.Diagnostics.TraceListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * ___listener0, const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceInternal::get_IndentSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceInternal_get_IndentSize_m0AFDE299EB1DCB5FABF3D08D2B4A41A8B6970F1A (const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceInternal::get_IndentLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TraceInternal_get_IndentLevel_m7DA181D071198D77A664C64F22C2292FC01D955C_inline (const RuntimeMethod* method); // System.Void System.Diagnostics.Switch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mA2A930BF2A6548BBF83C409D583650F7CC9C9E4A (Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method); // System.Object System.ComponentModel.Design.Serialization.InstanceDescriptor::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InstanceDescriptor_Invoke_m7FBD796F29EFD98E2CFEEB78C9D1AF8D564747EF (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * __this, const RuntimeMethod* method); // System.Exception System.ComponentModel.TypeConverter::GetConvertFromException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertFromException_mFADF80A68EBD9F779461E65701B6F253494B48F9 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromString_mA45F29EB85C9DE15FCDF302E010AC74FD2F2C4B8 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, String_t* ___text2, const RuntimeMethod* method); // System.Exception System.ComponentModel.TypeConverter::GetConvertToException(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertToException_m83E0C458EF1514918B73924F1518F022F635CA01 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverter::ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m4E9977348C7FADE1CF283D5E6CFD52769FE30DBB (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeConverter_GetProperties_mD65B9871C0DCCC629702D6A600C6AE8F24520FD8 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::get_UseCompatibleTypeConversion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_get_UseCompatibleTypeConversion_mAFE4D5F0B87EA773A105D89F52FE67D12BD22709 (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.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_mD5B39B271B2A41D3F33DEB21C81C507038E95CE1 (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyCustomTypeDescriptor__ctor_m22E35FE6325C89A3D2E59A51013DDF5F3B208C00 (EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * __this, const RuntimeMethod* method); // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m80C4B31EC6E2C9FE5D15181F51D7C97FA87BF892 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.Type System.Type::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m7CE6F5932BFCEABE90A54D5940306F7F9814CEB6 (Type_t * __this, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptor::get_ComObjectType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_get_ComObjectType_m5848441AA1E5605B91256A4DBD9F607067CF0827 (const RuntimeMethod* method); // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0 (Type_t * ___type0, const RuntimeMethod* method); // System.ComponentModel.IComNativeDescriptorHandler System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider::get_Handler() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ComNativeDescriptionProvider_get_Handler_m94C1EDD5BF3877EB4BC5F864EB9CFFD94DEDD2AB_inline (ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider::.ctor(System.ComponentModel.IComNativeDescriptorHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider__ctor_mC80506603867E4106B1875A3750AAF01035BB0BF (ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * __this, RuntimeObject* ___handler0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor/ComNativeDescriptionProvider::set_Handler(System.ComponentModel.IComNativeDescriptorHandler) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider_set_Handler_mE7488C5F2C1C1ACE6233606D1BC0478062D4F383_inline (ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::GetProvider(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_GetProvider_m11FFA30C459E9A3C61DEA0B8A7F96B09545BC86B (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor/AttributeProvider::.ctor(System.ComponentModel.TypeDescriptionProvider,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProvider__ctor_m12DDACA19093DD1E1CE7171A8C76314D03B9AE8F (AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A * __this, TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___existingProvider0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method); // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::GetProvider(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_GetProvider_m40810DB683274DF3010C5ABB387B0532D6B3D819 (RuntimeObject * ___instance0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_mCACA9ABA41E168C1B79FD952F7A9FEE1867200A5 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, RuntimeObject * ___instance1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectTypeDescriptionProvider::AddEditorTable(System.Type,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_AddEditorTable_mE3F01626E2AE719550BE6BCC3F873285CC12B442 (Type_t * ___editorBaseType0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table1, const RuntimeMethod* method); // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_mC08C2609098020E7C13EDFC447879F3E61246CE5 (Type_t * ___type0, bool ___createDelegator1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor/TypeDescriptionNode::.ctor(System.ComponentModel.TypeDescriptionProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionNode__ctor_m239F2EED4D3A0BD9F53EEDCDC1846F8394B567B2 (TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * __this, TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mE91916EA0EE7D2E5FF3A85D1CB77EF8E90192A3E (Type_t * ___type0, const RuntimeMethod* method); // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_m5FB6F8EE72ECED6E764E037CD8DC107AAEE2511E (RuntimeObject * ___instance0, bool ___createDelegator1, const RuntimeMethod* method); // System.Void System.ComponentModel.WeakHashtable::SetWeak(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable_SetWeak_mCC96E4F1651FF6B17185A3BA2AF8A050C957C9AE (WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mE19398EDAE1219D73ED916DD606E8757111CCA39 (RuntimeObject * ___component0, bool ___refreshReflectionProvider1, const RuntimeMethod* method); // System.String System.ComponentModel.TypeDescriptionProviderAttribute::get_TypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeDescriptionProviderAttribute_get_TypeName_mF9A0848F4E8D3B8A3CE79CF9CB13F74FAB4325A5_inline (TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::CheckDefaultProvider(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_CheckDefaultProvider_mE71566C3452AF8803143B08E974C10E5DB944633 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ComponentModel.WeakHashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable__ctor_mE543E906A10CC747A79E525172D265F05BA2C20C (WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * __this, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529 (RuntimeObject * ___component0, const RuntimeMethod* method); // System.String System.ComponentModel.DesignerAttribute::get_DesignerBaseTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m0E81B088936AA02C1BE182979C8A40D4DC871C7A_inline (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method); // System.String System.ComponentModel.DesignerAttribute::get_DesignerTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_mE8D2A2D61BD19B261383CC14E9CBB94EFC85406A_inline (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.AttributeCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectEventDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_m7B5D76C02629562815ACF2248610E835BF2DB356 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectEventDescriptor::.ctor(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_m120801E2DDB6B43BD17A7FEE091A998E9E56A455 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, Type_t * ___componentType0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___oldReflectEventDescriptor1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ExtenderProperty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mB14E4C280026B71DA4A7FDD3AEBAAD639F99E3B6_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ExtendedPropertyDescriptor::.ctor(System.ComponentModel.PropertyDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_mB411F8E817053942D153987D2BBAE1ADC3AE9A7B (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___extender0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_mED990C023A8DB91A1886823EFAEFFFA11828BE96 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___oldReflectPropertyDescriptor1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeDescriptor::ShouldHideMember(System.ComponentModel.MemberDescriptor,System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptor_ShouldHideMember_mAB30D4712D5BF06504E3DE6CBBE53875CC0374F4 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___member0, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * ___attribute1, const RuntimeMethod* method); // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method); // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor::GetDescriptor(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2 (Type_t * ___type0, String_t* ___typeName1, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_m6276D0996CB15BA7B223BF89ADC0F3C4B39F0DB7 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor::GetDescriptor(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor::GetExtendedDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC (RuntimeObject * ___component0, const RuntimeMethod* method); // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineMerge(System.Int32,System.Collections.ICollection,System.Collections.ICollection,System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58 (int32_t ___pipelineType0, RuntimeObject* ___primary1, RuntimeObject* ___secondary2, RuntimeObject * ___instance3, RuntimeObject* ___cache4, const RuntimeMethod* method); // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineFilter(System.Int32,System.Collections.ICollection,System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533 (int32_t ___pipelineType0, RuntimeObject* ___members1, RuntimeObject * ___instance2, RuntimeObject* ___cache3, const RuntimeMethod* method); // System.Collections.IDictionary System.ComponentModel.TypeDescriptor::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4 (RuntimeObject * ___instance0, const RuntimeMethod* method); // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineInitialize(System.Int32,System.Collections.ICollection,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineInitialize_m57F81257A519949904575CFE5ABA22CD97620406 (int32_t ___pipelineType0, RuntimeObject* ___members1, RuntimeObject* ___cache2, const RuntimeMethod* method); // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_mDE428EC18E34DEEEF0CABF0287441EAB32436872 (RuntimeObject * ___instance0, const RuntimeMethod* method); // System.String System.ComponentModel.TypeDescriptor::GetClassName(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_mBEE9A97E9A86768EB19E58C03E8789A814F66105 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.String System.ComponentModel.TypeDescriptor::GetComponentName(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_m646E4C96D71378AD2CE2725A6AE293989C93D866 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m13E400C6A60FFA7EB9766EB8F7530618C5351B97 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor::GetDefaultEvent(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * TypeDescriptor_GetDefaultEvent_m747C3BCA050B1392D41A12EA38EB224BFF8E982E (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor::GetDefaultProperty(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * TypeDescriptor_GetDefaultProperty_mE2014593468A21C4CECA9C817C2A3151E216189D (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m07FB3A15AE116E4B150A02EDB0D69DBD34FEF9E1 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor/MergedTypeDescriptor::.ctor(System.ComponentModel.ICustomTypeDescriptor,System.ComponentModel.ICustomTypeDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergedTypeDescriptor__ctor_m1BEC540C0B901FB143D7F8D931EF2FA8B86FCCCA (MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384 * __this, RuntimeObject* ___primary0, RuntimeObject* ___secondary1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeDescriptor::GetEditor(System.Object,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetEditor_mED265666E80C17CE3ED7159B27FFD61163435A47 (RuntimeObject * ___component0, Type_t * ___editorBaseType1, bool ___noCustomTypeDesc2, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events0, bool ___readOnly1, const RuntimeMethod* method); // System.Collections.ArrayList System.ComponentModel.TypeDescriptor::FilterMembers(System.Collections.IList,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * TypeDescriptor_FilterMembers_mEFD9B4E684D18ECC7D94E61416955A23E123E840 (RuntimeObject* ___members0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Object,System.Attribute[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m01B2616330E2E058364073B578B1BC8CFD88BC0F (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, bool ___noCustomTypeDesc2, const RuntimeMethod* method); // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineAttributeFilter(System.Int32,System.Collections.ICollection,System.Attribute[],System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineAttributeFilter_mF9A68165189F405112441A326193D8AD9A0D2AAA (int32_t ___pipelineType0, RuntimeObject* ___members1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___filter2, RuntimeObject * ___instance3, RuntimeObject* ___cache4, const RuntimeMethod* method); // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::get_Provider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_m39FC8BCC39DA714A25E7EA2974B199D8ACC1F584_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07 (Type_t * __this, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptor::get_InterfaceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_get_InterfaceType_mEE8C0F75B18A9A3CF4381FE57D63FDEE4306ABD3 (const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, bool ___readOnly1, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m327EB2006002409E4FAD0F2C2DB2B4F09ADC31F6 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetPropertiesImpl(System.Object,System.Attribute[],System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetPropertiesImpl_m3EC0DD9F3FC88AA6AFEA8B3B02451C28E7203862 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, bool ___noCustomTypeDesc2, bool ___noAttributes3, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m9AF7815FC01DD804FF8D3830C75517356DD4E3A0 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, bool ___noCustomTypeDesc2, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionProvider_GetReflectionType_m66D9D89349FFDD2BA793ABD89610C8B8F767ABF6 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionProvider_GetReflectionType_m531DB938DC357DABFC2057625C30098E72741983 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptor::GetNodeForBaseType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetNodeForBaseType_m1AE88145188BFBF9454E7112CADA385658197523 (Type_t * ___searchType0, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectTypeDescriptionProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider__ctor_m26D9E91F0FDB7319DF02DDECA7E1DD00E57FC299 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DelegatingTypeDescriptionProvider::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegatingTypeDescriptionProvider__ctor_mCF20B2E7BC00DAC1E90C2E793149D2F6AC703914 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsCOMObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsCOMObject_mC283D10A8A95EF2DAED2534F690CF9925B1151D3 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeDescriptor/AttributeFilterCacheItem::IsValid(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeFilterCacheItem_IsValid_m75007A61CCFF707D5A3389CB5B302F7422D0B005 (AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___filter0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, RuntimeObject* ___c0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor/AttributeFilterCacheItem::.ctor(System.Attribute[],System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeFilterCacheItem__ctor_m4A669AA676BCABD4E40447249C80FBA87C1C88A7 (AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___filter0, RuntimeObject* ___filteredMembers1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeDescriptor/FilterCacheItem::IsValid(System.ComponentModel.Design.ITypeDescriptorFilterService) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterCacheItem_IsValid_mC07E73B307913012ECCAB1419F648BD9DE8F15BB (FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * __this, RuntimeObject* ___filterService0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m23D67C2418DF62EDAE2F168C32C5A09204E94A51 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.OrderedDictionary::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_Contains_mCD16E0E40025C86639A81B8F8D7989B141783B97 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.String System.ComponentModel.TypeDescriptor::GetExtenderCollisionSuffix(System.ComponentModel.MemberDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetExtenderCollisionSuffix_m04BC9FCD834FC1BC5985E5199996FFCC3FFE6A1D (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___member0, const RuntimeMethod* method); // System.Object System.Collections.Specialized.OrderedDictionary::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_get_Item_m214C7DD48EC03B78DEFD56DB8A3E7EC67D5AA7CB (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Remove_mA33AB2C73A47B86857DFD938C8707867B6C17AA0 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Values_m85823D309E685DC4DE0FC11D7F7B511FE18BFAFF (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor/FilterCacheItem::.ctor(System.ComponentModel.Design.ITypeDescriptorFilterService,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterCacheItem__ctor_mF69C19DF15EBE47914A3CE586482FCA80ED3EB92 (FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * __this, RuntimeObject* ___filterService0, RuntimeObject* ___filteredMembers1, const RuntimeMethod* method); // System.Void System.ComponentModel.RefreshEventArgs::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_m995D9590BFAC4517DA7010387272651E0ABCBF66 (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * __this, RuntimeObject * ___componentChanged0, const RuntimeMethod* method); // System.Void System.ComponentModel.RefreshEventHandler::Invoke(System.ComponentModel.RefreshEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler_Invoke_m9CA734910EB392A101B3A9E92FA145E83824910A (RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * __this, RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * ___e0, const RuntimeMethod* method); // System.Void System.ComponentModel.RefreshEventArgs::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_m477F628EC5A87B9942FA7055326178BB5270ED34 (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * __this, Type_t * ___typeChanged0, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReflectTypeDescriptionProvider::IsPopulated(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectTypeDescriptionProvider_IsPopulated_m49E093E3D472AE49E4530BBBCD7EE6339319720C (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectTypeDescriptionProvider::Refresh(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_Refresh_m219336F721BB21C53382DCC6C144AB46B4ADA873 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::RaiseRefresh(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m04A1B8C22008DFAD7309BD01472BA00B04D72A05 (RuntimeObject * ___component0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::RaiseRefresh(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m994F8BC54B10FF4DCA59D5E42F42AC2E3E0C6AFF (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Reflection.Module::op_Equality(System.Reflection.Module,System.Reflection.Module) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_op_Equality_m1A6D1EB305AFE379184C1C472FAAF39F4DA8DD12 (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___left0, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___right1, const RuntimeMethod* method); // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::GetPopulatedTypes(System.Reflection.Module) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ReflectTypeDescriptionProvider_GetPopulatedTypes_mB2BE844BFB14D7B7B2917F283CC91DB3619C9E27 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___module0, const RuntimeMethod* method); // System.Reflection.Module[] System.Reflection.Assembly::GetModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A* Assembly_GetModules_mEC1E16F9A33A15516B4192B2E1AEC99FCB6421FC (Assembly_t * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Reflection.Module) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m6EB3E4588F03B182DCED4661C7BDED7CD86D2865 (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___module0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::NodeRemove(System.Object,System.ComponentModel.TypeDescriptionProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_NodeRemove_m492A305C15C7B0BF514F0C3BC1FA74BFB1CAD1BB (RuntimeObject * ___key0, TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_mAE5A4DC54D94D2AB0B4A1E6816A820E8D0D7DD79 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_m20AE06118912C0DEF424C5BEF4F66CB4FDA35BA2 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, RuntimeObject * ___instance1, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ArrayList::Adapter(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ArrayList_Adapter_m584C01DF7AC3961037C85B951FE3AF4A0589795A (RuntimeObject* ___list0, const RuntimeMethod* method); // System.Void System.Diagnostics.BooleanSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanSwitch__ctor_m2FF77BE99ADF4D42BA2C9062CA03367320EA37B1 (BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0 (const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (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) { __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 (!currentDelegate->get_method_is_virtual_10()) { 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 (currentDelegate->get_method_is_virtual_10()) { 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 = GenericVirtualFuncInvoker3< 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 = VirtualFuncInvoker3< 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) { 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; } #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_mD9C983F994C450C48E30EADB0563CBCA63E949E3 (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.Void System.Net.Configuration.RequestCachingSection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection__ctor_m8E0C7CB42A6330FC1002C41EBF8FA72732C26387 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection__ctor_m8E0C7CB42A6330FC1002C41EBF8FA72732C26387_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection__ctor_m8E0C7CB42A6330FC1002C41EBF8FA72732C26387_RuntimeMethod_var); return; } } // System.Net.Configuration.FtpCachePolicyElement System.Net.Configuration.RequestCachingSection::get_DefaultFtpCachePolicy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 * RequestCachingSection_get_DefaultFtpCachePolicy_m4B92654DCA2A362D64B7A9B341108476B5406752 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_get_DefaultFtpCachePolicy_m4B92654DCA2A362D64B7A9B341108476B5406752_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DefaultFtpCachePolicy_m4B92654DCA2A362D64B7A9B341108476B5406752_RuntimeMethod_var); return (FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 *)NULL; } } // System.Net.Configuration.HttpCachePolicyElement System.Net.Configuration.RequestCachingSection::get_DefaultHttpCachePolicy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpCachePolicyElement_t9908817A6011A4DDEC3F2B5F1C64A0CBA79B1A23 * RequestCachingSection_get_DefaultHttpCachePolicy_m13F5477E396B25B728BE00E3E14DA243FC781C77 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_get_DefaultHttpCachePolicy_m13F5477E396B25B728BE00E3E14DA243FC781C77_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DefaultHttpCachePolicy_m13F5477E396B25B728BE00E3E14DA243FC781C77_RuntimeMethod_var); return (HttpCachePolicyElement_t9908817A6011A4DDEC3F2B5F1C64A0CBA79B1A23 *)NULL; } } // System.Net.Cache.RequestCacheLevel System.Net.Configuration.RequestCachingSection::get_DefaultPolicyLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RequestCachingSection_get_DefaultPolicyLevel_m10650A5E487195D5CE29220851E34D56EE1FD483 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_get_DefaultPolicyLevel_m10650A5E487195D5CE29220851E34D56EE1FD483_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DefaultPolicyLevel_m10650A5E487195D5CE29220851E34D56EE1FD483_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.RequestCachingSection::set_DefaultPolicyLevel(System.Net.Cache.RequestCacheLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_DefaultPolicyLevel_m8E38CE05B4CADEB9A6F8D11E0B6B74E92E73C5EF (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_set_DefaultPolicyLevel_m8E38CE05B4CADEB9A6F8D11E0B6B74E92E73C5EF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_DefaultPolicyLevel_m8E38CE05B4CADEB9A6F8D11E0B6B74E92E73C5EF_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.RequestCachingSection::get_DisableAllCaching() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RequestCachingSection_get_DisableAllCaching_mBDC2A5CE57702504450783B184B172133AA46D6D (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_get_DisableAllCaching_mBDC2A5CE57702504450783B184B172133AA46D6D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DisableAllCaching_mBDC2A5CE57702504450783B184B172133AA46D6D_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.RequestCachingSection::set_DisableAllCaching(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_DisableAllCaching_m0387E4C143906E02FC6925DB7151D1BF79CD13CC (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_set_DisableAllCaching_m0387E4C143906E02FC6925DB7151D1BF79CD13CC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_DisableAllCaching_m0387E4C143906E02FC6925DB7151D1BF79CD13CC_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.RequestCachingSection::get_IsPrivateCache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RequestCachingSection_get_IsPrivateCache_m6B3CDD2ED5331D73855179DD090F4D4199D73B62 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_get_IsPrivateCache_m6B3CDD2ED5331D73855179DD090F4D4199D73B62_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_IsPrivateCache_m6B3CDD2ED5331D73855179DD090F4D4199D73B62_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.RequestCachingSection::set_IsPrivateCache(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_IsPrivateCache_mD1F21AC395BFE190A21D9C54D33EF656ECE2AF40 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_set_IsPrivateCache_mD1F21AC395BFE190A21D9C54D33EF656ECE2AF40_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_IsPrivateCache_mD1F21AC395BFE190A21D9C54D33EF656ECE2AF40_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.RequestCachingSection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * RequestCachingSection_get_Properties_mFE206C66018DBEB2FC2BC1950BF57127CF167D3F (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_get_Properties_mFE206C66018DBEB2FC2BC1950BF57127CF167D3F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_Properties_mFE206C66018DBEB2FC2BC1950BF57127CF167D3F_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.TimeSpan System.Net.Configuration.RequestCachingSection::get_UnspecifiedMaximumAge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 RequestCachingSection_get_UnspecifiedMaximumAge_mEBDF64A82B8D7B98BEBB52959940BF20D3CFC964 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_get_UnspecifiedMaximumAge_mEBDF64A82B8D7B98BEBB52959940BF20D3CFC964_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_UnspecifiedMaximumAge_mEBDF64A82B8D7B98BEBB52959940BF20D3CFC964_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.RequestCachingSection::set_UnspecifiedMaximumAge(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_UnspecifiedMaximumAge_m55317C98962B257C5217C380147BD67DEFBF5EF8 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_set_UnspecifiedMaximumAge_m55317C98962B257C5217C380147BD67DEFBF5EF8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_UnspecifiedMaximumAge_m55317C98962B257C5217C380147BD67DEFBF5EF8_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.RequestCachingSection::DeserializeElement(System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_DeserializeElement_m8DFE9E094067C979FE8E97B3ADFC592FD5DE6F51 (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_DeserializeElement_m8DFE9E094067C979FE8E97B3ADFC592FD5DE6F51_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_DeserializeElement_m8DFE9E094067C979FE8E97B3ADFC592FD5DE6F51_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.RequestCachingSection::PostDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_PostDeserialize_m48A991194BC984B927FE0FE8943DBE884CBF0A4F (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachingSection_PostDeserialize_m48A991194BC984B927FE0FE8943DBE884CBF0A4F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RequestCachingSection_PostDeserialize_m48A991194BC984B927FE0FE8943DBE884CBF0A4F_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::.ctor(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RootDesignerSerializerAttribute__ctor_m2EA1453B85C10A3D2CFDB7F9802EB5525350B211 (RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6 * __this, String_t* ___serializerTypeName0, String_t* ___baseSerializerTypeName1, bool ___reloadable2, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___serializerTypeName0; __this->set_serializerTypeName_1(L_0); String_t* L_1 = ___baseSerializerTypeName1; __this->set_serializerBaseTypeName_2(L_1); bool L_2 = ___reloadable2; __this->set_reloadable_0(L_2); return; } } // System.Object System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RootDesignerSerializerAttribute_get_TypeId_m326B6BD2DBA4EA1C82677B7CD462FB229FBA4EA0 (RootDesignerSerializerAttribute_t94B45651ACD930D254222DF6CCE7443322C79BD6 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = __this->get_typeId_3(); if (L_0) { goto IL_003c; } } { String_t* L_1 = __this->get_serializerBaseTypeName_2(); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_2, ((int32_t)44), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0025; } } { String_t* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_5, 0, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0025: { Type_t * L_8; L_8 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_8); String_t* L_10 = V_0; String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_9, L_10, /*hidden argument*/NULL); __this->set_typeId_3(L_11); } IL_003c: { String_t* L_12 = __this->get_typeId_3(); return L_12; } } #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.RunInstallerAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunInstallerAttribute__ctor_mA66B44F1EFEA5F919910EAABBEB7D2E1F80590D8 (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, bool ___runInstaller0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___runInstaller0; __this->set_runInstaller_0(L_0); return; } } // System.Boolean System.ComponentModel.RunInstallerAttribute::get_RunInstaller() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RunInstallerAttribute_get_RunInstaller_mA6809F88FC3AD786CBF38D24DF7D92DCE39166FF (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_runInstaller_0(); return L_0; } } // System.Boolean System.ComponentModel.RunInstallerAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RunInstallerAttribute_Equals_m165572802645EBB4AF3E8D3EEF72A0CD0DEFC8D9 (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 *)IsInstClass((RuntimeObject*)L_1, RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var)); RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = RunInstallerAttribute_get_RunInstaller_mA6809F88FC3AD786CBF38D24DF7D92DCE39166FF_inline(L_3, /*hidden argument*/NULL); bool L_5 = __this->get_runInstaller_0(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.RunInstallerAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RunInstallerAttribute_GetHashCode_m0832C5D9C8EB695E5E6EF6AC1963B99CEE87C951 (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.RunInstallerAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RunInstallerAttribute_IsDefaultAttribute_mC267CC484BF2F4BB2B26569100CAD9C9EAC1A339 (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var); RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * L_0 = ((RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var))->get_Default_3(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.RunInstallerAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunInstallerAttribute__cctor_m7D53F1EC5284F32D4711371C83004CACD6AFD3A1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * L_0 = (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 *)il2cpp_codegen_object_new(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var); RunInstallerAttribute__ctor_mA66B44F1EFEA5F919910EAABBEB7D2E1F80590D8(L_0, (bool)1, /*hidden argument*/NULL); ((RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var))->set_Yes_1(L_0); RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * L_1 = (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 *)il2cpp_codegen_object_new(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var); RunInstallerAttribute__ctor_mA66B44F1EFEA5F919910EAABBEB7D2E1F80590D8(L_1, (bool)0, /*hidden argument*/NULL); ((RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var))->set_No_2(L_1); RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * L_2 = ((RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var))->get_No_2(); ((RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975_il2cpp_TypeInfo_var))->set_Default_3(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RunWorkerCompletedEventArgs::.ctor(System.Object,System.Exception,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventArgs__ctor_m66848DC0CBC14603793F071F623532FADF4507DE (RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * __this, RuntimeObject * ___result0, Exception_t * ___error1, bool ___cancelled2, const RuntimeMethod* method) { { Exception_t * L_0 = ___error1; bool L_1 = ___cancelled2; AsyncCompletedEventArgs__ctor_m39C81176D8510231B101EAB918B77E22D768C9CE(__this, L_0, L_1, NULL, /*hidden argument*/NULL); RuntimeObject * L_2 = ___result0; __this->set_result_4(L_2); return; } } // System.Object System.ComponentModel.RunWorkerCompletedEventArgs::get_Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RunWorkerCompletedEventArgs_get_Result_m521F982904AD3A8BA36EB7E8B93547F3FDB47138 (RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * __this, const RuntimeMethod* method) { { AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mCE7B3950F9FA77F8E8CED40108A2CDBF11C9C133(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = __this->get_result_4(); return L_0; } } // System.Object System.ComponentModel.RunWorkerCompletedEventArgs::get_UserState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RunWorkerCompletedEventArgs_get_UserState_m82ECBC4800DD1A405AC8A7CF9AE8DBE6056DEBF0 (RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = AsyncCompletedEventArgs_get_UserState_m965C17F78A68704D06317F25D665543CACBB34FA_inline(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RunWorkerCompletedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler__ctor_m003521E74855689E82610C95723C57F9B081B8A9 (RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.ComponentModel.RunWorkerCompletedEventHandler::Invoke(System.Object,System.ComponentModel.RunWorkerCompletedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler_Invoke_m076636EA2F731D53CC651448FC13B85F8890542A (RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * __this, RuntimeObject * ___sender0, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * ___e1, const RuntimeMethod* method) { 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 (!currentDelegate->get_method_is_virtual_10()) { 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 == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.RunWorkerCompletedEventHandler::BeginInvoke(System.Object,System.ComponentModel.RunWorkerCompletedEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RunWorkerCompletedEventHandler_BeginInvoke_m030CE9F1B42189C1A71CA86D5031B74B49E0A814 (RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * __this, RuntimeObject * ___sender0, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.RunWorkerCompletedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler_EndInvoke_m54179A1686CCEE329A1D91A192EC77580D7B60C1 (RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.ComponentModel.Design.RuntimeLicenseContext::GetLocalPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeLicenseContext_GetLocalPath_m51D91A84ACA39726C365438832FB9FAA6B088D04 (RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * __this, String_t* ___fileName0, 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; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; { String_t* L_0 = ___fileName0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_2, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_Fragment_m1734B2D3F27F38AA342CB65885DE732160501E72(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.ComponentModel.Design.RuntimeLicenseContext::GetSavedLicenseKey(System.Type,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeLicenseContext_GetSavedLicenseKey_m24C049E025435150FF792EDE04F793CF20952335 (RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * __this, Type_t * ___type0, Assembly_t * ___resourceAssembly1, 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*)&FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_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*)&_stringLiteral40959A7A13001D529E7A077B438811A515D9ACFF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB2BFC4F984EACA60F54252900742752FBCED8E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6666A5378E24D73C08023C01A82C4410D57532F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* V_3 = NULL; int32_t V_4 = 0; Assembly_t * V_5 = NULL; String_t* V_6 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_7 = NULL; String_t* V_8 = NULL; String_t* V_9 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_10 = NULL; String_t* V_11 = NULL; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * V_12 = NULL; String_t* V_13 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_14 = NULL; String_t* V_15 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_16 = NULL; String_t* V_17 = NULL; String_t* V_18 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_savedLicenseKeys_1(); if (!L_0) { goto IL_001e; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_savedLicenseKeys_1(); Type_t * L_2 = ___type0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_2); NullCheck(L_1); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_3); if (L_4) { goto IL_026a; } } IL_001e: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = __this->get_savedLicenseKeys_1(); if (L_5) { goto IL_0031; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_6, /*hidden argument*/NULL); __this->set_savedLicenseKeys_1(L_6); } IL_0031: { V_0 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; Assembly_t * L_7 = ___resourceAssembly1; bool L_8; L_8 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_7, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_006f; } } { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_9; L_9 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); NullCheck(L_9); AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8 * L_10; L_10 = AppDomain_get_SetupInformation_m45DBC7C2D8892E4993D9B1AE39A3EA5F839FD99E(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = AppDomainSetup_get_LicenseFile_mDB627D4F336F501CDB7922E4AD03AB8093D41AD0_inline(L_10, /*hidden argument*/NULL); V_1 = L_11; AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_12; L_12 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); NullCheck(L_12); AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8 * L_13; L_13 = AppDomain_get_SetupInformation_m45DBC7C2D8892E4993D9B1AE39A3EA5F839FD99E(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14; L_14 = AppDomainSetup_get_ApplicationBase_m819DC36F6F1DAFF007FFEFBE43969BCAAA3E1DB0(L_13, /*hidden argument*/NULL); V_2 = L_14; String_t* L_15 = V_1; if (!L_15) { goto IL_006f; } } { String_t* L_16 = V_2; if (!L_16) { goto IL_006f; } } { String_t* L_17 = V_2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_18 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_18, L_17, /*hidden argument*/NULL); String_t* L_19 = V_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D(L_20, L_18, L_19, /*hidden argument*/NULL); V_0 = L_20; } IL_006f: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_22; L_22 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_21, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_021d; } } { Assembly_t * L_23 = ___resourceAssembly1; bool L_24; L_24 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_23, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_008b; } } { Assembly_t * L_25; L_25 = Assembly_GetEntryAssembly_m02C30F40B4E54E9FAD68DC85817549B1A13EDF4D(/*hidden argument*/NULL); ___resourceAssembly1 = L_25; } IL_008b: { Assembly_t * L_26 = ___resourceAssembly1; bool L_27; L_27 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_26, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_0134; } } { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_28; L_28 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); NullCheck(L_28); AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* L_29; L_29 = AppDomain_GetAssemblies_m7397BD0461B4D6BA76AE0974DE9FBEDAF70AEBFD(L_28, /*hidden argument*/NULL); V_3 = L_29; V_4 = 0; goto IL_0125; } IL_00a7: { AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* L_30 = V_3; int32_t L_31 = V_4; NullCheck(L_30); int32_t L_32 = L_31; Assembly_t * L_33 = (L_30)->GetAt(static_cast(L_32)); V_5 = L_33; Assembly_t * L_34 = V_5; NullCheck(L_34); bool L_35; L_35 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.Assembly::get_IsDynamic() */, L_34); if (L_35) { goto IL_011f; } } { Assembly_t * L_36 = V_5; NullCheck(L_36); String_t* L_37; L_37 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_EscapedCodeBase() */, L_36); String_t* L_38; L_38 = RuntimeLicenseContext_GetLocalPath_m51D91A84ACA39726C365438832FB9FAA6B088D04(__this, L_37, /*hidden argument*/NULL); V_6 = L_38; String_t* L_39 = V_6; FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_40 = (FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 *)il2cpp_codegen_object_new(FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9_il2cpp_TypeInfo_var); FileInfo__ctor_m1F6FEFCA0E66054B8B7BEEE064EE4297ED606EE5(L_40, L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_Name() */, L_40); V_6 = L_41; Assembly_t * L_42 = V_5; String_t* L_43 = V_6; String_t* L_44; L_44 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_43, _stringLiteralAB2BFC4F984EACA60F54252900742752FBCED8E7, /*hidden argument*/NULL); NullCheck(L_42); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_45; L_45 = VirtualFuncInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, String_t* >::Invoke(16 /* System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String) */, L_42, L_44); V_7 = L_45; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_46 = V_7; if (L_46) { goto IL_0102; } } { Assembly_t * L_47 = V_5; String_t* L_48 = V_6; String_t* L_49; L_49 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_48, _stringLiteralAB2BFC4F984EACA60F54252900742752FBCED8E7, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_50; L_50 = RuntimeLicenseContext_CaseInsensitiveManifestResourceStreamLookup_m61D236C3D022E1A512A6605F12009D97EC8B4A9F(__this, L_47, L_49, /*hidden argument*/NULL); V_7 = L_50; } IL_0102: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_51 = V_7; if (!L_51) { goto IL_011f; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_52 = V_7; String_t* L_53 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_54; L_54 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_53); String_t* L_55; L_55 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_53, L_54, /*hidden argument*/NULL); DesigntimeLicenseContextSerializer_Deserialize_mBA3719CE50BF5E83A65435D5EAB721F767E45329(L_52, L_55, __this, /*hidden argument*/NULL); goto IL_021d; } IL_011f: { int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0125: { int32_t L_57 = V_4; AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* L_58 = V_3; NullCheck(L_58); if ((((int32_t)L_57) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length)))))) { goto IL_00a7; } } { goto IL_021d; } IL_0134: { Assembly_t * L_59 = ___resourceAssembly1; NullCheck(L_59); bool L_60; L_60 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.Assembly::get_IsDynamic() */, L_59); if (L_60) { goto IL_021d; } } { Assembly_t * L_61 = ___resourceAssembly1; NullCheck(L_61); String_t* L_62; L_62 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_EscapedCodeBase() */, L_61); String_t* L_63; L_63 = RuntimeLicenseContext_GetLocalPath_m51D91A84ACA39726C365438832FB9FAA6B088D04(__this, L_62, /*hidden argument*/NULL); V_8 = L_63; String_t* L_64 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_65; L_65 = Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A(L_64, /*hidden argument*/NULL); V_8 = L_65; String_t* L_66 = V_8; String_t* L_67; L_67 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_66, _stringLiteralAB2BFC4F984EACA60F54252900742752FBCED8E7, /*hidden argument*/NULL); V_9 = L_67; Assembly_t * L_68 = ___resourceAssembly1; String_t* L_69 = V_9; NullCheck(L_68); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_70; L_70 = VirtualFuncInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, String_t* >::Invoke(16 /* System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String) */, L_68, L_69); V_10 = L_70; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_71 = V_10; if (L_71) { goto IL_0205; } } { V_11 = (String_t*)NULL; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_72; L_72 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_72); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_73; L_73 = VirtualFuncInvoker0< CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_72); V_12 = L_73; Assembly_t * L_74 = ___resourceAssembly1; NullCheck(L_74); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_75; L_75 = VirtualFuncInvoker0< AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * >::Invoke(22 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_74); NullCheck(L_75); String_t* L_76; L_76 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_75, /*hidden argument*/NULL); V_13 = L_76; Assembly_t * L_77 = ___resourceAssembly1; NullCheck(L_77); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_78; L_78 = VirtualFuncInvoker0< StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(25 /* System.String[] System.Reflection.Assembly::GetManifestResourceNames() */, L_77); V_14 = L_78; V_4 = 0; goto IL_01ef; } IL_019e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_79 = V_14; int32_t L_80 = V_4; NullCheck(L_79); int32_t L_81 = L_80; String_t* L_82 = (L_79)->GetAt(static_cast(L_81)); V_15 = L_82; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_83 = V_12; String_t* L_84 = V_15; String_t* L_85 = V_9; NullCheck(L_83); int32_t L_86; L_86 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_83, L_84, L_85, 1); if (!L_86) { goto IL_01e3; } } { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_87 = V_12; String_t* L_88 = V_15; String_t* L_89 = V_13; String_t* L_90; L_90 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_89, _stringLiteral40959A7A13001D529E7A077B438811A515D9ACFF, /*hidden argument*/NULL); NullCheck(L_87); int32_t L_91; L_91 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_87, L_88, L_90, 1); if (!L_91) { goto IL_01e3; } } { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_92 = V_12; String_t* L_93 = V_15; String_t* L_94 = V_13; String_t* L_95; L_95 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_94, _stringLiteralD6666A5378E24D73C08023C01A82C4410D57532F, /*hidden argument*/NULL); NullCheck(L_92); int32_t L_96; L_96 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_92, L_93, L_95, 1); if (L_96) { goto IL_01e9; } } IL_01e3: { String_t* L_97 = V_15; V_11 = L_97; goto IL_01f7; } IL_01e9: { int32_t L_98 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_01ef: { int32_t L_99 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_100 = V_14; NullCheck(L_100); if ((((int32_t)L_99) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length)))))) { goto IL_019e; } } IL_01f7: { String_t* L_101 = V_11; if (!L_101) { goto IL_0205; } } { Assembly_t * L_102 = ___resourceAssembly1; String_t* L_103 = V_11; NullCheck(L_102); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_104; L_104 = VirtualFuncInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, String_t* >::Invoke(16 /* System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String) */, L_102, L_103); V_10 = L_104; } IL_0205: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_105 = V_10; if (!L_105) { goto IL_021d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_106 = V_10; String_t* L_107 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_108; L_108 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_107); String_t* L_109; L_109 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_107, L_108, /*hidden argument*/NULL); DesigntimeLicenseContextSerializer_Deserialize_mBA3719CE50BF5E83A65435D5EAB721F767E45329(L_106, L_109, __this, /*hidden argument*/NULL); } IL_021d: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_110 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_111; L_111 = Uri_op_Inequality_m3B3733CAA19866A20EF76A772B368EFB5FC89A4F(L_110, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_111) { goto IL_026a; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_112 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_113; L_113 = RuntimeLicenseContext_OpenRead_m7F69D862139BDE1DD92396FBAD42D85E8DCC2F23(L_112, /*hidden argument*/NULL); V_16 = L_113; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_114 = V_16; if (!L_114) { goto IL_026a; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_115 = V_0; NullCheck(L_115); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_116; L_116 = Uri_get_Segments_m1E7A75D04E7D1806685F517A82483A0A0F7EA120(L_115, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_117 = L_116; NullCheck(L_117); NullCheck(L_117); int32_t L_118 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_117)->max_length))), (int32_t)1)); String_t* L_119 = (L_117)->GetAt(static_cast(L_118)); V_17 = L_119; String_t* L_120 = V_17; String_t* L_121 = V_17; NullCheck(L_121); int32_t L_122; L_122 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_121, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); NullCheck(L_120); String_t* L_123; L_123 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_120, 0, L_122, /*hidden argument*/NULL); V_18 = L_123; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_124 = V_16; String_t* L_125 = V_18; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_126; L_126 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_125); String_t* L_127; L_127 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_125, L_126, /*hidden argument*/NULL); DesigntimeLicenseContextSerializer_Deserialize_mBA3719CE50BF5E83A65435D5EAB721F767E45329(L_124, L_127, __this, /*hidden argument*/NULL); } IL_026a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_128 = __this->get_savedLicenseKeys_1(); Type_t * L_129 = ___type0; NullCheck(L_129); String_t* L_130; L_130 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_129); NullCheck(L_128); RuntimeObject * L_131; L_131 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_128, L_130); return ((String_t*)CastclassSealed((RuntimeObject*)L_131, String_t_il2cpp_TypeInfo_var)); } } // System.IO.Stream System.ComponentModel.Design.RuntimeLicenseContext::CaseInsensitiveManifestResourceStreamLookup(System.Reflection.Assembly,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * RuntimeLicenseContext_CaseInsensitiveManifestResourceStreamLookup_m61D236C3D022E1A512A6605F12009D97EC8B4A9F (RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * __this, Assembly_t * ___satellite0, String_t* ___name1, 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*)&_stringLiteral40959A7A13001D529E7A077B438811A515D9ACFF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6666A5378E24D73C08023C01A82C4410D57532F); s_Il2CppMethodInitialized = true; } CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_0); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_1; L_1 = VirtualFuncInvoker0< CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); V_0 = L_1; Assembly_t * L_2 = ___satellite0; NullCheck(L_2); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_3; L_3 = VirtualFuncInvoker0< AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * >::Invoke(22 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_2); NullCheck(L_3); String_t* L_4; L_4 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; Assembly_t * L_5 = ___satellite0; NullCheck(L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6; L_6 = VirtualFuncInvoker0< StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(25 /* System.String[] System.Reflection.Assembly::GetManifestResourceNames() */, L_5); V_2 = L_6; V_3 = 0; goto IL_0067; } IL_0022: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_11 = V_0; String_t* L_12 = V_4; String_t* L_13 = ___name1; NullCheck(L_11); int32_t L_14; L_14 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_11, L_12, L_13, 1); if (!L_14) { goto IL_005d; } } { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_15 = V_0; String_t* L_16 = V_4; String_t* L_17 = V_1; String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_17, _stringLiteral40959A7A13001D529E7A077B438811A515D9ACFF, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_19; L_19 = VirtualFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String) */, L_15, L_16, L_18); if (!L_19) { goto IL_005d; } } { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_20 = V_0; String_t* L_21 = V_4; String_t* L_22 = V_1; String_t* L_23; L_23 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_22, _stringLiteralD6666A5378E24D73C08023C01A82C4410D57532F, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_24; L_24 = VirtualFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String) */, L_20, L_21, L_23); if (L_24) { goto IL_0063; } } IL_005d: { String_t* L_25 = V_4; ___name1 = L_25; goto IL_006d; } IL_0063: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = V_2; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))) { goto IL_0022; } } IL_006d: { Assembly_t * L_29 = ___satellite0; String_t* L_30 = ___name1; NullCheck(L_29); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_31; L_31 = VirtualFuncInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, String_t* >::Invoke(16 /* System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String) */, L_29, L_30); return L_31; } } // System.IO.Stream System.ComponentModel.Design.RuntimeLicenseContext::OpenRead(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * RuntimeLicenseContext_OpenRead_m7F69D862139BDE1DD92396FBAD42D85E8DCC2F23 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___resourceUri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebClient_tBB9C025453A3820E593327E112FF5D08F632604E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL; } IL_0002: try {// begin try (depth: 1) WebClient_tBB9C025453A3820E593327E112FF5D08F632604E * L_0 = (WebClient_tBB9C025453A3820E593327E112FF5D08F632604E *)il2cpp_codegen_object_new(WebClient_tBB9C025453A3820E593327E112FF5D08F632604E_il2cpp_TypeInfo_var); WebClient__ctor_m5583C217A87292A621A7CE42501FCD1E8AA05F00(L_0, /*hidden argument*/NULL); WebClient_tBB9C025453A3820E593327E112FF5D08F632604E * L_1 = L_0; RuntimeObject* L_2; L_2 = CredentialCache_get_DefaultCredentials_m04BE43C08715BE89006B3E298A7706E7C05D05AA_inline(/*hidden argument*/NULL); NullCheck(L_1); WebClient_set_Credentials_m21B1BF0BCD2B8E6ADB1C370495C4270CE56CC102_inline(L_1, L_2, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___resourceUri0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); NullCheck(L_1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5; L_5 = WebClient_OpenRead_m548241A8E062727724786BE8160E9DB65A726120(L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0023; }// 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_0020; } throw e; } CATCH_0020: {// begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0023; }// end catch (depth: 1) IL_0023: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = V_0; return L_6; } } // System.Void System.ComponentModel.Design.RuntimeLicenseContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeLicenseContext__ctor_m1E50AC997E6F16F86B60D8FF2A4C5EDCF968E28C (RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * __this, const RuntimeMethod* method) { { LicenseContext__ctor_m98A9A749F85771531D680568BD7F45DFE2685DED(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Design.RuntimeLicenseContext::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeLicenseContext__cctor_m548F9A95076A69FB53B123F48E356CA0D6BAA973 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C72DF4ED74F00131D376973AF54389A29A2C38F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9E98275388D850F12D640A7FF525D4FB44D7AF2); s_Il2CppMethodInitialized = true; } { TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * L_0 = (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D *)il2cpp_codegen_object_new(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var); TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969(L_0, _stringLiteralE9E98275388D850F12D640A7FF525D4FB44D7AF2, _stringLiteral2C72DF4ED74F00131D376973AF54389A29A2C38F, /*hidden argument*/NULL); ((RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_il2cpp_TypeInfo_var))->set_RuntimeLicenseContextSwitch_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.Type System.ComponentModel.SByteConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SByteConverter_get_TargetType_m80A7DE08D51BD8422C1CEE0C73713C69D4BB3819 (SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.ComponentModel.SByteConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SByteConverter_FromString_m3A180DB24AC6340D97F460252E8E28B046CC9371 (SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794 * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___radix1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_2; L_2 = Convert_ToSByte_mB37740DDCA67E178CD458B840FF15EAAAFF5CC11(L_0, L_1, /*hidden argument*/NULL); int8_t L_3 = L_2; RuntimeObject * L_4 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.SByteConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SByteConverter_FromString_mFE069144A1860CA15ADA86148EE56A1903430D6C (SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794 * __this, String_t* ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; int8_t L_2; L_2 = SByte_Parse_m340C28DB1690DF69E37EE049EC507E079EDEBC35(L_0, 7, L_1, /*hidden argument*/NULL); int8_t L_3 = L_2; RuntimeObject * L_4 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.SByteConverter::FromString(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SByteConverter_FromString_mC661842580B896B18ED75C533B70808C4DEA4073 (SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794 * __this, String_t* ___value0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; int8_t L_2; L_2 = SByte_Parse_mA51CD860E0C994ED05897B53F0F98814F20BDFEA(L_0, L_1, /*hidden argument*/NULL); int8_t L_3 = L_2; RuntimeObject * L_4 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.SByteConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByteConverter_ToString_m12A2413F67E0EECC3F47A9045546CD2705C94F50 (SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794 * __this, RuntimeObject * ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(int8_t*)((int8_t*)UnBox(L_0, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; String_t* L_2; L_2 = SByte_ToString_m0C268776C6F38D9EBB9A7C34A8104EB9745B477A((int8_t*)(&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.SByteConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SByteConverter__ctor_mF3201BD051CF84D404EF5DDBD582750666EFD2D9 (SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794 * __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.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F (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_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1 = ___name0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args1; String_t* L_3; L_3 = SR_GetString_m410D5693D8F75264B62B781794F559446EC84B3B(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_m410D5693D8F75264B62B781794F559446EC84B3B (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_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21(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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462 (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_m9FB0DE0E3CE685F3CC51CC7558F42F10931B8645 (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_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject * L_2 = ___p11; String_t* L_3; L_3 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m60020D8FC246DAA800C991565515D51118F2B16A (String_t* ___resourceFormat0, RuntimeObject * ___p11, RuntimeObject * ___p22, 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_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject * L_2 = ___p11; RuntimeObject * L_3 = ___p22; String_t* L_4; L_4 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.SRCategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SRCategoryAttribute__ctor_m2F8BCE09A4036DB037C19028E8F1024BE8159C3B (SRCategoryAttribute_tC6F04E1983195DE00C3194F50249D141B507F3D3 * __this, String_t* ___category0, const RuntimeMethod* method) { { String_t* L_0 = ___category0; CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.SRDescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SRDescriptionAttribute__ctor_m8044F1145305150BC43F1AE7BB92C3E7BB39D5E9 (SRDescriptionAttribute_tD50265F44B1845F317D3DE81575C37F0E81BB949 * __this, String_t* ___description0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___description0; IL2CPP_RUNTIME_CLASS_INIT(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.SRDescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SRDescriptionAttribute_get_Description_mD088D8F8626B5300A7773E689095363443FC64FC (SRDescriptionAttribute_tD50265F44B1845F317D3DE81575C37F0E81BB949 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isReplaced_2(); if (L_0) { goto IL_0020; } } { __this->set_isReplaced_2((bool)1); String_t* L_1; L_1 = DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(L_1, /*hidden argument*/NULL); DescriptionAttribute_set_DescriptionValue_m7690BF55F40A7C26BBDF62BEBC2728EC9A16A91B_inline(__this, L_2, /*hidden argument*/NULL); } IL_0020: { String_t* L_3; L_3 = DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline(__this, /*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 Microsoft.Win32.SafeHandles.SafeProcessHandle::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeProcessHandle__ctor_m5DB75CFF0ADA421D934F475B9B757C8992CF7BC5 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * __this, intptr_t ___handle0, const RuntimeMethod* method) { { SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__this, (bool)1, /*hidden argument*/NULL); intptr_t L_0 = ___handle0; SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline(__this, (intptr_t)L_0, /*hidden argument*/NULL); return; } } // System.Void Microsoft.Win32.SafeHandles.SafeProcessHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeProcessHandle__ctor_m32FDC3151EE29F72A7EEBDDA5163EB791D77F402 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method) { { bool L_0 = ___ownsHandle1; SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__this, L_0, /*hidden argument*/NULL); intptr_t L_1 = ___existingHandle0; SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline(__this, (intptr_t)L_1, /*hidden argument*/NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeProcessHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeProcessHandle_ReleaseHandle_m6318858205FBB5AADAB47E8E112FADAFC6E2193B (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * __this, const RuntimeMethod* method) { { intptr_t L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); bool L_1; L_1 = NativeMethods_CloseProcess_mE1C1C32B6FF9CDC27C5A31993E821D3867C8980C((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Microsoft.Win32.SafeHandles.SafeProcessHandle::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeProcessHandle__cctor_m58DA81AA3108FF498EBFFD22AC0753E1BD381730 (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*)&SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_0 = (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C *)il2cpp_codegen_object_new(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var); SafeProcessHandle__ctor_m5DB75CFF0ADA421D934F475B9B757C8992CF7BC5(L_0, (intptr_t)(0), /*hidden argument*/NULL); ((SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields*)il2cpp_codegen_static_fields_for(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var))->set_InvalidHandle_6(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.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; SafeHandleZeroOrMinusOneIsInvalid__ctor_m2F9172D39B936E24C9E1772C6DC583CC889A3312(__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_mB80F495206B6B1883B3D8A7B9602F9EEF76F52B9_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_m68C6D9BF51A6EDFD222F8F533A678A8E5C997705_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m97137C34786703A6FF60C8FE5711932496008F28_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_mFFA024925118B5713A73B7F441F437F00874F258_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_m4923453CF6D97A5B481B675E8048713908DF201F((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_m406B2CD6BA7AF7BC444D381AB24568EFB3DB4DD3((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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_m97137C34786703A6FF60C8FE5711932496008F28(L_11, /*hidden argument*/List_1_GetEnumerator_m97137C34786703A6FF60C8FE5711932496008F28_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_m68C6D9BF51A6EDFD222F8F533A678A8E5C997705_inline((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m68C6D9BF51A6EDFD222F8F533A678A8E5C997705_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_mB80F495206B6B1883B3D8A7B9602F9EEF76F52B9(L_17, L_18, /*hidden argument*/Dictionary_2_get_Item_mB80F495206B6B1883B3D8A7B9602F9EEF76F52B9_RuntimeMethod_var); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< 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 = VirtualFuncInvoker0< 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_mFFA024925118B5713A73B7F441F437F00874F258_inline(L_30, 0, /*hidden argument*/List_1_get_Item_mFFA024925118B5713A73B7F441F437F00874F258_RuntimeMethod_var); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_32; L_32 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*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_m97137C34786703A6FF60C8FE5711932496008F28(L_33, /*hidden argument*/List_1_GetEnumerator_m97137C34786703A6FF60C8FE5711932496008F28_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_m68C6D9BF51A6EDFD222F8F533A678A8E5C997705_inline((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m68C6D9BF51A6EDFD222F8F533A678A8E5C997705_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_cancel_blocking_socket_operation_mA08ED08AF219F3D8FE676F352C1E4D5522AD004B(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_mB8A4DEDBE7BEE3D2B76F2C3D1E0580277988A9ED(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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_mCE4CEF71FFC367E0EB7C8F3A04DCDC9C3BF2F7FB((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_mFBEB8AEC4D3FBB4758C174BC06FC7BAB0D36E33F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF0C80411BE6679D489E2036CBF5F9B11573830E8_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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_6); List_1_Add_mF0C80411BE6679D489E2036CBF5F9B11573830E8(L_6, L_7, /*hidden argument*/List_1_Add_mF0C80411BE6679D489E2036CBF5F9B11573830E8_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_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*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_mFBEB8AEC4D3FBB4758C174BC06FC7BAB0D36E33F(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_Add_mFBEB8AEC4D3FBB4758C174BC06FC7BAB0D36E33F_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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_m4C8C4B42B03D6C28D03F96A7E229AF857779115A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m389AF22C2EC03C4624B5B1122632815C1FFEDA06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m238CFC975F497BD09A0952E8AC82B46C3814EA87_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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_2; L_2 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*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_m238CFC975F497BD09A0952E8AC82B46C3814EA87(L_3, L_4, /*hidden argument*/List_1_Remove_m238CFC975F497BD09A0952E8AC82B46C3814EA87_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_m389AF22C2EC03C4624B5B1122632815C1FFEDA06(L_7, L_8, /*hidden argument*/List_1_IndexOf_m389AF22C2EC03C4624B5B1122632815C1FFEDA06_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_m4C8C4B42B03D6C28D03F96A7E229AF857779115A(L_10, L_11, /*hidden argument*/Dictionary_2_Remove_m4C8C4B42B03D6C28D03F96A7E229AF857779115A_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_m690EF6269492676F5A9A20430D3CC9363D54A17D(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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_m6B3628F406C5D3BE77C23BBC29E5AE25FA0E0EF8 (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_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3(_stringLiteralF9714C70F08B15BEF4414BD33A16130BD670348F, /*hidden argument*/NULL); bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(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 // System.Void System.Configuration.SchemeSettingElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemeSettingElement__ctor_m310AF74EA8B0740D2D8F45ECEEE00E4359B6A29F (SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElement__ctor_m310AF74EA8B0740D2D8F45ECEEE00E4359B6A29F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElement__ctor_m310AF74EA8B0740D2D8F45ECEEE00E4359B6A29F_RuntimeMethod_var); return; } } // System.GenericUriParserOptions System.Configuration.SchemeSettingElement::get_GenericUriParserOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemeSettingElement_get_GenericUriParserOptions_m75DF569D8BEC6FD908B9768773746159ABE5FF3D (SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElement_get_GenericUriParserOptions_m75DF569D8BEC6FD908B9768773746159ABE5FF3D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SchemeSettingElement_get_GenericUriParserOptions_m75DF569D8BEC6FD908B9768773746159ABE5FF3D_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.String System.Configuration.SchemeSettingElement::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemeSettingElement_get_Name_m8C72A96471C1A26DEC06FA0E0AC6708400513C2E (SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElement_get_Name_m8C72A96471C1A26DEC06FA0E0AC6708400513C2E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElement_get_Name_m8C72A96471C1A26DEC06FA0E0AC6708400513C2E_RuntimeMethod_var); return (String_t*)NULL; } } // System.Configuration.ConfigurationPropertyCollection System.Configuration.SchemeSettingElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SchemeSettingElement_get_Properties_mD0FB73A43647D1E74FE9059150F37B63F536B543 (SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElement_get_Properties_mD0FB73A43647D1E74FE9059150F37B63F536B543_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElement_get_Properties_mD0FB73A43647D1E74FE9059150F37B63F536B543_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SchemeSettingElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemeSettingElementCollection__ctor_m92DEB886E1A2A94EBC5ED9894C1A8BC5E43F8D02 (SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElementCollection__ctor_m92DEB886E1A2A94EBC5ED9894C1A8BC5E43F8D02_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection__ctor_m92DEB886E1A2A94EBC5ED9894C1A8BC5E43F8D02_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationElementCollectionType System.Configuration.SchemeSettingElementCollection::get_CollectionType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemeSettingElementCollection_get_CollectionType_m5CD79FA582747D6C087A03724EB99F298F50E87E (SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElementCollection_get_CollectionType_m5CD79FA582747D6C087A03724EB99F298F50E87E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_get_CollectionType_m5CD79FA582747D6C087A03724EB99F298F50E87E_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Configuration.SchemeSettingElement System.Configuration.SchemeSettingElementCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E * SchemeSettingElementCollection_get_Item_mA839646D2BDF87E7FD2485760FA6E5E16B995F40 (SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElementCollection_get_Item_mA839646D2BDF87E7FD2485760FA6E5E16B995F40_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_get_Item_mA839646D2BDF87E7FD2485760FA6E5E16B995F40_RuntimeMethod_var); return (SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E *)NULL; } } // System.Configuration.SchemeSettingElement System.Configuration.SchemeSettingElementCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E * SchemeSettingElementCollection_get_Item_m705D7686D4B8161163D0C7DB91964FEBF507D1DA (SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElementCollection_get_Item_m705D7686D4B8161163D0C7DB91964FEBF507D1DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_get_Item_m705D7686D4B8161163D0C7DB91964FEBF507D1DA_RuntimeMethod_var); return (SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E *)NULL; } } // System.Configuration.ConfigurationElement System.Configuration.SchemeSettingElementCollection::CreateNewElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * SchemeSettingElementCollection_CreateNewElement_m18ABE7C70BC3FD02028B17161EAACBEE57A3CAA0 (SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElementCollection_CreateNewElement_m18ABE7C70BC3FD02028B17161EAACBEE57A3CAA0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_CreateNewElement_m18ABE7C70BC3FD02028B17161EAACBEE57A3CAA0_RuntimeMethod_var); return (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA *)NULL; } } // System.Object System.Configuration.SchemeSettingElementCollection::GetElementKey(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SchemeSettingElementCollection_GetElementKey_m8027D16FEF7CF38BC70955FA47BB3C530FC98CCC (SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElementCollection_GetElementKey_m8027D16FEF7CF38BC70955FA47BB3C530FC98CCC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_GetElementKey_m8027D16FEF7CF38BC70955FA47BB3C530FC98CCC_RuntimeMethod_var); return NULL; } } // System.Int32 System.Configuration.SchemeSettingElementCollection::IndexOf(System.Configuration.SchemeSettingElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemeSettingElementCollection_IndexOf_m34A442FA029FA3E8CCE1B2A3A23BCBC2910FE84C (SchemeSettingElementCollection_t70F690367F61B0B7BFCF3ADD56FCABA2B13ADB5E * __this, SchemeSettingElement_tC947B1FEB022262F8E24A742790265CCF603A96E * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeSettingElementCollection_IndexOf_m34A442FA029FA3E8CCE1B2A3A23BCBC2910FE84C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SchemeSettingElementCollection_IndexOf_m34A442FA029FA3E8CCE1B2A3A23BCBC2910FE84C_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_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 #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.SecurityUtils::DemandReflectionAccess(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandReflectionAccess_m0019F59C6D40AD0CFBCC8A8FFCD93213D1EB6A5F (Type_t * ___type0, const RuntimeMethod* method) { { return; } } // System.Void System.SecurityUtils::DemandGrantSet(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandGrantSet_m1D35C45F39E74803D38B77FBBF174F3EB889FB37 (Assembly_t * ___assembly0, const RuntimeMethod* method) { { return; } } // System.Boolean System.SecurityUtils::HasReflectionPermission(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_HasReflectionPermission_mE3EA27E45447689AE9EB4635D5939608058F2507 (Type_t * ___type0, const RuntimeMethod* method) { bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) Type_t * L_0 = ___type0; SecurityUtils_DemandReflectionAccess_m0019F59C6D40AD0CFBCC8A8FFCD93213D1EB6A5F(L_0, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_000f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000a; } throw e; } CATCH_000a: {// begin catch(System.Security.SecurityException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_000d; }// end catch (depth: 1) IL_000d: { return (bool)0; } IL_000f: { bool L_1 = V_0; return L_1; } } // System.Object System.SecurityUtils::SecureCreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_m695DFC54D65143549A28688268441C425836F8F7 (Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject * L_1; L_1 = SecurityUtils_SecureCreateInstance_m77A5F85F6F614B84FB35A6B2DB40FAE72D5A72E6(L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_m77A5F85F6F614B84FB35A6B2DB40FAE72D5A72E6 (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, bool ___allowNonPublic2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtils_SecureCreateInstance_m77A5F85F6F614B84FB35A6B2DB40FAE72D5A72E6_RuntimeMethod_var))); } IL_0014: { V_0 = ((int32_t)532); Type_t * L_3 = ___type0; NullCheck(L_3); bool L_4; L_4 = Type_get_IsVisible_mEDE5AEF0018F45731222035F9677FFF6497F906A(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002a; } } { Type_t * L_5 = ___type0; SecurityUtils_DemandReflectionAccess_m0019F59C6D40AD0CFBCC8A8FFCD93213D1EB6A5F(L_5, /*hidden argument*/NULL); goto IL_0038; } IL_002a: { bool L_6 = ___allowNonPublic2; if (!L_6) { goto IL_0038; } } { Type_t * L_7 = ___type0; bool L_8; L_8 = SecurityUtils_HasReflectionPermission_mE3EA27E45447689AE9EB4635D5939608058F2507(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0038; } } { ___allowNonPublic2 = (bool)0; } IL_0038: { bool L_9 = ___allowNonPublic2; if (!L_9) { goto IL_0040; } } { int32_t L_10 = V_0; V_0 = ((int32_t)((int32_t)L_10|(int32_t)((int32_t)32))); } IL_0040: { Type_t * L_11 = ___type0; int32_t L_12 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = ___args1; RuntimeObject * L_14; L_14 = Activator_CreateInstance_mBA776E4823B408DC61E91344D8CF20861F03B8A6(L_11, L_12, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_13, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL, /*hidden argument*/NULL); return L_14; } } // System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_mD5B39B271B2A41D3F33DEB21C81C507038E95CE1 (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args1; RuntimeObject * L_2; L_2 = SecurityUtils_SecureCreateInstance_m77A5F85F6F614B84FB35A6B2DB40FAE72D5A72E6(L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureConstructorInvoke_m27F4CD830E0859B785C2D92D2329923222D2F54F (Type_t * ___type0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, bool ___allowNonPublic3, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = ___argTypes1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args2; bool L_3 = ___allowNonPublic3; RuntimeObject * L_4; L_4 = SecurityUtils_SecureConstructorInvoke_m92B12262C78DED81152F3950A4C964BB7D2B6AB1(L_0, L_1, L_2, L_3, 0, /*hidden argument*/NULL); return L_4; } } // System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureConstructorInvoke_m92B12262C78DED81152F3950A4C964BB7D2B6AB1 (Type_t * ___type0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, bool ___allowNonPublic3, int32_t ___extraFlags4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_1 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtils_SecureConstructorInvoke_m92B12262C78DED81152F3950A4C964BB7D2B6AB1_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type0; NullCheck(L_3); bool L_4; L_4 = Type_get_IsVisible_mEDE5AEF0018F45731222035F9677FFF6497F906A(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } { Type_t * L_5 = ___type0; SecurityUtils_DemandReflectionAccess_m0019F59C6D40AD0CFBCC8A8FFCD93213D1EB6A5F(L_5, /*hidden argument*/NULL); goto IL_0032; } IL_0024: { bool L_6 = ___allowNonPublic3; if (!L_6) { goto IL_0032; } } { Type_t * L_7 = ___type0; bool L_8; L_8 = SecurityUtils_HasReflectionPermission_mE3EA27E45447689AE9EB4635D5939608058F2507(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0032; } } { ___allowNonPublic3 = (bool)0; } IL_0032: { int32_t L_9 = ___extraFlags4; V_0 = ((int32_t)((int32_t)((int32_t)52)|(int32_t)L_9)); bool L_10 = ___allowNonPublic3; if (L_10) { goto IL_0040; } } { int32_t L_11 = V_0; V_0 = ((int32_t)((int32_t)L_11&(int32_t)((int32_t)-33))); } IL_0040: { Type_t * L_12 = ___type0; int32_t L_13 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_14 = ___argTypes1; NullCheck(L_12); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_15; L_15 = Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE(L_12, L_13, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_14, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); V_1 = L_15; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_17; L_17 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_16, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_005c; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_18 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = ___args2; NullCheck(L_18); RuntimeObject * L_20; L_20 = ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906(L_18, L_19, /*hidden argument*/NULL); return L_20; } IL_005c: { return NULL; } } // System.Boolean System.SecurityUtils::GenericArgumentsAreVisible(System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_GenericArgumentsAreVisible_mCE16B63697D05800102AB6C65A7C44FEBE0E5026 (MethodInfo_t * ___method0, const RuntimeMethod* method) { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_0 = NULL; int32_t V_1 = 0; { MethodInfo_t * L_0 = ___method0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_0); if (!L_1) { goto IL_0029; } } { MethodInfo_t * L_2 = ___method0; NullCheck(L_2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3; L_3 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(25 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_2); V_0 = L_3; V_1 = 0; goto IL_0023; } IL_0013: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Type_t * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); bool L_8; L_8 = Type_get_IsVisible_mEDE5AEF0018F45731222035F9677FFF6497F906A(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_001f; } } { return (bool)0; } IL_001f: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0023: { int32_t L_10 = V_1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0013; } } IL_0029: { return (bool)1; } } // System.Object System.SecurityUtils::MethodInfoInvoke(System.Reflection.MethodInfo,System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7 (MethodInfo_t * ___method0, RuntimeObject * ___target1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { MethodInfo_t * L_0 = ___method0; NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); V_0 = L_1; Type_t * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { MethodInfo_t * L_4 = ___method0; NullCheck(L_4); bool L_5; L_5 = MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0020; } } { MethodInfo_t * L_6 = ___method0; bool L_7; L_7 = SecurityUtils_GenericArgumentsAreVisible_mCE16B63697D05800102AB6C65A7C44FEBE0E5026(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0050; } } IL_0020: { MethodInfo_t * L_8 = ___method0; NullCheck(L_8); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_9; L_9 = VirtualFuncInvoker0< Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * >::Invoke(17 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_8); NullCheck(L_9); Assembly_t * L_10; L_10 = VirtualFuncInvoker0< Assembly_t * >::Invoke(10 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_9); SecurityUtils_DemandGrantSet_m1D35C45F39E74803D38B77FBBF174F3EB889FB37(L_10, /*hidden argument*/NULL); goto IL_0050; } IL_0032: { Type_t * L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = Type_get_IsVisible_mEDE5AEF0018F45731222035F9677FFF6497F906A(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004a; } } { MethodInfo_t * L_13 = ___method0; NullCheck(L_13); bool L_14; L_14 = MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004a; } } { MethodInfo_t * L_15 = ___method0; bool L_16; L_16 = SecurityUtils_GenericArgumentsAreVisible_mCE16B63697D05800102AB6C65A7C44FEBE0E5026(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0050; } } IL_004a: { Type_t * L_17 = V_0; SecurityUtils_DemandReflectionAccess_m0019F59C6D40AD0CFBCC8A8FFCD93213D1EB6A5F(L_17, /*hidden argument*/NULL); } IL_0050: { MethodInfo_t * L_18 = ___method0; RuntimeObject * L_19 = ___target1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = ___args2; NullCheck(L_18); RuntimeObject * L_21; L_21 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } #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.Threading.Semaphore::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Semaphore__ctor_m2D5E299CB8349F59A36727B9171C531220C5A760 (Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F * __this, int32_t ___initialCount0, int32_t ___maximumCount1, const RuntimeMethod* method) { { int32_t L_0 = ___initialCount0; int32_t L_1 = ___maximumCount1; Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Semaphore::.ctor(System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59 (Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F * __this, int32_t ___initialCount0, int32_t ___maximumCount1, String_t* ___name2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); WaitHandle__ctor_mC4B7F741E68F0A2FDDE6433963F00ABD2C9CDB73(__this, /*hidden argument*/NULL); int32_t L_0 = ___initialCount0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001f; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); 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*)&_stringLiteralA10381CB38E0E91049E1508AD6539421AB2EBC6B)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59_RuntimeMethod_var))); } IL_001f: { int32_t L_3 = ___maximumCount1; if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_0038; } } { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48DF7FBC485560466346065B01739DCA98A8522F)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59_RuntimeMethod_var))); } IL_0038: { int32_t L_6 = ___initialCount0; int32_t L_7 = ___maximumCount1; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_004c; } } { String_t* L_8; L_8 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D2387442D8BDCD11C792EBC656B086712EBFC48)), /*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*)&Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59_RuntimeMethod_var))); } IL_004c: { String_t* L_10 = ___name2; if (!L_10) { goto IL_006c; } } { String_t* L_11 = ___name2; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); if ((((int32_t)((int32_t)260)) >= ((int32_t)L_12))) { goto IL_006c; } } { String_t* L_13; L_13 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BE5C9899797F1E566FFFC47444CDCFD86CEEA6B)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59_RuntimeMethod_var))); } IL_006c: { int32_t L_15 = ___initialCount0; int32_t L_16 = ___maximumCount1; String_t* L_17 = ___name2; intptr_t L_18; L_18 = Semaphore_CreateSemaphore_internal_m6598CDD14CA9A62F5DAE2A4DF5E9A8B81DBBE515(L_15, L_16, L_17, (int32_t*)(&V_0), /*hidden argument*/NULL); SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_19 = (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 *)il2cpp_codegen_object_new(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_il2cpp_TypeInfo_var); SafeWaitHandle__ctor_mABE9A7F29A09ECD2B86643417576C1FF40707601(L_19, (intptr_t)L_18, (bool)1, /*hidden argument*/NULL); V_1 = L_19; SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_20); if (!L_21) { goto IL_00b9; } } { String_t* L_22 = ___name2; if (!L_22) { goto IL_00ae; } } { String_t* L_23 = ___name2; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00ae; } } { int32_t L_25 = V_0; if ((!(((uint32_t)6) == ((uint32_t)L_25)))) { goto IL_00ae; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = L_26; String_t* L_28 = ___name2; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (RuntimeObject *)L_28); String_t* L_29; L_29 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral245056A100091E91B7D7C18DCDE354EE9C74351B)), L_27, /*hidden argument*/NULL); WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3 * L_30 = (WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WaitHandleCannotBeOpenedException_t95ED8894E82A3C59B38B20253C8D64745D023FC3_il2cpp_TypeInfo_var))); WaitHandleCannotBeOpenedException__ctor_mB587BA927C427A46C4CB554B3E21A552E5DF6634(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Semaphore__ctor_m58E760E1DE3423D0963EF3B3DB0EB43AB45E3F59_RuntimeMethod_var))); } IL_00ae: { int32_t L_31 = V_0; InternalResources_WinIOError_m709240F7C7166DF0C77EB74F0BDA77F2FE6ABD65(L_31, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); } IL_00b9: { SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); WaitHandle_set_SafeWaitHandle_m6211C2CCA15CDC3CA25C377D9F0EC16416C04D38(__this, L_32, /*hidden argument*/NULL); return; } } // System.Int32 System.Threading.Semaphore::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Semaphore_Release_m64029281DC1926A46319D75EEE14E5C5F7C4A265 (Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Semaphore_Release_m35C1A57F3FB61FC314781F3FEC14D0EB67418E21(__this, 1, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Threading.Semaphore::Release(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Semaphore_Release_m35C1A57F3FB61FC314781F3FEC14D0EB67418E21 (Semaphore_t6DD478B5937D3F0469887B7829782CA3CB6CD15F * __this, int32_t ___releaseCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___releaseCount0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0019; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); 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*)&_stringLiteralDEB2ED530C7D4900E96408253EFCB69D8279D13D)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Semaphore_Release_m35C1A57F3FB61FC314781F3FEC14D0EB67418E21_RuntimeMethod_var))); } IL_0019: { SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_3; L_3 = WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E(__this, /*hidden argument*/NULL); NullCheck(L_3); intptr_t L_4; L_4 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___releaseCount0; bool L_6; L_6 = Semaphore_ReleaseSemaphore_internal_m8350833A01BBF280236ED366D8606B9528BC458C((intptr_t)L_4, L_5, (int32_t*)(&V_0), /*hidden argument*/NULL); if (L_6) { goto IL_0034; } } { SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 * L_7 = (SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SemaphoreFullException_tEC3066DE47D27E7FFEDFB57703A17E44A6F4A741_il2cpp_TypeInfo_var))); SemaphoreFullException__ctor_m35B8FD1E9DDF7C483C1111CC9BF44EF48F8E5ED2(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Semaphore_Release_m35C1A57F3FB61FC314781F3FEC14D0EB67418E21_RuntimeMethod_var))); } IL_0034: { int32_t L_8 = V_0; return L_8; } } // System.IntPtr System.Threading.Semaphore::CreateSemaphore_internal(System.Int32,System.Int32,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Semaphore_CreateSemaphore_internal_m6598CDD14CA9A62F5DAE2A4DF5E9A8B81DBBE515 (int32_t ___initialCount0, int32_t ___maximumCount1, String_t* ___name2, int32_t* ___errorCode3, const RuntimeMethod* method) { typedef intptr_t (*Semaphore_CreateSemaphore_internal_m6598CDD14CA9A62F5DAE2A4DF5E9A8B81DBBE515_ftn) (int32_t, int32_t, String_t*, int32_t*); using namespace il2cpp::icalls; return ((Semaphore_CreateSemaphore_internal_m6598CDD14CA9A62F5DAE2A4DF5E9A8B81DBBE515_ftn)System::System::Threading::Semaphore::CreateSemaphore_internal40) (___initialCount0, ___maximumCount1, ___name2, ___errorCode3); } // System.Boolean System.Threading.Semaphore::ReleaseSemaphore_internal(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Semaphore_ReleaseSemaphore_internal_m8350833A01BBF280236ED366D8606B9528BC458C (intptr_t ___handle0, int32_t ___releaseCount1, int32_t* ___previousCount2, const RuntimeMethod* method) { typedef bool (*Semaphore_ReleaseSemaphore_internal_m8350833A01BBF280236ED366D8606B9528BC458C_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Semaphore_ReleaseSemaphore_internal_m8350833A01BBF280236ED366D8606B9528BC458C_ftn)System::System::Threading::Semaphore::ReleaseSemaphore_internal40) (___handle0, ___releaseCount1, ___previousCount2); } #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.IO.Ports.SerialPinChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPinChangedEventHandler__ctor_m3CD60FD7172D76B8FF47A1970A556870530A1CAC (SerialPinChangedEventHandler_tB9C63F1F5869E8AB96D9337F8DA3C6848ACBEAF7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPinChangedEventHandler__ctor_m3CD60FD7172D76B8FF47A1970A556870530A1CAC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPinChangedEventHandler__ctor_m3CD60FD7172D76B8FF47A1970A556870530A1CAC_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPinChangedEventHandler::Invoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPinChangedEventHandler_Invoke_m03A999BEF8053C20BC3E3F8F38D7F8D448D4FE8D (SerialPinChangedEventHandler_tB9C63F1F5869E8AB96D9337F8DA3C6848ACBEAF7 * __this, RuntimeObject * ___sender0, SerialPinChangedEventArgs_t5C7C7E9FD7EA92FDE88E8357DEAFDC5E68B08311 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPinChangedEventHandler_Invoke_m03A999BEF8053C20BC3E3F8F38D7F8D448D4FE8D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPinChangedEventHandler_Invoke_m03A999BEF8053C20BC3E3F8F38D7F8D448D4FE8D_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.Ports.SerialPort::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort__ctor_mE0AA272C30A54B314B981B20D1313646F9E498F6 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort__ctor_mE0AA272C30A54B314B981B20D1313646F9E498F6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort__ctor_mE0AA272C30A54B314B981B20D1313646F9E498F6_RuntimeMethod_var); return; } } // System.IO.Stream System.IO.Ports.SerialPort::get_BaseStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * SerialPort_get_BaseStream_m8403D0DCE09D93ADB5A7D779DDEFBC9A3D03B292 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_get_BaseStream_m8403D0DCE09D93ADB5A7D779DDEFBC9A3D03B292_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_get_BaseStream_m8403D0DCE09D93ADB5A7D779DDEFBC9A3D03B292_RuntimeMethod_var); return (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL; } } // System.Void System.IO.Ports.SerialPort::set_BaudRate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_BaudRate_mDF9A29532844E13B7B46B15F679EA0C7BDE862A5 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_BaudRate_mDF9A29532844E13B7B46B15F679EA0C7BDE862A5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_BaudRate_mDF9A29532844E13B7B46B15F679EA0C7BDE862A5_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::set_DataBits(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_DataBits_m34141498A97281A66407F7B5348423BF90114AE6 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_DataBits_m34141498A97281A66407F7B5348423BF90114AE6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_DataBits_m34141498A97281A66407F7B5348423BF90114AE6_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::set_Handshake(System.IO.Ports.Handshake) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_Handshake_m95B372A67AA56FDB96C8A2C65BAA0D978A45F5C5 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_Handshake_m95B372A67AA56FDB96C8A2C65BAA0D978A45F5C5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_Handshake_m95B372A67AA56FDB96C8A2C65BAA0D978A45F5C5_RuntimeMethod_var); return; } } // System.Boolean System.IO.Ports.SerialPort::get_IsOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerialPort_get_IsOpen_m67DAEA08CB7DDEF1144419F6C5F09F4E3C3D3D39 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_get_IsOpen_m67DAEA08CB7DDEF1144419F6C5F09F4E3C3D3D39_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SerialPort_get_IsOpen_m67DAEA08CB7DDEF1144419F6C5F09F4E3C3D3D39_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.IO.Ports.SerialPort::set_Parity(System.IO.Ports.Parity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_Parity_m66A3063DCBAE1DE1F65CE18D1AFFC0F295147B82 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_Parity_m66A3063DCBAE1DE1F65CE18D1AFFC0F295147B82_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_Parity_m66A3063DCBAE1DE1F65CE18D1AFFC0F295147B82_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::set_PortName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_PortName_mA91E493A0078631FA46AB3A814EB1D0960EBBCEF (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_PortName_mA91E493A0078631FA46AB3A814EB1D0960EBBCEF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_PortName_mA91E493A0078631FA46AB3A814EB1D0960EBBCEF_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::set_ReadTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_ReadTimeout_mD5EC3B8F392013DDBB2331064ABD232486B4C012 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_ReadTimeout_mD5EC3B8F392013DDBB2331064ABD232486B4C012_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_ReadTimeout_mD5EC3B8F392013DDBB2331064ABD232486B4C012_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::set_RtsEnable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_RtsEnable_m558445585CB819207BBFEBB819F27A3EB850B3FA (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_RtsEnable_m558445585CB819207BBFEBB819F27A3EB850B3FA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_RtsEnable_m558445585CB819207BBFEBB819F27A3EB850B3FA_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::set_StopBits(System.IO.Ports.StopBits) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_StopBits_m16440A3CD939EC1C58B417500449E97E29010514 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_StopBits_m16440A3CD939EC1C58B417500449E97E29010514_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_StopBits_m16440A3CD939EC1C58B417500449E97E29010514_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::set_WriteTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_set_WriteTimeout_m7171124A4C69BAAE27EAF1F7B6436A9E75DD23BA (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_set_WriteTimeout_m7171124A4C69BAAE27EAF1F7B6436A9E75DD23BA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_set_WriteTimeout_m7171124A4C69BAAE27EAF1F7B6436A9E75DD23BA_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::add_PinChanged(System.IO.Ports.SerialPinChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_add_PinChanged_m9BBC1211E4DEBC71437A2EF118A4DDE6C8581BD6 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, SerialPinChangedEventHandler_tB9C63F1F5869E8AB96D9337F8DA3C6848ACBEAF7 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_add_PinChanged_m9BBC1211E4DEBC71437A2EF118A4DDE6C8581BD6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_add_PinChanged_m9BBC1211E4DEBC71437A2EF118A4DDE6C8581BD6_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::remove_PinChanged(System.IO.Ports.SerialPinChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_remove_PinChanged_m5B91B0CE1637D73A1EED23C08FB9C39098A90DCF (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, SerialPinChangedEventHandler_tB9C63F1F5869E8AB96D9337F8DA3C6848ACBEAF7 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_remove_PinChanged_m5B91B0CE1637D73A1EED23C08FB9C39098A90DCF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_remove_PinChanged_m5B91B0CE1637D73A1EED23C08FB9C39098A90DCF_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_Close_m288C294F0F4AF5508E932492937DFCD348AB9C34 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_Close_m288C294F0F4AF5508E932492937DFCD348AB9C34_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_Close_m288C294F0F4AF5508E932492937DFCD348AB9C34_RuntimeMethod_var); return; } } // System.String[] System.IO.Ports.SerialPort::GetPortNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* SerialPort_GetPortNames_mDB0C4A065DA6155A6A38B87610F7019FE5A97F30 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_GetPortNames_mDB0C4A065DA6155A6A38B87610F7019FE5A97F30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_GetPortNames_mDB0C4A065DA6155A6A38B87610F7019FE5A97F30_RuntimeMethod_var); return (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; } } // System.Void System.IO.Ports.SerialPort::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_Open_m8AD6DD164A6CA49E736D1D3C7CADE54264335A63 (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerialPort_Open_m8AD6DD164A6CA49E736D1D3C7CADE54264335A63_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_Open_m8AD6DD164A6CA49E736D1D3C7CADE54264335A63_RuntimeMethod_var); return; } } // System.Void System.IO.Ports.SerialPort::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerialPort_Write_m469005350037D93FBCF5298061475EE016B52CED (SerialPort_t5D73BA87CC158EE8FE4468BE295A6F8EE674F636 * __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*)&SerialPort_Write_m469005350037D93FBCF5298061475EE016B52CED_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SerialPort_Write_m469005350037D93FBCF5298061475EE016B52CED_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.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_m34CB6D3A03AD2E4299D9B0B14FBAE59C598A3E86(/*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_m818AB2408824BF47B0D639082CDC164DBF9259D4(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) { __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 (!currentDelegate->get_method_is_virtual_10()) { 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 (currentDelegate->get_method_is_virtual_10()) { 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 = GenericVirtualFuncInvoker3< 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 = VirtualFuncInvoker3< 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) { 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; } #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_mB8525AD6D098EE54D9E0E5C9046F24B5CB197662(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_mB8525AD6D098EE54D9E0E5C9046F24B5CB197662(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_m39B4ACFA04B973B0D7F0D583C113927D11AD56D2(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_m39B4ACFA04B973B0D7F0D583C113927D11AD56D2(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_m39B4ACFA04B973B0D7F0D583C113927D11AD56D2(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_m39B4ACFA04B973B0D7F0D583C113927D11AD56D2 (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_m569D92DE295D0A02310C9D9D3FC69D2DB923411C_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_m12D90542B044C450FDFBCEA1CBC32369479483EC(((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_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_2, L_4, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); bool L_7; L_7 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_m49C413225AC75DA34D1663559818861CA34C3CB0(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_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*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_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD(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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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 = VirtualFuncInvoker0< 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 = VirtualFuncInvoker0< 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_m50BC6D64E46BCE67FD6065634A0DA67B2C11CF4B (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_m256D5E7267BA12980E8FD08B6BE2FCBC24FDEA0A (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_m203838432389534693B3A26FA5599FC8B11C553F (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_m569D92DE295D0A02310C9D9D3FC69D2DB923411C (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_mA87F568AD38F44B15CC49A3BFB8CE6F7296F6B73 (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_mB359AF486C997D8390BE6B660058A87AA177A922 (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_m109F6EB5F2E4E9C818FC341CABC1716C2A460586 (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_mB322C9CBB45846441BDCA7357E7D28123824ED83(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_m109F6EB5F2E4E9C818FC341CABC1716C2A460586_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_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(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_m2B91EE68355F142F67095973D32EB5828B7B73CB(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_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(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_m109F6EB5F2E4E9C818FC341CABC1716C2A460586_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_m2B91EE68355F142F67095973D32EB5828B7B73CB(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_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_m109F6EB5F2E4E9C818FC341CABC1716C2A460586_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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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.Boolean System.Net.Configuration.ServicePointManagerElement::get_CheckCertificateName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_CheckCertificateName_m62E5E1D81B00918DA502CFA6A1A8D1F34D66ACBD (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_CheckCertificateName_m62E5E1D81B00918DA502CFA6A1A8D1F34D66ACBD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_CheckCertificateName_m62E5E1D81B00918DA502CFA6A1A8D1F34D66ACBD_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_CheckCertificateName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_CheckCertificateName_mE5A6166B0C5F7CE516923B00050B23E3D18DA515 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_set_CheckCertificateName_mE5A6166B0C5F7CE516923B00050B23E3D18DA515_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_CheckCertificateName_mE5A6166B0C5F7CE516923B00050B23E3D18DA515_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_CheckCertificateRevocationList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_CheckCertificateRevocationList_mF7B3F86C6F98AB396246019A92F08D0DED56DDB5 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_CheckCertificateRevocationList_mF7B3F86C6F98AB396246019A92F08D0DED56DDB5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_CheckCertificateRevocationList_mF7B3F86C6F98AB396246019A92F08D0DED56DDB5_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_CheckCertificateRevocationList(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_CheckCertificateRevocationList_m7D972A6F0F14B56DDC09B4DE1B93DAC2026B9844 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_set_CheckCertificateRevocationList_m7D972A6F0F14B56DDC09B4DE1B93DAC2026B9844_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_CheckCertificateRevocationList_m7D972A6F0F14B56DDC09B4DE1B93DAC2026B9844_RuntimeMethod_var); return; } } // System.Int32 System.Net.Configuration.ServicePointManagerElement::get_DnsRefreshTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManagerElement_get_DnsRefreshTimeout_m7ACEB261C9D9E9CE694FE8907865CCDC8189F81E (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_DnsRefreshTimeout_m7ACEB261C9D9E9CE694FE8907865CCDC8189F81E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_DnsRefreshTimeout_m7ACEB261C9D9E9CE694FE8907865CCDC8189F81E_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_DnsRefreshTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_DnsRefreshTimeout_mBB08D741E46234E176CF06E025F63EC7F5CF1E0C (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_set_DnsRefreshTimeout_mBB08D741E46234E176CF06E025F63EC7F5CF1E0C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_DnsRefreshTimeout_mBB08D741E46234E176CF06E025F63EC7F5CF1E0C_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_EnableDnsRoundRobin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_EnableDnsRoundRobin_m873C9D3A2BEA555B6FBF3EA254D58F3AFE3C5213 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_EnableDnsRoundRobin_m873C9D3A2BEA555B6FBF3EA254D58F3AFE3C5213_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_EnableDnsRoundRobin_m873C9D3A2BEA555B6FBF3EA254D58F3AFE3C5213_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_EnableDnsRoundRobin(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_EnableDnsRoundRobin_mBB8B37C78D51F3E7179AB7814E69A8DD4FA8603C (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_set_EnableDnsRoundRobin_mBB8B37C78D51F3E7179AB7814E69A8DD4FA8603C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_EnableDnsRoundRobin_mBB8B37C78D51F3E7179AB7814E69A8DD4FA8603C_RuntimeMethod_var); return; } } // System.Net.Security.EncryptionPolicy System.Net.Configuration.ServicePointManagerElement::get_EncryptionPolicy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManagerElement_get_EncryptionPolicy_mE956141A240C5D46B15C6EC084905342E58AE7B6 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_EncryptionPolicy_mE956141A240C5D46B15C6EC084905342E58AE7B6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_EncryptionPolicy_mE956141A240C5D46B15C6EC084905342E58AE7B6_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_EncryptionPolicy(System.Net.Security.EncryptionPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_EncryptionPolicy_m25EB5467C77C06635FA778CEE22FA406E362D270 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_set_EncryptionPolicy_m25EB5467C77C06635FA778CEE22FA406E362D270_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_EncryptionPolicy_m25EB5467C77C06635FA778CEE22FA406E362D270_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_Expect100Continue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_Expect100Continue_m641F3D238703689E010AEF3946453D357BA25BA3 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_Expect100Continue_m641F3D238703689E010AEF3946453D357BA25BA3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_Expect100Continue_m641F3D238703689E010AEF3946453D357BA25BA3_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_Expect100Continue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_Expect100Continue_m37D5819F385E0E255EEC72811E97FBA4AA24A32F (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_set_Expect100Continue_m37D5819F385E0E255EEC72811E97FBA4AA24A32F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_Expect100Continue_m37D5819F385E0E255EEC72811E97FBA4AA24A32F_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; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_UseNagleAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_UseNagleAlgorithm_mA3BC2A4F633ED7C88DFAE05932332336256E078F (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_UseNagleAlgorithm_mA3BC2A4F633ED7C88DFAE05932332336256E078F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_UseNagleAlgorithm_mA3BC2A4F633ED7C88DFAE05932332336256E078F_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_UseNagleAlgorithm(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_UseNagleAlgorithm_m274AE5C04CDF1DA436EBC07F54364DA98635380B (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_set_UseNagleAlgorithm_m274AE5C04CDF1DA436EBC07F54364DA98635380B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_UseNagleAlgorithm_m274AE5C04CDF1DA436EBC07F54364DA98635380B_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.ServicePointManagerElement::PostDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_PostDeserialize_mE059E4F8403C68F4FEEFDE9E315BF0CBE0720FEB (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_PostDeserialize_mE059E4F8403C68F4FEEFDE9E315BF0CBE0720FEB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_PostDeserialize_mE059E4F8403C68F4FEEFDE9E315BF0CBE0720FEB_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.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_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_m317AD9524376B7BE74DD9069346E345F2B131382((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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_m42F61296A8672A383AEB3119A7B2552836860E5B_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_m878314259623CC47A2EBAEEF2F8E8D6B61560FA5(/*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_m42F61296A8672A383AEB3119A7B2552836860E5B((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(&V_1), (U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *)(&V_0), /*hidden argument*/AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m42F61296A8672A383AEB3119A7B2552836860E5B_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_m15FB36992B8BCE0E78D56523D89A446AE75EE484_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m0E9A747145C1AB1D4E4DCC8E26D6D9779322B64A_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_mC2FF39956D7993992E7E3328147049DD8099A270_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m7599F046D0BCD3A4370D02CD7C042900744AE149_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_CopyTo_m35135B341E0EAD9932EA518DC5480A9E91899095_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_m7599F046D0BCD3A4370D02CD7C042900744AE149(L_4, /*hidden argument*/Dictionary_2_get_Keys_m7599F046D0BCD3A4370D02CD7C042900744AE149_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = V_0; NullCheck(L_5); KeyCollection_CopyTo_m35135B341E0EAD9932EA518DC5480A9E91899095(L_5, L_6, 0, /*hidden argument*/KeyCollection_CopyTo_m35135B341E0EAD9932EA518DC5480A9E91899095_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_m15FB36992B8BCE0E78D56523D89A446AE75EE484(L_12, L_13, /*hidden argument*/Dictionary_2_ContainsKey_m15FB36992B8BCE0E78D56523D89A446AE75EE484_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_mC2FF39956D7993992E7E3328147049DD8099A270(L_15, L_16, /*hidden argument*/Dictionary_2_get_Item_mC2FF39956D7993992E7E3328147049DD8099A270_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_m0E9A747145C1AB1D4E4DCC8E26D6D9779322B64A(L_19, L_20, /*hidden argument*/Dictionary_2_Remove_m0E9A747145C1AB1D4E4DCC8E26D6D9779322B64A_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_mA617F9592606590DFED8E485B66026CFEBBABAFA_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_mB3658D275B51861C8F9DB2785BC3AD0273AAE1E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m94BD4D82315534D783D740C3D4FD6AE9DE52F452_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_mA617F9592606590DFED8E485B66026CFEBBABAFA(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_mA617F9592606590DFED8E485B66026CFEBBABAFA_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_mB3658D275B51861C8F9DB2785BC3AD0273AAE1E6_inline((Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *)(&V_1), /*hidden argument*/Enumerator_get_Current_mB3658D275B51861C8F9DB2785BC3AD0273AAE1E6_RuntimeMethod_var); V_2 = L_6; bool L_7 = V_0; ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_8; L_8 = KeyValuePair_2_get_Value_m94BD4D82315534D783D740C3D4FD6AE9DE52F452_inline((KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m94BD4D82315534D783D740C3D4FD6AE9DE52F452_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_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_m7961A093C4CED6EACD42DFFF350220D1C048714D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m3D4A7B154FD74C04550E780EAC4D59A00316346E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mE3664CFE95F8C5CDD232A48E2470BCB8550BFEC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mE9D5EA13CD98B297E775809B089FB190351E8E11_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_3__ctor_mEEFC273642336478249A89EDA1F115A69E92C858_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_mE3664CFE95F8C5CDD232A48E2470BCB8550BFEC8((&L_2), (bool)0, (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)NULL, /*hidden argument*/ValueTuple_2__ctor_mE3664CFE95F8C5CDD232A48E2470BCB8550BFEC8_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_m3D4A7B154FD74C04550E780EAC4D59A00316346E(L_3, /*hidden argument*/Task_1_get_Result_m3D4A7B154FD74C04550E780EAC4D59A00316346E_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_mD54722DBAF22507493263E9B1167A7F77EDDF80E(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_mEEFC273642336478249A89EDA1F115A69E92C858((&L_26), L_22, L_24, L_25, /*hidden argument*/ValueTuple_3__ctor_mEEFC273642336478249A89EDA1F115A69E92C858_RuntimeMethod_var); NullCheck(L_21); LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_27; L_27 = LinkedList_1_AddLast_m7961A093C4CED6EACD42DFFF350220D1C048714D(L_21, L_26, /*hidden argument*/LinkedList_1_AddLast_m7961A093C4CED6EACD42DFFF350220D1C048714D_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_mE9D5EA13CD98B297E775809B089FB190351E8E11((&L_31), L_29, L_30, /*hidden argument*/ValueTuple_2__ctor_mE9D5EA13CD98B297E775809B089FB190351E8E11_RuntimeMethod_var); NullCheck(L_28); LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_32; L_32 = LinkedList_1_AddLast_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764(L_28, L_31, /*hidden argument*/LinkedList_1_AddLast_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764_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_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mE9D5EA13CD98B297E775809B089FB190351E8E11_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_mE9D5EA13CD98B297E775809B089FB190351E8E11((&L_13), L_11, L_12, /*hidden argument*/ValueTuple_2__ctor_mE9D5EA13CD98B297E775809B089FB190351E8E11_RuntimeMethod_var); NullCheck(L_10); LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_14; L_14 = LinkedList_1_AddLast_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764(L_10, L_13, /*hidden argument*/LinkedList_1_AddLast_m142FA6A150B08A8E009A88B6C2DEC0F1514B2764_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_m2009EB1BBF38A99CC854A5D0695AA69CFF69CB18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mD4B29FBA7A661B8A10EEEAEB3C1EBFA63BD09B69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m1032B36ABA588DB2E5CB29710B250894955C11AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m3A9355491C730586942B3464527BBDC2F6A27B45_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_m3A9355491C730586942B3464527BBDC2F6A27B45_inline(L_0, /*hidden argument*/LinkedList_1_get_First_m3A9355491C730586942B3464527BBDC2F6A27B45_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_m2009EB1BBF38A99CC854A5D0695AA69CFF69CB18(L_3, /*hidden argument*/LinkedListNode_1_get_Next_m2009EB1BBF38A99CC854A5D0695AA69CFF69CB18_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_mD4B29FBA7A661B8A10EEEAEB3C1EBFA63BD09B69_inline(L_5, /*hidden argument*/LinkedListNode_1_get_Value_mD4B29FBA7A661B8A10EEEAEB3C1EBFA63BD09B69_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_m1032B36ABA588DB2E5CB29710B250894955C11AF(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_m1032B36ABA588DB2E5CB29710B250894955C11AF_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_m553E700E121B35F13F74DEE05EAF418BA5ED6A28_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mAD4AB473DA940DCE979A195512B29C349309DE8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_mEA70CD37022329C6A3A929BCA0854EB915DFC973_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m86D0A37EFDDA475E6F3D795B70887B45CCD38539_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_m86D0A37EFDDA475E6F3D795B70887B45CCD38539_inline(L_0, /*hidden argument*/LinkedList_1_get_First_m86D0A37EFDDA475E6F3D795B70887B45CCD38539_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_m553E700E121B35F13F74DEE05EAF418BA5ED6A28(L_3, /*hidden argument*/LinkedListNode_1_get_Next_m553E700E121B35F13F74DEE05EAF418BA5ED6A28_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_mAD4AB473DA940DCE979A195512B29C349309DE8E_inline(L_5, /*hidden argument*/LinkedListNode_1_get_Value_mAD4AB473DA940DCE979A195512B29C349309DE8E_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_mEA70CD37022329C6A3A929BCA0854EB915DFC973(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_mEA70CD37022329C6A3A929BCA0854EB915DFC973_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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_m7A74133BCAD04AC08A5560E5D8F564DC9633F586_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCA7A05DD58101046793A14ABD775E3F28ED3CE17_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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); String_t* L_2 = ___name0; bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(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_mCA7A05DD58101046793A14ABD775E3F28ED3CE17(L_7, L_8, (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mCA7A05DD58101046793A14ABD775E3F28ED3CE17_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_m7A74133BCAD04AC08A5560E5D8F564DC9633F586(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m7A74133BCAD04AC08A5560E5D8F564DC9633F586_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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_mEF7FA106280D9E57DA8A97887389A961B65E47D8((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_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF((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.Configuration.SettingAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingAttribute__ctor_m7A5A49B6ED2E9E2735D6E3D7D4B87F9B102AEEE9 (SettingAttribute_tCF266C19965BA4997F1D45628D5DFA5B5E9F659A * __this, const RuntimeMethod* method) { { 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.Configuration.SettingChangingEventArgs::.ctor(System.String,System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventArgs__ctor_mBC1EA5B1817527924D21453C63818F89F0789713 (SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * __this, String_t* ___settingName0, String_t* ___settingClass1, String_t* ___settingKey2, RuntimeObject * ___newValue3, bool ___cancel4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventArgs__ctor_mBC1EA5B1817527924D21453C63818F89F0789713_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs__ctor_mBC1EA5B1817527924D21453C63818F89F0789713_RuntimeMethod_var); return; } } // System.Object System.Configuration.SettingChangingEventArgs::get_NewValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingChangingEventArgs_get_NewValue_m2D349ADB239358CAA63FD78751018C5E706E90C7 (SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventArgs_get_NewValue_m2D349ADB239358CAA63FD78751018C5E706E90C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_NewValue_m2D349ADB239358CAA63FD78751018C5E706E90C7_RuntimeMethod_var); return NULL; } } // System.String System.Configuration.SettingChangingEventArgs::get_SettingClass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingChangingEventArgs_get_SettingClass_mD9859AE42B78D64D2D341D79CB081EC83A942DB8 (SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventArgs_get_SettingClass_mD9859AE42B78D64D2D341D79CB081EC83A942DB8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_SettingClass_mD9859AE42B78D64D2D341D79CB081EC83A942DB8_RuntimeMethod_var); return (String_t*)NULL; } } // System.String System.Configuration.SettingChangingEventArgs::get_SettingKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingChangingEventArgs_get_SettingKey_m16CC16BBA6470DA11AE6902AF17B50BFE516B069 (SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventArgs_get_SettingKey_m16CC16BBA6470DA11AE6902AF17B50BFE516B069_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_SettingKey_m16CC16BBA6470DA11AE6902AF17B50BFE516B069_RuntimeMethod_var); return (String_t*)NULL; } } // System.String System.Configuration.SettingChangingEventArgs::get_SettingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingChangingEventArgs_get_SettingName_m91A0494DA14E22C871887C26C75E6812609CC1F5 (SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventArgs_get_SettingName_m91A0494DA14E22C871887C26C75E6812609CC1F5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventArgs_get_SettingName_m91A0494DA14E22C871887C26C75E6812609CC1F5_RuntimeMethod_var); return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingChangingEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventHandler__ctor_m636E5F65356975A01F02C03D48E33A9BC2DFA864 (SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventHandler__ctor_m636E5F65356975A01F02C03D48E33A9BC2DFA864_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler__ctor_m636E5F65356975A01F02C03D48E33A9BC2DFA864_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingChangingEventHandler::Invoke(System.Object,System.Configuration.SettingChangingEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventHandler_Invoke_m36F38C7DD7B026AE845CC2F109EFE232F582BB28 (SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E * __this, RuntimeObject * ___sender0, SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventHandler_Invoke_m36F38C7DD7B026AE845CC2F109EFE232F582BB28_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler_Invoke_m36F38C7DD7B026AE845CC2F109EFE232F582BB28_RuntimeMethod_var); return; } } // System.IAsyncResult System.Configuration.SettingChangingEventHandler::BeginInvoke(System.Object,System.Configuration.SettingChangingEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingChangingEventHandler_BeginInvoke_mAFDA72015EF5A25738B9821BB0D14E9F9AC70A66 (SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E * __this, RuntimeObject * ___sender0, SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventHandler_BeginInvoke_mAFDA72015EF5A25738B9821BB0D14E9F9AC70A66_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler_BeginInvoke_mAFDA72015EF5A25738B9821BB0D14E9F9AC70A66_RuntimeMethod_var); return (RuntimeObject*)NULL; } } // System.Void System.Configuration.SettingChangingEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingChangingEventHandler_EndInvoke_m0AC8DF8D793989911C996003F4AD17781B7AEEC5 (SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingChangingEventHandler_EndInvoke_m0AC8DF8D793989911C996003F4AD17781B7AEEC5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingChangingEventHandler_EndInvoke_m0AC8DF8D793989911C996003F4AD17781B7AEEC5_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement__ctor_m71CDFD6E8E256F7C9D38C5D103C9B4F44DC37C1D (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement__ctor_m71CDFD6E8E256F7C9D38C5D103C9B4F44DC37C1D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement__ctor_m71CDFD6E8E256F7C9D38C5D103C9B4F44DC37C1D_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingElement::.ctor(System.String,System.Configuration.SettingsSerializeAs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement__ctor_mB09AFF44CD1C1FE517ED699D60E835E166FEE8B1 (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, String_t* ___name0, int32_t ___serializeAs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement__ctor_mB09AFF44CD1C1FE517ED699D60E835E166FEE8B1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement__ctor_mB09AFF44CD1C1FE517ED699D60E835E166FEE8B1_RuntimeMethod_var); return; } } // System.String System.Configuration.SettingElement::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingElement_get_Name_mA6B5ABE59C91C0E40701655D60FFCFF11E72B791 (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement_get_Name_mA6B5ABE59C91C0E40701655D60FFCFF11E72B791_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement_get_Name_mA6B5ABE59C91C0E40701655D60FFCFF11E72B791_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Configuration.SettingElement::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement_set_Name_m10004EB724E87409435454745460652FE6D336F5 (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement_set_Name_m10004EB724E87409435454745460652FE6D336F5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement_set_Name_m10004EB724E87409435454745460652FE6D336F5_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Configuration.SettingElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SettingElement_get_Properties_m68C9F3557468446CB46BBDD00569BD6539175764 (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement_get_Properties_m68C9F3557468446CB46BBDD00569BD6539175764_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement_get_Properties_m68C9F3557468446CB46BBDD00569BD6539175764_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Configuration.SettingsSerializeAs System.Configuration.SettingElement::get_SerializeAs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingElement_get_SerializeAs_m734D9C152EA7767A65FBDBB95EE2B6EE969B37F2 (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement_get_SerializeAs_m734D9C152EA7767A65FBDBB95EE2B6EE969B37F2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SettingElement_get_SerializeAs_m734D9C152EA7767A65FBDBB95EE2B6EE969B37F2_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingElement::set_SerializeAs(System.Configuration.SettingsSerializeAs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement_set_SerializeAs_m7AFC7595ADDBC16D4118E6B7CAF4EB2547E0DAD8 (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement_set_SerializeAs_m7AFC7595ADDBC16D4118E6B7CAF4EB2547E0DAD8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement_set_SerializeAs_m7AFC7595ADDBC16D4118E6B7CAF4EB2547E0DAD8_RuntimeMethod_var); return; } } // System.Configuration.SettingValueElement System.Configuration.SettingElement::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * SettingElement_get_Value_m7D825ED8014839DAC4F10A85C0CF0580AD2BD187 (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement_get_Value_m7D825ED8014839DAC4F10A85C0CF0580AD2BD187_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement_get_Value_m7D825ED8014839DAC4F10A85C0CF0580AD2BD187_RuntimeMethod_var); return (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 *)NULL; } } // System.Void System.Configuration.SettingElement::set_Value(System.Configuration.SettingValueElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElement_set_Value_m5D700B30A24F156B2D598A44C3AC594651021CBB (SettingElement_t6128F4781CAEF225CD796584151E219024562381 * __this, SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElement_set_Value_m5D700B30A24F156B2D598A44C3AC594651021CBB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElement_set_Value_m5D700B30A24F156B2D598A44C3AC594651021CBB_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection__ctor_m8958A95BE014460C7ED0B949BFC390D8ED7FCB7C (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection__ctor_m8958A95BE014460C7ED0B949BFC390D8ED7FCB7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection__ctor_m8958A95BE014460C7ED0B949BFC390D8ED7FCB7C_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationElementCollectionType System.Configuration.SettingElementCollection::get_CollectionType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingElementCollection_get_CollectionType_m02A05E3F926149ACE133C2FDBB55B099CCF8D6DF (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_get_CollectionType_m02A05E3F926149ACE133C2FDBB55B099CCF8D6DF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SettingElementCollection_get_CollectionType_m02A05E3F926149ACE133C2FDBB55B099CCF8D6DF_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.String System.Configuration.SettingElementCollection::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingElementCollection_get_ElementName_m213719DE8AFC1844089061C21778FD6040B34479 (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_get_ElementName_m213719DE8AFC1844089061C21778FD6040B34479_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection_get_ElementName_m213719DE8AFC1844089061C21778FD6040B34479_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Configuration.SettingElementCollection::Add(System.Configuration.SettingElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection_Add_m0E7F513061F5C84DE34EDDD0DCF4A1BCACA32261 (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, SettingElement_t6128F4781CAEF225CD796584151E219024562381 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_Add_m0E7F513061F5C84DE34EDDD0DCF4A1BCACA32261_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection_Add_m0E7F513061F5C84DE34EDDD0DCF4A1BCACA32261_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingElementCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection_Clear_mBFDC721AE66E982684F67A8EF4E3F11A8BE0FE9B (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_Clear_mBFDC721AE66E982684F67A8EF4E3F11A8BE0FE9B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection_Clear_mBFDC721AE66E982684F67A8EF4E3F11A8BE0FE9B_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationElement System.Configuration.SettingElementCollection::CreateNewElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * SettingElementCollection_CreateNewElement_m69939BF7C002C781E18C0CA62513AFC0597ACCDB (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_CreateNewElement_m69939BF7C002C781E18C0CA62513AFC0597ACCDB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection_CreateNewElement_m69939BF7C002C781E18C0CA62513AFC0597ACCDB_RuntimeMethod_var); return (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA *)NULL; } } // System.Configuration.SettingElement System.Configuration.SettingElementCollection::Get(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingElement_t6128F4781CAEF225CD796584151E219024562381 * SettingElementCollection_Get_m55CA3983C9A7FBBB3F94CCD2ED5647878439A930 (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, String_t* ___elementKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_Get_m55CA3983C9A7FBBB3F94CCD2ED5647878439A930_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection_Get_m55CA3983C9A7FBBB3F94CCD2ED5647878439A930_RuntimeMethod_var); return (SettingElement_t6128F4781CAEF225CD796584151E219024562381 *)NULL; } } // System.Object System.Configuration.SettingElementCollection::GetElementKey(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingElementCollection_GetElementKey_m730F508DF8F0447A6C0A79BD707A9F3154A076E8 (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_GetElementKey_m730F508DF8F0447A6C0A79BD707A9F3154A076E8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection_GetElementKey_m730F508DF8F0447A6C0A79BD707A9F3154A076E8_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingElementCollection::Remove(System.Configuration.SettingElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingElementCollection_Remove_m63BF0966C9CF558373D56A6073395429314711BF (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * __this, SettingElement_t6128F4781CAEF225CD796584151E219024562381 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingElementCollection_Remove_m63BF0966C9CF558373D56A6073395429314711BF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingElementCollection_Remove_m63BF0966C9CF558373D56A6073395429314711BF_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingValueElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement__ctor_mF8D58BF3766EF88F84FAE4A32B72B47A2B4EA48C (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement__ctor_mF8D58BF3766EF88F84FAE4A32B72B47A2B4EA48C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement__ctor_mF8D58BF3766EF88F84FAE4A32B72B47A2B4EA48C_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Configuration.SettingValueElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SettingValueElement_get_Properties_mC9FEC4F3EC29E0A438234090EDFA9D306D997B1E (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_get_Properties_mC9FEC4F3EC29E0A438234090EDFA9D306D997B1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement_get_Properties_mC9FEC4F3EC29E0A438234090EDFA9D306D997B1E_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Xml.XmlNode System.Configuration.SettingValueElement::get_ValueXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * SettingValueElement_get_ValueXml_m482F77036310C43EBA534F2CDFF9D402BD39E671 (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_get_ValueXml_m482F77036310C43EBA534F2CDFF9D402BD39E671_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement_get_ValueXml_m482F77036310C43EBA534F2CDFF9D402BD39E671_RuntimeMethod_var); return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Void System.Configuration.SettingValueElement::set_ValueXml(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_set_ValueXml_mD0323F13B4E116CD31F34D00C7230296CCA8E027 (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_set_ValueXml_mD0323F13B4E116CD31F34D00C7230296CCA8E027_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement_set_ValueXml_mD0323F13B4E116CD31F34D00C7230296CCA8E027_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingValueElement::DeserializeElement(System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_DeserializeElement_mF89E6C2471B9B5453271C98F1FC1E3A685503FF3 (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_DeserializeElement_mF89E6C2471B9B5453271C98F1FC1E3A685503FF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement_DeserializeElement_mF89E6C2471B9B5453271C98F1FC1E3A685503FF3_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingValueElement::IsModified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingValueElement_IsModified_mF528E98B9E067B957FD5F36E9FE78225080C5A1A (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_IsModified_mF528E98B9E067B957FD5F36E9FE78225080C5A1A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingValueElement_IsModified_mF528E98B9E067B957FD5F36E9FE78225080C5A1A_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingValueElement::Reset(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_Reset_m5D5E504302DDDD3CC072D56EEC6D220CC043F755 (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_Reset_m5D5E504302DDDD3CC072D56EEC6D220CC043F755_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement_Reset_m5D5E504302DDDD3CC072D56EEC6D220CC043F755_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingValueElement::ResetModified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_ResetModified_mA6A207504100FF09B1EF429AB2164CFE6441A2F4 (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_ResetModified_mA6A207504100FF09B1EF429AB2164CFE6441A2F4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement_ResetModified_mA6A207504100FF09B1EF429AB2164CFE6441A2F4_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingValueElement::SerializeToXmlElement(System.Xml.XmlWriter,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingValueElement_SerializeToXmlElement_m2EB5CEC2EC72AA1F40CE4A95E5E9B051FC2CFFC6 (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, String_t* ___elementName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_SerializeToXmlElement_m2EB5CEC2EC72AA1F40CE4A95E5E9B051FC2CFFC6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingValueElement_SerializeToXmlElement_m2EB5CEC2EC72AA1F40CE4A95E5E9B051FC2CFFC6_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingValueElement::Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingValueElement_Unmerge_mA978599A99B68197025E162DE2C7A90E89DC6C35 (SettingValueElement_t7EE6B47FD6518EA0E0A254F9FD380CE4706C2030 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___sourceElement0, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentElement1, int32_t ___saveMode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingValueElement_Unmerge_mA978599A99B68197025E162DE2C7A90E89DC6C35_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingValueElement_Unmerge_mA978599A99B68197025E162DE2C7A90E89DC6C35_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsAttributeDictionary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsAttributeDictionary__ctor_m59F9F23BB046F9839F3BD704F5ABA9E647CF86BC (SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsAttributeDictionary__ctor_m59F9F23BB046F9839F3BD704F5ABA9E647CF86BC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsAttributeDictionary__ctor_m59F9F23BB046F9839F3BD704F5ABA9E647CF86BC_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsAttributeDictionary::.ctor(System.Configuration.SettingsAttributeDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsAttributeDictionary__ctor_mA8881F62B55663FDF977F72E28D5C98618B86923 (SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F * __this, SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F * ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsAttributeDictionary__ctor_mA8881F62B55663FDF977F72E28D5C98618B86923_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsAttributeDictionary__ctor_mA8881F62B55663FDF977F72E28D5C98618B86923_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase__ctor_m32E5731AC193695CE240C078932E5A42C4AB0F1D (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase__ctor_m32E5731AC193695CE240C078932E5A42C4AB0F1D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase__ctor_m32E5731AC193695CE240C078932E5A42C4AB0F1D_RuntimeMethod_var); return; } } // System.Configuration.SettingsContext System.Configuration.SettingsBase::get_Context() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF * SettingsBase_get_Context_m928CD6A23596488005C8DDBB71D7F8F4EC783581 (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_get_Context_m928CD6A23596488005C8DDBB71D7F8F4EC783581_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_get_Context_m928CD6A23596488005C8DDBB71D7F8F4EC783581_RuntimeMethod_var); return (SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF *)NULL; } } // System.Boolean System.Configuration.SettingsBase::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBase_get_IsSynchronized_m88CD5CC2EDBE9C1689500A49BB4D8C416F392793 (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_get_IsSynchronized_m88CD5CC2EDBE9C1689500A49BB4D8C416F392793_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsBase_get_IsSynchronized_m88CD5CC2EDBE9C1689500A49BB4D8C416F392793_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Object System.Configuration.SettingsBase::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsBase_get_Item_mD5D778A7FF3F2E50A8880169509BF97C14D64C37 (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_get_Item_mD5D778A7FF3F2E50A8880169509BF97C14D64C37_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_get_Item_mD5D778A7FF3F2E50A8880169509BF97C14D64C37_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsBase::set_Item(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase_set_Item_mF71440577EF6974F6D60F5BA27E31A3D3ACD471C (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, String_t* ___propertyName0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_set_Item_mF71440577EF6974F6D60F5BA27E31A3D3ACD471C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_set_Item_mF71440577EF6974F6D60F5BA27E31A3D3ACD471C_RuntimeMethod_var); return; } } // System.Configuration.SettingsPropertyCollection System.Configuration.SettingsBase::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * SettingsBase_get_Properties_mAFCAABC6C785C8AD2AFBC662AE93155566BC0679 (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_get_Properties_mAFCAABC6C785C8AD2AFBC662AE93155566BC0679_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_get_Properties_mAFCAABC6C785C8AD2AFBC662AE93155566BC0679_RuntimeMethod_var); return (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 *)NULL; } } // System.Configuration.SettingsPropertyValueCollection System.Configuration.SettingsBase::get_PropertyValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * SettingsBase_get_PropertyValues_m19C8FDAF90DFC22662947888BB6786E8844C6EFE (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_get_PropertyValues_m19C8FDAF90DFC22662947888BB6786E8844C6EFE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_get_PropertyValues_m19C8FDAF90DFC22662947888BB6786E8844C6EFE_RuntimeMethod_var); return (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 *)NULL; } } // System.Configuration.SettingsProviderCollection System.Configuration.SettingsBase::get_Providers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C * SettingsBase_get_Providers_m0708F810CF1879578B455812023A26EB0EFF5C7C (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_get_Providers_m0708F810CF1879578B455812023A26EB0EFF5C7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_get_Providers_m0708F810CF1879578B455812023A26EB0EFF5C7C_RuntimeMethod_var); return (SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C *)NULL; } } // System.Void System.Configuration.SettingsBase::Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase_Initialize_m9CC3ED48F658F461F67B77B77B69C7FF6B9F6F96 (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF * ___context0, SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * ___properties1, SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C * ___providers2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_Initialize_m9CC3ED48F658F461F67B77B77B69C7FF6B9F6F96_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_Initialize_m9CC3ED48F658F461F67B77B77B69C7FF6B9F6F96_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsBase::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBase_Save_m7D04A60A2973F3CDE092FC933C648F1F05C4D4E1 (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_Save_m7D04A60A2973F3CDE092FC933C648F1F05C4D4E1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_Save_m7D04A60A2973F3CDE092FC933C648F1F05C4D4E1_RuntimeMethod_var); return; } } // System.Configuration.SettingsBase System.Configuration.SettingsBase::Synchronized(System.Configuration.SettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * SettingsBase_Synchronized_m12C7B0040C9C34A8CE8F3F4FE9F836E38E9309CB (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 * ___settingsBase0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBase_Synchronized_m12C7B0040C9C34A8CE8F3F4FE9F836E38E9309CB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsBase_Synchronized_m12C7B0040C9C34A8CE8F3F4FE9F836E38E9309CB_RuntimeMethod_var); return (SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.SettingsBindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__ctor_m4F5FE0964747B636D97EED9C6B13D62FBBEA3684 (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * __this, bool ___bindable0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___bindable0; __this->set__bindable_2(L_0); return; } } // System.Boolean System.ComponentModel.SettingsBindableAttribute::get_Bindable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_mB64EAF5229EA9C4B0B9D0D1F769CAA50609CA83A (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__bindable_2(); return L_0; } } // System.Boolean System.ComponentModel.SettingsBindableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_Equals_mF7BC58C8F680D5BCE8C87F7997F7FFC01A59B2E6 (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; if (!L_1) { goto IL_0025; } } { RuntimeObject * L_2 = ___obj0; if (!((SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 *)IsInstSealed((RuntimeObject*)L_2, SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_3 = ___obj0; NullCheck(((SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 *)CastclassSealed((RuntimeObject*)L_3, SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var))); bool L_4; L_4 = SettingsBindableAttribute_get_Bindable_mB64EAF5229EA9C4B0B9D0D1F769CAA50609CA83A_inline(((SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 *)CastclassSealed((RuntimeObject*)L_3, SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_5 = __this->get__bindable_2(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_0025: { return (bool)0; } } // System.Int32 System.ComponentModel.SettingsBindableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsBindableAttribute_GetHashCode_mF7117CA82F3599687FFCDC1B2A43A7D177B6874B (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * __this, const RuntimeMethod* method) { { bool* L_0 = __this->get_address_of__bindable_2(); int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.SettingsBindableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__cctor_m53A3674048E11F01AD677255FE817C50A650E4C6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * L_0 = (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 *)il2cpp_codegen_object_new(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var); SettingsBindableAttribute__ctor_m4F5FE0964747B636D97EED9C6B13D62FBBEA3684(L_0, (bool)1, /*hidden argument*/NULL); ((SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var))->set_Yes_0(L_0); SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * L_1 = (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 *)il2cpp_codegen_object_new(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var); SettingsBindableAttribute__ctor_m4F5FE0964747B636D97EED9C6B13D62FBBEA3684(L_1, (bool)0, /*hidden argument*/NULL); ((SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0_il2cpp_TypeInfo_var))->set_No_1(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.Void System.Configuration.SettingsContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsContext__ctor_m84B4E48109D767B2A588104674276E1E81653FC2 (SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsContext__ctor_m84B4E48109D767B2A588104674276E1E81653FC2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsContext__ctor_m84B4E48109D767B2A588104674276E1E81653FC2_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsDescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsDescriptionAttribute__ctor_mA78DEACA2299BF03CE7939816AAEA8DB55FE5D6B (SettingsDescriptionAttribute_tEEB1718B8C2CC5C669DED0B1ABCC38D32E1A31C4 * __this, String_t* ___description0, const RuntimeMethod* method) { { return; } } // System.String System.Configuration.SettingsDescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsDescriptionAttribute_get_Description_m8EAF3A355B698852BD4920245E432F4AD309A7C4 (SettingsDescriptionAttribute_tEEB1718B8C2CC5C669DED0B1ABCC38D32E1A31C4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsDescriptionAttribute_get_Description_m8EAF3A355B698852BD4920245E432F4AD309A7C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsDescriptionAttribute_get_Description_m8EAF3A355B698852BD4920245E432F4AD309A7C4_RuntimeMethod_var); return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsGroupDescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGroupDescriptionAttribute__ctor_m785DE3AC24EA366D271F8A5F8647DBC8E02D3CC1 (SettingsGroupDescriptionAttribute_tBCCC0CFB6545ACA016B51D744C13C89BACB40ECA * __this, String_t* ___description0, const RuntimeMethod* method) { { return; } } // System.String System.Configuration.SettingsGroupDescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsGroupDescriptionAttribute_get_Description_m2EEC43B311ADA38711BF16377D2401D687C62FEF (SettingsGroupDescriptionAttribute_tBCCC0CFB6545ACA016B51D744C13C89BACB40ECA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsGroupDescriptionAttribute_get_Description_m2EEC43B311ADA38711BF16377D2401D687C62FEF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsGroupDescriptionAttribute_get_Description_m2EEC43B311ADA38711BF16377D2401D687C62FEF_RuntimeMethod_var); return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsGroupNameAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGroupNameAttribute__ctor_m5AF6E7FD2B0D37DE26CA30F7075D203CAD1B0139 (SettingsGroupNameAttribute_tD5FBC5A095208905436942A5F09E6A6F8594C20C * __this, String_t* ___groupName0, const RuntimeMethod* method) { { return; } } // System.String System.Configuration.SettingsGroupNameAttribute::get_GroupName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsGroupNameAttribute_get_GroupName_m135D609ADA4D5FFCC02806AC64FABE20168501B5 (SettingsGroupNameAttribute_tD5FBC5A095208905436942A5F09E6A6F8594C20C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsGroupNameAttribute_get_GroupName_m135D609ADA4D5FFCC02806AC64FABE20168501B5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsGroupNameAttribute_get_GroupName_m135D609ADA4D5FFCC02806AC64FABE20168501B5_RuntimeMethod_var); return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsLoadedEventArgs::.ctor(System.Configuration.SettingsProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventArgs__ctor_m81F71B62A60115B5D7109BF307B0958197E64618 (SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9 * __this, SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C * ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsLoadedEventArgs__ctor_m81F71B62A60115B5D7109BF307B0958197E64618_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsLoadedEventArgs__ctor_m81F71B62A60115B5D7109BF307B0958197E64618_RuntimeMethod_var); return; } } // System.Configuration.SettingsProvider System.Configuration.SettingsLoadedEventArgs::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C * SettingsLoadedEventArgs_get_Provider_m9B8D36B19BFF9DA5CDCC162E27AF367E4FF855FD (SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsLoadedEventArgs_get_Provider_m9B8D36B19BFF9DA5CDCC162E27AF367E4FF855FD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsLoadedEventArgs_get_Provider_m9B8D36B19BFF9DA5CDCC162E27AF367E4FF855FD_RuntimeMethod_var); return (SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsLoadedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventHandler__ctor_m59CAC62858BF5D8F68F932FB5C4683E7B342DE09 (SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsLoadedEventHandler__ctor_m59CAC62858BF5D8F68F932FB5C4683E7B342DE09_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler__ctor_m59CAC62858BF5D8F68F932FB5C4683E7B342DE09_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsLoadedEventHandler::Invoke(System.Object,System.Configuration.SettingsLoadedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventHandler_Invoke_m7341AA72FA10CF76833B83EC87CC7EF1697CCD0D (SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 * __this, RuntimeObject * ___sender0, SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsLoadedEventHandler_Invoke_m7341AA72FA10CF76833B83EC87CC7EF1697CCD0D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler_Invoke_m7341AA72FA10CF76833B83EC87CC7EF1697CCD0D_RuntimeMethod_var); return; } } // System.IAsyncResult System.Configuration.SettingsLoadedEventHandler::BeginInvoke(System.Object,System.Configuration.SettingsLoadedEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsLoadedEventHandler_BeginInvoke_m5F58382F192DCDE89D49B2A1B2795BC8309945D1 (SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 * __this, RuntimeObject * ___sender0, SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsLoadedEventHandler_BeginInvoke_m5F58382F192DCDE89D49B2A1B2795BC8309945D1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler_BeginInvoke_m5F58382F192DCDE89D49B2A1B2795BC8309945D1_RuntimeMethod_var); return (RuntimeObject*)NULL; } } // System.Void System.Configuration.SettingsLoadedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsLoadedEventHandler_EndInvoke_m2F362A90E1E36735BE52FF785ED358019599DE53 (SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsLoadedEventHandler_EndInvoke_m2F362A90E1E36735BE52FF785ED358019599DE53_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsLoadedEventHandler_EndInvoke_m2F362A90E1E36735BE52FF785ED358019599DE53_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Configuration.SettingsManageabilityAttribute::.ctor(System.Configuration.SettingsManageability) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsManageabilityAttribute__ctor_m749CABAE70322010B1946EC22D6471E0DF09F725 (SettingsManageabilityAttribute_t4A2F1B41DB9306774FA2D16E19FC2F4BFE506813 * __this, int32_t ___manageability0, const RuntimeMethod* method) { { return; } } // System.Configuration.SettingsManageability System.Configuration.SettingsManageabilityAttribute::get_Manageability() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsManageabilityAttribute_get_Manageability_m3E0907CAB7E55F50D6DA302639CFB3D161BDF826 (SettingsManageabilityAttribute_t4A2F1B41DB9306774FA2D16E19FC2F4BFE506813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsManageabilityAttribute_get_Manageability_m3E0907CAB7E55F50D6DA302639CFB3D161BDF826_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SettingsManageabilityAttribute_get_Manageability_m3E0907CAB7E55F50D6DA302639CFB3D161BDF826_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_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.Configuration.SettingsProperty::.ctor(System.Configuration.SettingsProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty__ctor_m72F14D1E1231D1D0A1E1D9D8A38666A2482C74A0 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * ___propertyToCopy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty__ctor_m72F14D1E1231D1D0A1E1D9D8A38666A2482C74A0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty__ctor_m72F14D1E1231D1D0A1E1D9D8A38666A2482C74A0_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsProperty::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty__ctor_m72F1517E4E90D35716E0559982BE269CC99D9CD0 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty__ctor_m72F1517E4E90D35716E0559982BE269CC99D9CD0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty__ctor_m72F1517E4E90D35716E0559982BE269CC99D9CD0_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsProperty::.ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty__ctor_m745CD62C223A2CE166A48C7B5565C1AB21FBFF0D (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, String_t* ___name0, Type_t * ___propertyType1, SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C * ___provider2, bool ___isReadOnly3, RuntimeObject * ___defaultValue4, int32_t ___serializeAs5, SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F * ___attributes6, bool ___throwOnErrorDeserializing7, bool ___throwOnErrorSerializing8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty__ctor_m745CD62C223A2CE166A48C7B5565C1AB21FBFF0D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty__ctor_m745CD62C223A2CE166A48C7B5565C1AB21FBFF0D_RuntimeMethod_var); return; } } // System.Configuration.SettingsAttributeDictionary System.Configuration.SettingsProperty::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F * SettingsProperty_get_Attributes_m0ED3A44FE92E8B32B9D7E60D63A16BFDF18A3FD5 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_Attributes_m0ED3A44FE92E8B32B9D7E60D63A16BFDF18A3FD5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_Attributes_m0ED3A44FE92E8B32B9D7E60D63A16BFDF18A3FD5_RuntimeMethod_var); return (SettingsAttributeDictionary_t9F8F73C7018926A5733F7EAC3663ED0D32522B5F *)NULL; } } // System.Object System.Configuration.SettingsProperty::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsProperty_get_DefaultValue_mE08854DFD88A4E743690780680FE0380E6166993 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_DefaultValue_mE08854DFD88A4E743690780680FE0380E6166993_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_DefaultValue_mE08854DFD88A4E743690780680FE0380E6166993_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsProperty::set_DefaultValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_DefaultValue_mFA7FD1134E53B5F2D634AFF8DE3029CFF3AF1536 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_DefaultValue_mFA7FD1134E53B5F2D634AFF8DE3029CFF3AF1536_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_DefaultValue_mFA7FD1134E53B5F2D634AFF8DE3029CFF3AF1536_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingsProperty::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsProperty_get_IsReadOnly_mB483D72A3FD88ED77BE681F0A7C66E625B67D639 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_IsReadOnly_mB483D72A3FD88ED77BE681F0A7C66E625B67D639_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_IsReadOnly_mB483D72A3FD88ED77BE681F0A7C66E625B67D639_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingsProperty::set_IsReadOnly(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_IsReadOnly_m722870816F392FFBD3EC8D0A3100C53F2C67497E (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_IsReadOnly_m722870816F392FFBD3EC8D0A3100C53F2C67497E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_IsReadOnly_m722870816F392FFBD3EC8D0A3100C53F2C67497E_RuntimeMethod_var); return; } } // System.String System.Configuration.SettingsProperty::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsProperty_get_Name_m83A8B45E00A83E23F49953B4E5654D9BFC209340 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_Name_m83A8B45E00A83E23F49953B4E5654D9BFC209340_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_Name_m83A8B45E00A83E23F49953B4E5654D9BFC209340_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Configuration.SettingsProperty::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_Name_mF1CF6B1C2E23B56B480126FA8B93B7A62BA0AB00 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_Name_mF1CF6B1C2E23B56B480126FA8B93B7A62BA0AB00_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_Name_mF1CF6B1C2E23B56B480126FA8B93B7A62BA0AB00_RuntimeMethod_var); return; } } // System.Type System.Configuration.SettingsProperty::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SettingsProperty_get_PropertyType_m2E6F9A25AC8BD9F96A6AD160D7C35408E75D49ED (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_PropertyType_m2E6F9A25AC8BD9F96A6AD160D7C35408E75D49ED_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_PropertyType_m2E6F9A25AC8BD9F96A6AD160D7C35408E75D49ED_RuntimeMethod_var); return (Type_t *)NULL; } } // System.Void System.Configuration.SettingsProperty::set_PropertyType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_PropertyType_mE3DFA7923321969476D9B63216819376927C65E0 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, Type_t * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_PropertyType_mE3DFA7923321969476D9B63216819376927C65E0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_PropertyType_mE3DFA7923321969476D9B63216819376927C65E0_RuntimeMethod_var); return; } } // System.Configuration.SettingsProvider System.Configuration.SettingsProperty::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C * SettingsProperty_get_Provider_mD4F59E852FD126513DC3C33EE16084EDF915CE70 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_Provider_mD4F59E852FD126513DC3C33EE16084EDF915CE70_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_Provider_mD4F59E852FD126513DC3C33EE16084EDF915CE70_RuntimeMethod_var); return (SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C *)NULL; } } // System.Void System.Configuration.SettingsProperty::set_Provider(System.Configuration.SettingsProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_Provider_m175DE7486EF768187BEFA906BD75BE3AF83E0477 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_Provider_m175DE7486EF768187BEFA906BD75BE3AF83E0477_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_Provider_m175DE7486EF768187BEFA906BD75BE3AF83E0477_RuntimeMethod_var); return; } } // System.Configuration.SettingsSerializeAs System.Configuration.SettingsProperty::get_SerializeAs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsProperty_get_SerializeAs_mF1F1A7D49BD34B56F7406109EE9AFA82372E8369 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_SerializeAs_mF1F1A7D49BD34B56F7406109EE9AFA82372E8369_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_SerializeAs_mF1F1A7D49BD34B56F7406109EE9AFA82372E8369_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingsProperty::set_SerializeAs(System.Configuration.SettingsSerializeAs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_SerializeAs_m398F12900195A4084CF1E815272B33A3F06A000A (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_SerializeAs_m398F12900195A4084CF1E815272B33A3F06A000A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_SerializeAs_m398F12900195A4084CF1E815272B33A3F06A000A_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingsProperty::get_ThrowOnErrorDeserializing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsProperty_get_ThrowOnErrorDeserializing_mC72E9D2C7EC960AA5A09029D041294B09AFD62B3 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_ThrowOnErrorDeserializing_mC72E9D2C7EC960AA5A09029D041294B09AFD62B3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_ThrowOnErrorDeserializing_mC72E9D2C7EC960AA5A09029D041294B09AFD62B3_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingsProperty::set_ThrowOnErrorDeserializing(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_ThrowOnErrorDeserializing_mC6B0D1CFAD145018352E307ED32E1DC81B6E6852 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_ThrowOnErrorDeserializing_mC6B0D1CFAD145018352E307ED32E1DC81B6E6852_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_ThrowOnErrorDeserializing_mC6B0D1CFAD145018352E307ED32E1DC81B6E6852_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingsProperty::get_ThrowOnErrorSerializing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsProperty_get_ThrowOnErrorSerializing_mF7869059564BF94219EE4CA95F77138AEA939143 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_get_ThrowOnErrorSerializing_mF7869059564BF94219EE4CA95F77138AEA939143_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsProperty_get_ThrowOnErrorSerializing_mF7869059564BF94219EE4CA95F77138AEA939143_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingsProperty::set_ThrowOnErrorSerializing(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProperty_set_ThrowOnErrorSerializing_m6F0A5E7D25F9001D27C83456C1BA30A6B17C7FA3 (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProperty_set_ThrowOnErrorSerializing_m6F0A5E7D25F9001D27C83456C1BA30A6B17C7FA3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProperty_set_ThrowOnErrorSerializing_m6F0A5E7D25F9001D27C83456C1BA30A6B17C7FA3_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsPropertyCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection__ctor_m01766BA743E530268A9D0AF3DE07DBC27E04E622 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection__ctor_m01766BA743E530268A9D0AF3DE07DBC27E04E622_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection__ctor_m01766BA743E530268A9D0AF3DE07DBC27E04E622_RuntimeMethod_var); return; } } // System.Int32 System.Configuration.SettingsPropertyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsPropertyCollection_get_Count_m8DC0E8426840B43E7024149D29F439DD9E948CD8 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_get_Count_m8DC0E8426840B43E7024149D29F439DD9E948CD8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_Count_m8DC0E8426840B43E7024149D29F439DD9E948CD8_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Boolean System.Configuration.SettingsPropertyCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyCollection_get_IsSynchronized_m65455A2FB650A47108156E48597FBB076A8F8FFB (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_get_IsSynchronized_m65455A2FB650A47108156E48597FBB076A8F8FFB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_IsSynchronized_m65455A2FB650A47108156E48597FBB076A8F8FFB_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Configuration.SettingsProperty System.Configuration.SettingsPropertyCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * SettingsPropertyCollection_get_Item_mB25D5ECB70363DEE9B5BF3A94A0B9FC0EA54BF8B (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_get_Item_mB25D5ECB70363DEE9B5BF3A94A0B9FC0EA54BF8B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_Item_mB25D5ECB70363DEE9B5BF3A94A0B9FC0EA54BF8B_RuntimeMethod_var); return (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 *)NULL; } } // System.Object System.Configuration.SettingsPropertyCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyCollection_get_SyncRoot_mF668AE11CE4956A58F082A2E3EF58A41A3D05E8F (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_get_SyncRoot_mF668AE11CE4956A58F082A2E3EF58A41A3D05E8F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_get_SyncRoot_mF668AE11CE4956A58F082A2E3EF58A41A3D05E8F_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsPropertyCollection::Add(System.Configuration.SettingsProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_Add_m225A48D20D1FB53B3DF168BB587571039F2F60F7 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_Add_m225A48D20D1FB53B3DF168BB587571039F2F60F7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Add_m225A48D20D1FB53B3DF168BB587571039F2F60F7_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_Clear_m6C5043AF73005C2715281E2B29F3802B38F5C1C5 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_Clear_m6C5043AF73005C2715281E2B29F3802B38F5C1C5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Clear_m6C5043AF73005C2715281E2B29F3802B38F5C1C5_RuntimeMethod_var); return; } } // System.Object System.Configuration.SettingsPropertyCollection::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyCollection_Clone_m2048E7066ED0FBCF701CA1171F939CF378243CB3 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_Clone_m2048E7066ED0FBCF701CA1171F939CF378243CB3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Clone_m2048E7066ED0FBCF701CA1171F939CF378243CB3_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsPropertyCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_CopyTo_mBC5384BAF30DA3FBDAA78242CF71C2333F2866DD (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_CopyTo_mBC5384BAF30DA3FBDAA78242CF71C2333F2866DD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_CopyTo_mBC5384BAF30DA3FBDAA78242CF71C2333F2866DD_RuntimeMethod_var); return; } } // System.Collections.IEnumerator System.Configuration.SettingsPropertyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsPropertyCollection_GetEnumerator_mB075146EA3D6015532F5740001AE4D1FBAA85391 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_GetEnumerator_mB075146EA3D6015532F5740001AE4D1FBAA85391_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_GetEnumerator_mB075146EA3D6015532F5740001AE4D1FBAA85391_RuntimeMethod_var); return (RuntimeObject*)NULL; } } // System.Void System.Configuration.SettingsPropertyCollection::OnAdd(System.Configuration.SettingsProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnAdd_m6D9147D41AE54F614CF9428E9F6B9987A8D3845A (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_OnAdd_m6D9147D41AE54F614CF9428E9F6B9987A8D3845A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnAdd_m6D9147D41AE54F614CF9428E9F6B9987A8D3845A_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::OnAddComplete(System.Configuration.SettingsProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnAddComplete_m36685D5739E8AD0FBD80EDF96141A8B64058B437 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_OnAddComplete_m36685D5739E8AD0FBD80EDF96141A8B64058B437_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnAddComplete_m36685D5739E8AD0FBD80EDF96141A8B64058B437_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnClear_m63FA45DD473075F8591E097CEC8F5DECA10AD2FA (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_OnClear_m63FA45DD473075F8591E097CEC8F5DECA10AD2FA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnClear_m63FA45DD473075F8591E097CEC8F5DECA10AD2FA_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::OnClearComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnClearComplete_m05E1941AA9B2F27CB032020777E4364F54A5C833 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_OnClearComplete_m05E1941AA9B2F27CB032020777E4364F54A5C833_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnClearComplete_m05E1941AA9B2F27CB032020777E4364F54A5C833_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::OnRemove(System.Configuration.SettingsProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnRemove_m9475DB98546183841D4E3EF53377BF604304F472 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_OnRemove_m9475DB98546183841D4E3EF53377BF604304F472_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnRemove_m9475DB98546183841D4E3EF53377BF604304F472_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::OnRemoveComplete(System.Configuration.SettingsProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_OnRemoveComplete_m48734D2E3BA5482C224F40469734C9A87D8C9D9D (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_OnRemoveComplete_m48734D2E3BA5482C224F40469734C9A87D8C9D9D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_OnRemoveComplete_m48734D2E3BA5482C224F40469734C9A87D8C9D9D_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_Remove_mB915118C075B3E2B11BA89EBC3025A248B2575BA (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_Remove_mB915118C075B3E2B11BA89EBC3025A248B2575BA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_Remove_mB915118C075B3E2B11BA89EBC3025A248B2575BA_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyCollection::SetReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyCollection_SetReadOnly_mF01FEE1C0A14549E186D3EDA3FDC1EC0E961ACD4 (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyCollection_SetReadOnly_mF01FEE1C0A14549E186D3EDA3FDC1EC0E961ACD4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyCollection_SetReadOnly_mF01FEE1C0A14549E186D3EDA3FDC1EC0E961ACD4_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_m8803246779459BB087F617CFD35E8DDC7D456ADB (SettingsPropertyIsReadOnlyException_tF0B76FD049C476316A08F51318A10B3E25EA344A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyIsReadOnlyException__ctor_m8803246779459BB087F617CFD35E8DDC7D456ADB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_m8803246779459BB087F617CFD35E8DDC7D456ADB_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_m1A2DD42B8C970C8CE41EA3F35EAA43267B307E26 (SettingsPropertyIsReadOnlyException_tF0B76FD049C476316A08F51318A10B3E25EA344A * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyIsReadOnlyException__ctor_m1A2DD42B8C970C8CE41EA3F35EAA43267B307E26_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_m1A2DD42B8C970C8CE41EA3F35EAA43267B307E26_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_m8EB607BCC595C506ADC8FAB7BB01A7C5DF050214 (SettingsPropertyIsReadOnlyException_tF0B76FD049C476316A08F51318A10B3E25EA344A * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyIsReadOnlyException__ctor_m8EB607BCC595C506ADC8FAB7BB01A7C5DF050214_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_m8EB607BCC595C506ADC8FAB7BB01A7C5DF050214_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyIsReadOnlyException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyIsReadOnlyException__ctor_mF7BEB67D76125F21B0192D742FD70517FD6C6F9E (SettingsPropertyIsReadOnlyException_tF0B76FD049C476316A08F51318A10B3E25EA344A * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyIsReadOnlyException__ctor_mF7BEB67D76125F21B0192D742FD70517FD6C6F9E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyIsReadOnlyException__ctor_mF7BEB67D76125F21B0192D742FD70517FD6C6F9E_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_m9C39054744D5F4622F880AED070FC077484A9B8F (SettingsPropertyNotFoundException_t1D1F0AD1FC77A33F35DC454C1AA41FECE2BD7B10 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyNotFoundException__ctor_m9C39054744D5F4622F880AED070FC077484A9B8F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_m9C39054744D5F4622F880AED070FC077484A9B8F_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_m676269608D1DE46A9B0FDE3C404C1187F0049380 (SettingsPropertyNotFoundException_t1D1F0AD1FC77A33F35DC454C1AA41FECE2BD7B10 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyNotFoundException__ctor_m676269608D1DE46A9B0FDE3C404C1187F0049380_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_m676269608D1DE46A9B0FDE3C404C1187F0049380_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_m1694EA3FDD809FBF4D74F029762D55766CEF60B2 (SettingsPropertyNotFoundException_t1D1F0AD1FC77A33F35DC454C1AA41FECE2BD7B10 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyNotFoundException__ctor_m1694EA3FDD809FBF4D74F029762D55766CEF60B2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_m1694EA3FDD809FBF4D74F029762D55766CEF60B2_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyNotFoundException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyNotFoundException__ctor_mE35C4476A22528D9F150641791E6F1826AF16C2F (SettingsPropertyNotFoundException_t1D1F0AD1FC77A33F35DC454C1AA41FECE2BD7B10 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyNotFoundException__ctor_mE35C4476A22528D9F150641791E6F1826AF16C2F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyNotFoundException__ctor_mE35C4476A22528D9F150641791E6F1826AF16C2F_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsPropertyValue::.ctor(System.Configuration.SettingsProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue__ctor_m9F52E7EDACC44C99AA232A1FAF11AA4B070A0BFB (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue__ctor_m9F52E7EDACC44C99AA232A1FAF11AA4B070A0BFB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue__ctor_m9F52E7EDACC44C99AA232A1FAF11AA4B070A0BFB_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingsPropertyValue::get_Deserialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValue_get_Deserialized_m0CDC744754307D177A238D5A06807370A49BBEBE (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_get_Deserialized_m0CDC744754307D177A238D5A06807370A49BBEBE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_Deserialized_m0CDC744754307D177A238D5A06807370A49BBEBE_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingsPropertyValue::set_Deserialized(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_Deserialized_mEE6D3A331E434413357BB7BBE360EBE4DB303E9D (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_set_Deserialized_mEE6D3A331E434413357BB7BBE360EBE4DB303E9D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_Deserialized_mEE6D3A331E434413357BB7BBE360EBE4DB303E9D_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingsPropertyValue::get_IsDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValue_get_IsDirty_mE12262E9C6569B96EF3FB2A3E1A322B3790EC60F (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_get_IsDirty_mE12262E9C6569B96EF3FB2A3E1A322B3790EC60F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_IsDirty_mE12262E9C6569B96EF3FB2A3E1A322B3790EC60F_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Configuration.SettingsPropertyValue::set_IsDirty(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_IsDirty_m3B590775F6F7D1F92F19CBA7A481E1916E8C4EDB (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_set_IsDirty_m3B590775F6F7D1F92F19CBA7A481E1916E8C4EDB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_IsDirty_m3B590775F6F7D1F92F19CBA7A481E1916E8C4EDB_RuntimeMethod_var); return; } } // System.String System.Configuration.SettingsPropertyValue::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsPropertyValue_get_Name_mD51A3F24613A3803406AEB5F85F8F162887A04CA (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_get_Name_mD51A3F24613A3803406AEB5F85F8F162887A04CA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_Name_mD51A3F24613A3803406AEB5F85F8F162887A04CA_RuntimeMethod_var); return (String_t*)NULL; } } // System.Configuration.SettingsProperty System.Configuration.SettingsPropertyValue::get_Property() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 * SettingsPropertyValue_get_Property_m8C8F5C8B0CE7DA4D2EC56447B6049ACE507E158A (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_get_Property_m8C8F5C8B0CE7DA4D2EC56447B6049ACE507E158A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_Property_m8C8F5C8B0CE7DA4D2EC56447B6049ACE507E158A_RuntimeMethod_var); return (SettingsProperty_t49ABB4711E749EAFCF3CC9B384856DC0517AB516 *)NULL; } } // System.Object System.Configuration.SettingsPropertyValue::get_PropertyValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValue_get_PropertyValue_m2B9E1327DF5D0B76BDE28C8C7258230A275A794C (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_get_PropertyValue_m2B9E1327DF5D0B76BDE28C8C7258230A275A794C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_PropertyValue_m2B9E1327DF5D0B76BDE28C8C7258230A275A794C_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsPropertyValue::set_PropertyValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_PropertyValue_mD29FEA760E3E572FA2D3E52B75EF1460CF4BFF41 (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_set_PropertyValue_mD29FEA760E3E572FA2D3E52B75EF1460CF4BFF41_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_PropertyValue_mD29FEA760E3E572FA2D3E52B75EF1460CF4BFF41_RuntimeMethod_var); return; } } // System.Object System.Configuration.SettingsPropertyValue::get_SerializedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValue_get_SerializedValue_m3128BEC0A87BD2AF674EB075263F570DB20EB6AF (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_get_SerializedValue_m3128BEC0A87BD2AF674EB075263F570DB20EB6AF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_SerializedValue_m3128BEC0A87BD2AF674EB075263F570DB20EB6AF_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsPropertyValue::set_SerializedValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValue_set_SerializedValue_m0EB0FCF2F75A53446E534D09835E79182308F6A7 (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_set_SerializedValue_m0EB0FCF2F75A53446E534D09835E79182308F6A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_set_SerializedValue_m0EB0FCF2F75A53446E534D09835E79182308F6A7_RuntimeMethod_var); return; } } // System.Boolean System.Configuration.SettingsPropertyValue::get_UsingDefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValue_get_UsingDefaultValue_m041D7A351EC79757972B749BA200749F97C994AD (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValue_get_UsingDefaultValue_m041D7A351EC79757972B749BA200749F97C994AD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsPropertyValue_get_UsingDefaultValue_m041D7A351EC79757972B749BA200749F97C994AD_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_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.Configuration.SettingsPropertyValueCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection__ctor_mA58A40C260FBB7C3CD5CA775591924BEA1EA0C99 (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection__ctor_mA58A40C260FBB7C3CD5CA775591924BEA1EA0C99_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection__ctor_mA58A40C260FBB7C3CD5CA775591924BEA1EA0C99_RuntimeMethod_var); return; } } // System.Int32 System.Configuration.SettingsPropertyValueCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsPropertyValueCollection_get_Count_mE87906117631300231BE192247FCE4C121DEFB2F (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_get_Count_mE87906117631300231BE192247FCE4C121DEFB2F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_Count_mE87906117631300231BE192247FCE4C121DEFB2F_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Boolean System.Configuration.SettingsPropertyValueCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsPropertyValueCollection_get_IsSynchronized_m14173E7B3AB485358914C192421700F7A40ED242 (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_get_IsSynchronized_m14173E7B3AB485358914C192421700F7A40ED242_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_IsSynchronized_m14173E7B3AB485358914C192421700F7A40ED242_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Configuration.SettingsPropertyValue System.Configuration.SettingsPropertyValueCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * SettingsPropertyValueCollection_get_Item_m0C34754BAA0E398055BD65ED030D0C013459D3ED (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_get_Item_m0C34754BAA0E398055BD65ED030D0C013459D3ED_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_Item_m0C34754BAA0E398055BD65ED030D0C013459D3ED_RuntimeMethod_var); return (SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA *)NULL; } } // System.Object System.Configuration.SettingsPropertyValueCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValueCollection_get_SyncRoot_m1C0625235254787368892170EDFF730B5141D56B (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_get_SyncRoot_m1C0625235254787368892170EDFF730B5141D56B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_get_SyncRoot_m1C0625235254787368892170EDFF730B5141D56B_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsPropertyValueCollection::Add(System.Configuration.SettingsPropertyValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_Add_m85E24AA13E634C842AB66E57F792AD282B4CC24F (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, SettingsPropertyValue_tFE3AAFDDA784805AD0C54228D8DF83F27F0C3DAA * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_Add_m85E24AA13E634C842AB66E57F792AD282B4CC24F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Add_m85E24AA13E634C842AB66E57F792AD282B4CC24F_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyValueCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_Clear_m95DF3D761FB56B241C186FDFD7AA6B0FE8A737B3 (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_Clear_m95DF3D761FB56B241C186FDFD7AA6B0FE8A737B3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Clear_m95DF3D761FB56B241C186FDFD7AA6B0FE8A737B3_RuntimeMethod_var); return; } } // System.Object System.Configuration.SettingsPropertyValueCollection::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SettingsPropertyValueCollection_Clone_m147426F75D5C25D28DCA3013825AA7B61574C851 (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_Clone_m147426F75D5C25D28DCA3013825AA7B61574C851_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Clone_m147426F75D5C25D28DCA3013825AA7B61574C851_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.SettingsPropertyValueCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_CopyTo_m039D6C2B84E81D3CD3E794467DF1DF11ADDA7741 (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_CopyTo_m039D6C2B84E81D3CD3E794467DF1DF11ADDA7741_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_CopyTo_m039D6C2B84E81D3CD3E794467DF1DF11ADDA7741_RuntimeMethod_var); return; } } // System.Collections.IEnumerator System.Configuration.SettingsPropertyValueCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsPropertyValueCollection_GetEnumerator_mA4D166E1CEA192E99BC0C65B62DB610615F416DC (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_GetEnumerator_mA4D166E1CEA192E99BC0C65B62DB610615F416DC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_GetEnumerator_mA4D166E1CEA192E99BC0C65B62DB610615F416DC_RuntimeMethod_var); return (RuntimeObject*)NULL; } } // System.Void System.Configuration.SettingsPropertyValueCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_Remove_m87F96CA7096ED0FE8FAA326D7BC5D519A06FE52F (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_Remove_m87F96CA7096ED0FE8FAA326D7BC5D519A06FE52F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_Remove_m87F96CA7096ED0FE8FAA326D7BC5D519A06FE52F_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyValueCollection::SetReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyValueCollection_SetReadOnly_mF451B4228EF33A7F8BDCFF299E6AE8EF2CC992B0 (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyValueCollection_SetReadOnly_mF451B4228EF33A7F8BDCFF299E6AE8EF2CC992B0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyValueCollection_SetReadOnly_mF451B4228EF33A7F8BDCFF299E6AE8EF2CC992B0_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_m132113474813D22B427451B2B659D934EEF590EA (SettingsPropertyWrongTypeException_t5CD8FB78C2C5DF692FF761E1F1531205F7AD7CD9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyWrongTypeException__ctor_m132113474813D22B427451B2B659D934EEF590EA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_m132113474813D22B427451B2B659D934EEF590EA_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_mE2FA00216385595F2DEF473C945608A1588AACBC (SettingsPropertyWrongTypeException_t5CD8FB78C2C5DF692FF761E1F1531205F7AD7CD9 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyWrongTypeException__ctor_mE2FA00216385595F2DEF473C945608A1588AACBC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_mE2FA00216385595F2DEF473C945608A1588AACBC_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_mF30C96C41C7DA33EE0E4D42D2E57430855058A17 (SettingsPropertyWrongTypeException_t5CD8FB78C2C5DF692FF761E1F1531205F7AD7CD9 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyWrongTypeException__ctor_mF30C96C41C7DA33EE0E4D42D2E57430855058A17_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_mF30C96C41C7DA33EE0E4D42D2E57430855058A17_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsPropertyWrongTypeException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPropertyWrongTypeException__ctor_m66BE5D11E4F9DB7A754952250DDE0DE71FD99A23 (SettingsPropertyWrongTypeException_t5CD8FB78C2C5DF692FF761E1F1531205F7AD7CD9 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPropertyWrongTypeException__ctor_m66BE5D11E4F9DB7A754952250DDE0DE71FD99A23_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsPropertyWrongTypeException__ctor_m66BE5D11E4F9DB7A754952250DDE0DE71FD99A23_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProvider__ctor_m395565E4E155AC3E84A4E1C491F66C033267395B (SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProvider__ctor_m395565E4E155AC3E84A4E1C491F66C033267395B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProvider__ctor_m395565E4E155AC3E84A4E1C491F66C033267395B_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsProviderAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderAttribute__ctor_m936093E10CB57AF90BC1645671888E7638F01E9D (SettingsProviderAttribute_t38CAB8D5E11B31E0FBD036C692BE02157CDF7F84 * __this, String_t* ___providerTypeName0, const RuntimeMethod* method) { { return; } } // System.Void System.Configuration.SettingsProviderAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderAttribute__ctor_m55CC19786F4BC359BB961A2794A717234C7B6AB6 (SettingsProviderAttribute_t38CAB8D5E11B31E0FBD036C692BE02157CDF7F84 * __this, Type_t * ___providerType0, const RuntimeMethod* method) { { return; } } // System.String System.Configuration.SettingsProviderAttribute::get_ProviderTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SettingsProviderAttribute_get_ProviderTypeName_m527EA5998C0644136D6DCF9AEFE7698E42C876C3 (SettingsProviderAttribute_t38CAB8D5E11B31E0FBD036C692BE02157CDF7F84 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProviderAttribute_get_ProviderTypeName_m527EA5998C0644136D6DCF9AEFE7698E42C876C3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProviderAttribute_get_ProviderTypeName_m527EA5998C0644136D6DCF9AEFE7698E42C876C3_RuntimeMethod_var); return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsProviderCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderCollection__ctor_m8BF45C253BBD6F2BB5F4C5B3D13F5F7411F51A50 (SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProviderCollection__ctor_m8BF45C253BBD6F2BB5F4C5B3D13F5F7411F51A50_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProviderCollection__ctor_m8BF45C253BBD6F2BB5F4C5B3D13F5F7411F51A50_RuntimeMethod_var); return; } } // System.Configuration.SettingsProvider System.Configuration.SettingsProviderCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C * SettingsProviderCollection_get_Item_m766C62C6EA1D6CF845ABA1883B3283BEC410305B (SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProviderCollection_get_Item_m766C62C6EA1D6CF845ABA1883B3283BEC410305B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProviderCollection_get_Item_m766C62C6EA1D6CF845ABA1883B3283BEC410305B_RuntimeMethod_var); return (SettingsProvider_tFCE5E05AC19521A4D65389DA99FE9472E98E5B2C *)NULL; } } // System.Void System.Configuration.SettingsProviderCollection::Add(System.Configuration.Provider.ProviderBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsProviderCollection_Add_mED60DC906FE0D4493E3FFD7533C6E180DAC78FAC (SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C * __this, ProviderBase_t75D5AF714666B4C010B8ED3B53ECB10D3171C148 * ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsProviderCollection_Add_mED60DC906FE0D4493E3FFD7533C6E180DAC78FAC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsProviderCollection_Add_mED60DC906FE0D4493E3FFD7533C6E180DAC78FAC_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.SettingsSavingEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSavingEventHandler__ctor_m6764A62B84B357A510AA0D0C70EE654244334029 (SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSavingEventHandler__ctor_m6764A62B84B357A510AA0D0C70EE654244334029_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler__ctor_m6764A62B84B357A510AA0D0C70EE654244334029_RuntimeMethod_var); return; } } // System.Void System.Configuration.SettingsSavingEventHandler::Invoke(System.Object,System.ComponentModel.CancelEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSavingEventHandler_Invoke_m52F8350CC84F8A6EA4A86CEE7D121BDD3A38078A (SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD * __this, RuntimeObject * ___sender0, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSavingEventHandler_Invoke_m52F8350CC84F8A6EA4A86CEE7D121BDD3A38078A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler_Invoke_m52F8350CC84F8A6EA4A86CEE7D121BDD3A38078A_RuntimeMethod_var); return; } } // System.IAsyncResult System.Configuration.SettingsSavingEventHandler::BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SettingsSavingEventHandler_BeginInvoke_m0B4F31C3C8196FD2D4B16879BC7A0AB9FFCA75AF (SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD * __this, RuntimeObject * ___sender0, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSavingEventHandler_BeginInvoke_m0B4F31C3C8196FD2D4B16879BC7A0AB9FFCA75AF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler_BeginInvoke_m0B4F31C3C8196FD2D4B16879BC7A0AB9FFCA75AF_RuntimeMethod_var); return (RuntimeObject*)NULL; } } // System.Void System.Configuration.SettingsSavingEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSavingEventHandler_EndInvoke_mD9F3EC0FA802E741C0DF3F3E84B7B3FCC527584B (SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSavingEventHandler_EndInvoke_mD9F3EC0FA802E741C0DF3F3E84B7B3FCC527584B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSavingEventHandler_EndInvoke_mD9F3EC0FA802E741C0DF3F3E84B7B3FCC527584B_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.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.Net.Configuration.HttpListenerElement System.Net.Configuration.SettingsSection::get_HttpListener() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpListenerElement_t6E336B2902766D07BF1E27F8988D6C6DFEC8ABA4 * SettingsSection_get_HttpListener_mE76AFA8E0A55AA94C0E35EDE8B76FA0202DDFBEA (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_HttpListener_mE76AFA8E0A55AA94C0E35EDE8B76FA0202DDFBEA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_HttpListener_mE76AFA8E0A55AA94C0E35EDE8B76FA0202DDFBEA_RuntimeMethod_var); return (HttpListenerElement_t6E336B2902766D07BF1E27F8988D6C6DFEC8ABA4 *)NULL; } } // System.Net.Configuration.HttpWebRequestElement System.Net.Configuration.SettingsSection::get_HttpWebRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpWebRequestElement_t359B9211350C71365139BCC698CCEB140F474F7B * SettingsSection_get_HttpWebRequest_mA2AA2623CF50340BE988D26D4D46BD9D90064604 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_HttpWebRequest_mA2AA2623CF50340BE988D26D4D46BD9D90064604_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_HttpWebRequest_mA2AA2623CF50340BE988D26D4D46BD9D90064604_RuntimeMethod_var); return (HttpWebRequestElement_t359B9211350C71365139BCC698CCEB140F474F7B *)NULL; } } // System.Net.Configuration.Ipv6Element System.Net.Configuration.SettingsSection::get_Ipv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68 * SettingsSection_get_Ipv6_m5D2405FDB237F4635E674C1A52CCB4D44FFF55B9 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_Ipv6_m5D2405FDB237F4635E674C1A52CCB4D44FFF55B9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_Ipv6_m5D2405FDB237F4635E674C1A52CCB4D44FFF55B9_RuntimeMethod_var); return (Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68 *)NULL; } } // System.Net.Configuration.PerformanceCountersElement System.Net.Configuration.SettingsSection::get_PerformanceCounters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 * SettingsSection_get_PerformanceCounters_mE35AFB8E9C8E14F98ADAE4ABF37172910BF766C4 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_PerformanceCounters_mE35AFB8E9C8E14F98ADAE4ABF37172910BF766C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_PerformanceCounters_mE35AFB8E9C8E14F98ADAE4ABF37172910BF766C4_RuntimeMethod_var); return (PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 *)NULL; } } // 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; } } // System.Net.Configuration.ServicePointManagerElement System.Net.Configuration.SettingsSection::get_ServicePointManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * SettingsSection_get_ServicePointManager_m230F6081AFDDE190F3599E289371B4962E78ACD2 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_ServicePointManager_m230F6081AFDDE190F3599E289371B4962E78ACD2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_ServicePointManager_m230F6081AFDDE190F3599E289371B4962E78ACD2_RuntimeMethod_var); return (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C *)NULL; } } // System.Net.Configuration.SocketElement System.Net.Configuration.SettingsSection::get_Socket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * SettingsSection_get_Socket_m1F770B72F754845500687D1F5C06EE3989715DF3 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_Socket_m1F770B72F754845500687D1F5C06EE3989715DF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_Socket_m1F770B72F754845500687D1F5C06EE3989715DF3_RuntimeMethod_var); return (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 *)NULL; } } // System.Net.Configuration.WebProxyScriptElement System.Net.Configuration.SettingsSection::get_WebProxyScript() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebProxyScriptElement_t6E2DB4259FF77920BA00BBA7AC7E0BAC995FD76F * SettingsSection_get_WebProxyScript_m7EEE95FF02B8A197859092274FB8CA604A40A381 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_WebProxyScript_m7EEE95FF02B8A197859092274FB8CA604A40A381_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_WebProxyScript_m7EEE95FF02B8A197859092274FB8CA604A40A381_RuntimeMethod_var); return (WebProxyScriptElement_t6E2DB4259FF77920BA00BBA7AC7E0BAC995FD76F *)NULL; } } // System.Net.Configuration.WebUtilityElement System.Net.Configuration.SettingsSection::get_WebUtility() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebUtilityElement_t3CAEE818299B8719DD27A5DC410EA43EC9E77F4B * SettingsSection_get_WebUtility_mFCEE3A9FDAD828C59BC9638FDE89765A9410A4CD (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_WebUtility_mFCEE3A9FDAD828C59BC9638FDE89765A9410A4CD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_WebUtility_mFCEE3A9FDAD828C59BC9638FDE89765A9410A4CD_RuntimeMethod_var); return (WebUtilityElement_t3CAEE818299B8719DD27A5DC410EA43EC9E77F4B *)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_mE0694DB22ADB571D842C04FE8DE06D3087AD45E6 (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_UseNagleAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_UseNagleAlgorithm_m036F9718D9BE1C9BF57C68D944E66B688646BCD9 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CUseNagleAlgorithmU3Ek__BackingField_3(); return L_0; } } // System.Void System.Net.Configuration.SettingsSectionInternal::set_UseNagleAlgorithm(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_UseNagleAlgorithm_m3F16E855459826E9B3A0D45B79219D86743232AE (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CUseNagleAlgorithmU3Ek__BackingField_3(L_0); return; } } // System.Boolean System.Net.Configuration.SettingsSectionInternal::get_Expect100Continue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_Expect100Continue_m7C2061FA9C34158C6245B8B4014AD2614AEBA887 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CExpect100ContinueU3Ek__BackingField_4(); return L_0; } } // System.Void System.Net.Configuration.SettingsSectionInternal::set_Expect100Continue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_Expect100Continue_m1DDF5C98159367D79A74C125ED61DAF46EE9609B (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CExpect100ContinueU3Ek__BackingField_4(L_0); return; } } // System.Boolean System.Net.Configuration.SettingsSectionInternal::get_CheckCertificateName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_CheckCertificateName_m1B702D7310146918BCF2D2B5D0159412EE21BB60 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCheckCertificateNameU3Ek__BackingField_5(); return L_0; } } // System.Void System.Net.Configuration.SettingsSectionInternal::set_CheckCertificateName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_CheckCertificateName_m6F820C2FF099A813FE6C061406EED009CE07BD8F (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCheckCertificateNameU3Ek__BackingField_5(L_0); return; } } // System.Int32 System.Net.Configuration.SettingsSectionInternal::get_DnsRefreshTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsSectionInternal_get_DnsRefreshTimeout_m4B7E0B177430CDF2CA97CBFF153373ED4CF6B6B5 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDnsRefreshTimeoutU3Ek__BackingField_6(); return L_0; } } // System.Void System.Net.Configuration.SettingsSectionInternal::set_DnsRefreshTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_DnsRefreshTimeout_mC64A13B6E16E44EF102677894AF9D203992C3B60 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CDnsRefreshTimeoutU3Ek__BackingField_6(L_0); return; } } // System.Boolean System.Net.Configuration.SettingsSectionInternal::get_EnableDnsRoundRobin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_EnableDnsRoundRobin_m819E1E838B75D6B4E5B2D33EEE309E83F36E86E2 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableDnsRoundRobinU3Ek__BackingField_7(); return L_0; } } // System.Void System.Net.Configuration.SettingsSectionInternal::set_EnableDnsRoundRobin(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_EnableDnsRoundRobin_m17F624B0A07258E272289051E0E9FF8B566614BB (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableDnsRoundRobinU3Ek__BackingField_7(L_0); return; } } // System.Boolean System.Net.Configuration.SettingsSectionInternal::get_CheckCertificateRevocationList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_CheckCertificateRevocationList_mF3670504FE9F4D3FD94BF01DB3F9FEB146C7E9B0 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCheckCertificateRevocationListU3Ek__BackingField_8(); return L_0; } } // System.Void System.Net.Configuration.SettingsSectionInternal::set_CheckCertificateRevocationList(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_CheckCertificateRevocationList_mC217B64B0630B9D0AB324D6C6DCB808A48D84E0F (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCheckCertificateRevocationListU3Ek__BackingField_8(L_0); return; } } // System.Net.Security.EncryptionPolicy System.Net.Configuration.SettingsSectionInternal::get_EncryptionPolicy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsSectionInternal_get_EncryptionPolicy_m29528F484EB9096BE463021E0F4640E0330682EB (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CEncryptionPolicyU3Ek__BackingField_9(); return L_0; } } // System.Void System.Net.Configuration.SettingsSectionInternal::set_EncryptionPolicy(System.Net.Security.EncryptionPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_EncryptionPolicy_m42EE1F733613A778FC754F47C028479A433C64FA (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CEncryptionPolicyU3Ek__BackingField_9(L_0); return; } } // 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_m5551DBD25A2FDADEA2D5407031D2A9436524AA07 (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 #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.Configuration.SettingsSerializeAsAttribute::.ctor(System.Configuration.SettingsSerializeAs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSerializeAsAttribute__ctor_m9CE6BED5A3B047C97EEFF08745AE2A8C22A66D35 (SettingsSerializeAsAttribute_t0B3FC3A9D96413FC9FAC0072B114D4FE3BC721FA * __this, int32_t ___serializeAs0, const RuntimeMethod* method) { { return; } } // System.Configuration.SettingsSerializeAs System.Configuration.SettingsSerializeAsAttribute::get_SerializeAs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsSerializeAsAttribute_get_SerializeAs_mBDEF4D6F4B0EB1D25690DF78AA1F55C7D44F6932 (SettingsSerializeAsAttribute_t0B3FC3A9D96413FC9FAC0072B114D4FE3BC721FA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSerializeAsAttribute_get_SerializeAs_mBDEF4D6F4B0EB1D25690DF78AA1F55C7D44F6932_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SettingsSerializeAsAttribute_get_SerializeAs_mBDEF4D6F4B0EB1D25690DF78AA1F55C7D44F6932_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_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.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_mCB69CAC317F723A1CB6B52194C5917B49C456794((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 = VirtualFuncInvoker0< 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_mCB69CAC317F723A1CB6B52194C5917B49C456794((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); VirtualActionInvoker1< 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.Boolean System.ComponentModel.SingleConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleConverter_get_AllowHex_m2207A48AE57B6DA91A7094B4CBF314222852C662 (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type System.ComponentModel.SingleConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SingleConverter_get_TargetType_m89646C3F293A3182612F681C1F9D1EDED562FF0A (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.ComponentModel.SingleConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SingleConverter_FromString_m329FD3B43A0DFE180E2502C1E96FB2565BC5BC12 (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); float L_2; L_2 = Convert_ToSingle_mBC08244C02CF34E9B4D669CA6EF13DA5C92EA23B(L_0, L_1, /*hidden argument*/NULL); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.SingleConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SingleConverter_FromString_m1830B84EF522A9CF63927381FC22F662926280E9 (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 * __this, String_t* ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; float L_2; L_2 = Single_Parse_m7D5DB9BD4C9B1CA55BFBA132545345411A8FEBA0(L_0, ((int32_t)167), L_1, /*hidden argument*/NULL); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.SingleConverter::FromString(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SingleConverter_FromString_mFD3EB84D76A8F8801C30BAA351819A3A66EC3DFA (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 * __this, String_t* ___value0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; float L_2; L_2 = Single_Parse_m2CEE3E81A3D2E04934160117DFA3729B8158F101(L_0, L_1, /*hidden argument*/NULL); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.SingleConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SingleConverter_ToString_m1AD2DBB7F1DEB2DC03CAE18ADDCBD194850781AA (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 * __this, RuntimeObject * ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___value0; V_0 = ((*(float*)((float*)UnBox(L_0, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; String_t* L_2; L_2 = Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B((float*)(&V_0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_1, /*hidden argument*/NULL); return L_2; } } // 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.Configuration.SingleTagSectionHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleTagSectionHandler__ctor_m5FF5476537B8F53D49B8A4B1BA28F9E3585D7C88 (SingleTagSectionHandler_t5CA4FCA30F6F32CDD375C6FC33941F2896811C62 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleTagSectionHandler__ctor_m5FF5476537B8F53D49B8A4B1BA28F9E3585D7C88_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SingleTagSectionHandler__ctor_m5FF5476537B8F53D49B8A4B1BA28F9E3585D7C88_RuntimeMethod_var); return; } } // System.Object System.Configuration.SingleTagSectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SingleTagSectionHandler_Create_m96EF9099EBD7BD1DE8975E2C24F7F1F9F3AD00A1 (SingleTagSectionHandler_t5CA4FCA30F6F32CDD375C6FC33941F2896811C62 * __this, RuntimeObject * ___parent0, RuntimeObject * ___context1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleTagSectionHandler_Create_m96EF9099EBD7BD1DE8975E2C24F7F1F9F3AD00A1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SingleTagSectionHandler_Create_m96EF9099EBD7BD1DE8975E2C24F7F1F9F3AD00A1_RuntimeMethod_var); return 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 #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.SmtpNetworkElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement__ctor_mFEE2857939DAFB7DEA4E9EC6879DC7AD25763ED1 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement__ctor_mFEE2857939DAFB7DEA4E9EC6879DC7AD25763ED1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement__ctor_mFEE2857939DAFB7DEA4E9EC6879DC7AD25763ED1_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.SmtpNetworkElement::get_ClientDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_ClientDomain_mB1D08F6617B6DCAFBAAE8C437E7BEFF4C03B5A70 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_ClientDomain_mB1D08F6617B6DCAFBAAE8C437E7BEFF4C03B5A70_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_ClientDomain_mB1D08F6617B6DCAFBAAE8C437E7BEFF4C03B5A70_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_ClientDomain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_ClientDomain_mA98F9E15668192EDCB5BD54E8FB0687FF11503A2 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_ClientDomain_mA98F9E15668192EDCB5BD54E8FB0687FF11503A2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_ClientDomain_mA98F9E15668192EDCB5BD54E8FB0687FF11503A2_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.SmtpNetworkElement::get_DefaultCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmtpNetworkElement_get_DefaultCredentials_m5E994D76EC98B6F84573EAB2E3517D901B38BC1E (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_DefaultCredentials_m5E994D76EC98B6F84573EAB2E3517D901B38BC1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_DefaultCredentials_m5E994D76EC98B6F84573EAB2E3517D901B38BC1E_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_DefaultCredentials(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_DefaultCredentials_m48A24CF6B1727FA07FAD597926AB2806D4514F75 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_DefaultCredentials_m48A24CF6B1727FA07FAD597926AB2806D4514F75_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_DefaultCredentials_m48A24CF6B1727FA07FAD597926AB2806D4514F75_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.SmtpNetworkElement::get_EnableSsl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmtpNetworkElement_get_EnableSsl_mEE85D0F60A0877AE9B09402E147FE5D8A6443894 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_EnableSsl_mEE85D0F60A0877AE9B09402E147FE5D8A6443894_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_EnableSsl_mEE85D0F60A0877AE9B09402E147FE5D8A6443894_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_EnableSsl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_EnableSsl_m83133B5897CC297E38A92DEBEFCB44B34136FFB6 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_EnableSsl_m83133B5897CC297E38A92DEBEFCB44B34136FFB6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_EnableSsl_m83133B5897CC297E38A92DEBEFCB44B34136FFB6_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.SmtpNetworkElement::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_Host_m418934F092A276EA27BBA7C04DF7343EA9B2E929 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_Host_m418934F092A276EA27BBA7C04DF7343EA9B2E929_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Host_m418934F092A276EA27BBA7C04DF7343EA9B2E929_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_Host(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_Host_m1651BC2360E5F020BA7BDBC19527E54E993B4AB0 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_Host_m1651BC2360E5F020BA7BDBC19527E54E993B4AB0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_Host_m1651BC2360E5F020BA7BDBC19527E54E993B4AB0_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.SmtpNetworkElement::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_Password_m320E4D65C3F0258671F7445F4EAD2435E810D349 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_Password_m320E4D65C3F0258671F7445F4EAD2435E810D349_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Password_m320E4D65C3F0258671F7445F4EAD2435E810D349_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_Password_m71B4E945B572966BC73D23923058245E3A17DFA3 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_Password_m71B4E945B572966BC73D23923058245E3A17DFA3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_Password_m71B4E945B572966BC73D23923058245E3A17DFA3_RuntimeMethod_var); return; } } // System.Int32 System.Net.Configuration.SmtpNetworkElement::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmtpNetworkElement_get_Port_mC4E3D35DAFFD00959A684D0FD977940CB392CEE2 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_Port_mC4E3D35DAFFD00959A684D0FD977940CB392CEE2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Port_mC4E3D35DAFFD00959A684D0FD977940CB392CEE2_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_Port(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_Port_mFF981CD03C8D8AA2E1A82C079B6EEC9694CBBB54 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_Port_mFF981CD03C8D8AA2E1A82C079B6EEC9694CBBB54_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_Port_mFF981CD03C8D8AA2E1A82C079B6EEC9694CBBB54_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SmtpNetworkElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SmtpNetworkElement_get_Properties_m6420B7E9423C3FBBCC4F749C6F5F4565DD513962 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_Properties_m6420B7E9423C3FBBCC4F749C6F5F4565DD513962_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Properties_m6420B7E9423C3FBBCC4F749C6F5F4565DD513962_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.String System.Net.Configuration.SmtpNetworkElement::get_TargetName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_TargetName_m9F53A2363B3ED5BD32755AAA134809CB604593B7 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_TargetName_m9F53A2363B3ED5BD32755AAA134809CB604593B7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_TargetName_m9F53A2363B3ED5BD32755AAA134809CB604593B7_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_TargetName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_TargetName_m7C57ECD96651B6BBE234E783296062505A381D98 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_TargetName_m7C57ECD96651B6BBE234E783296062505A381D98_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_TargetName_m7C57ECD96651B6BBE234E783296062505A381D98_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.SmtpNetworkElement::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_UserName_m601B8413908F4A1D0FB9501D893F8DC136634E5A (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_get_UserName_m601B8413908F4A1D0FB9501D893F8DC136634E5A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_UserName_m601B8413908F4A1D0FB9501D893F8DC136634E5A_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.SmtpNetworkElement::set_UserName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_UserName_m345CEF77AE60A40E847000D11ECAFB1A4C8974A2 (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_set_UserName_m345CEF77AE60A40E847000D11ECAFB1A4C8974A2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_UserName_m345CEF77AE60A40E847000D11ECAFB1A4C8974A2_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.SmtpNetworkElement::PostDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_PostDeserialize_mBF43A065067B287F69FC3501271D279EFF69B18C (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpNetworkElement_PostDeserialize_mBF43A065067B287F69FC3501271D279EFF69B18C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_PostDeserialize_mBF43A065067B287F69FC3501271D279EFF69B18C_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.SmtpSection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection__ctor_m84A61FCB3BBE4AA1376591E39C591B500E39E580 (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection__ctor_m84A61FCB3BBE4AA1376591E39C591B500E39E580_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection__ctor_m84A61FCB3BBE4AA1376591E39C591B500E39E580_RuntimeMethod_var); return; } } // System.Net.Mail.SmtpDeliveryFormat System.Net.Configuration.SmtpSection::get_DeliveryFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmtpSection_get_DeliveryFormat_mC45C4DCF2E9BE93956580A87115B72E7FD605F97 (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_get_DeliveryFormat_mC45C4DCF2E9BE93956580A87115B72E7FD605F97_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SmtpSection_get_DeliveryFormat_mC45C4DCF2E9BE93956580A87115B72E7FD605F97_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SmtpSection::set_DeliveryFormat(System.Net.Mail.SmtpDeliveryFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection_set_DeliveryFormat_m3F26B06FF3683E19438EC4499E1E9C9A6DFDD73D (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_set_DeliveryFormat_m3F26B06FF3683E19438EC4499E1E9C9A6DFDD73D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection_set_DeliveryFormat_m3F26B06FF3683E19438EC4499E1E9C9A6DFDD73D_RuntimeMethod_var); return; } } // System.Net.Mail.SmtpDeliveryMethod System.Net.Configuration.SmtpSection::get_DeliveryMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmtpSection_get_DeliveryMethod_m273C40F6D45CF3022B52A2437957A687A1F4B5A3 (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_get_DeliveryMethod_m273C40F6D45CF3022B52A2437957A687A1F4B5A3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SmtpSection_get_DeliveryMethod_m273C40F6D45CF3022B52A2437957A687A1F4B5A3_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SmtpSection::set_DeliveryMethod(System.Net.Mail.SmtpDeliveryMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection_set_DeliveryMethod_m09741237EB255A81B2A218F58805EEA72184B91E (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_set_DeliveryMethod_m09741237EB255A81B2A218F58805EEA72184B91E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection_set_DeliveryMethod_m09741237EB255A81B2A218F58805EEA72184B91E_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.SmtpSection::get_From() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpSection_get_From_m8B5A2C6F7F35BE29BAD65EB603BEED619036197D (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_get_From_m8B5A2C6F7F35BE29BAD65EB603BEED619036197D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection_get_From_m8B5A2C6F7F35BE29BAD65EB603BEED619036197D_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.SmtpSection::set_From(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection_set_From_m0FF23D2C71B5248C77CD83ABCDF88F9A1A4A7C4D (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_set_From_m0FF23D2C71B5248C77CD83ABCDF88F9A1A4A7C4D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection_set_From_m0FF23D2C71B5248C77CD83ABCDF88F9A1A4A7C4D_RuntimeMethod_var); return; } } // System.Net.Configuration.SmtpNetworkElement System.Net.Configuration.SmtpSection::get_Network() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 * SmtpSection_get_Network_mCC85D4B5743A130C0DF6DB582E084E17E41A77D2 (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_get_Network_mCC85D4B5743A130C0DF6DB582E084E17E41A77D2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection_get_Network_mCC85D4B5743A130C0DF6DB582E084E17E41A77D2_RuntimeMethod_var); return (SmtpNetworkElement_t7EFC31B33368232579F4B01022E02BE1EED4A257 *)NULL; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SmtpSection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SmtpSection_get_Properties_mBA4328B89DC25F61677E77D8E08BE02B95E0B566 (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_get_Properties_mBA4328B89DC25F61677E77D8E08BE02B95E0B566_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection_get_Properties_mBA4328B89DC25F61677E77D8E08BE02B95E0B566_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement System.Net.Configuration.SmtpSection::get_SpecifiedPickupDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A * SmtpSection_get_SpecifiedPickupDirectory_m5FD4FE0C790EE35C221A9AB0230FDF7017256EB4 (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSection_get_SpecifiedPickupDirectory_m5FD4FE0C790EE35C221A9AB0230FDF7017256EB4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSection_get_SpecifiedPickupDirectory_m5FD4FE0C790EE35C221A9AB0230FDF7017256EB4_RuntimeMethod_var); return (SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSpecifiedPickupDirectoryElement__ctor_m559E4CBBF259E6C03A74461DEA01B590E16AA16F (SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSpecifiedPickupDirectoryElement__ctor_m559E4CBBF259E6C03A74461DEA01B590E16AA16F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement__ctor_m559E4CBBF259E6C03A74461DEA01B590E16AA16F_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::get_PickupDirectoryLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_mEFFBCA4BB2BDB13B59DDA3E2A4A0B3441AF8BE1E (SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_mEFFBCA4BB2BDB13B59DDA3E2A4A0B3441AF8BE1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_mEFFBCA4BB2BDB13B59DDA3E2A4A0B3441AF8BE1E_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::set_PickupDirectoryLocation(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m0DE10C99C764EEC6701296FD65FD0EC6D391440B (SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m0DE10C99C764EEC6701296FD65FD0EC6D391440B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m0DE10C99C764EEC6701296FD65FD0EC6D391440B_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SmtpSpecifiedPickupDirectoryElement_get_Properties_m103C4D824FAF1E4E9EA9C836588459C6B633BA3E (SmtpSpecifiedPickupDirectoryElement_tDF8741E5B1EA264E5BF22DA165E3F91B91B1664A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmtpSpecifiedPickupDirectoryElement_get_Properties_m103C4D824FAF1E4E9EA9C836588459C6B633BA3E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement_get_Properties_m103C4D824FAF1E4E9EA9C836588459C6B633BA3E_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.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_mE96516F52998F0D40A0BF13CB75A0051024C6330(/*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 = VirtualFuncInvoker0< 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_mE0694DB22ADB571D842C04FE8DE06D3087AD45E6_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_m67DD850142E442FBE3FF1546CBF469BBF369209F (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_mE96516F52998F0D40A0BF13CB75A0051024C6330(/*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_mD2DA5FDCC675E30E930FC063C7DE0FD52D05C133 (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_mE96516F52998F0D40A0BF13CB75A0051024C6330(/*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_m26553C4F27984C90CFDD3307C799B5EB2CD7F737 (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_mE96516F52998F0D40A0BF13CB75A0051024C6330(/*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_mA6770B91BF46256850B2F2E09058B86538051728 (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_mE96516F52998F0D40A0BF13CB75A0051024C6330(/*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.Boolean System.Net.Sockets.Socket::get_ExclusiveAddressUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_ExclusiveAddressUse_m25C88FD1249506A1383016838D1E48DB11D26EE5 (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; } { RuntimeObject * L_0; L_0 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(__this, ((int32_t)65535), ((int32_t)-5), /*hidden argument*/NULL); if (((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))) { goto IL_0016; } } { return (bool)0; } IL_0016: { return (bool)1; } } // 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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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.Boolean System.Net.Sockets.Socket::CanTryAddressFamily(System.Net.Sockets.AddressFamily) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_CanTryAddressFamily_mE25DAFE220F431B02FF63C0F4611DBD31D84A8CC (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___family0, const RuntimeMethod* method) { { int32_t L_0 = ___family0; int32_t L_1 = __this->get_addressFamily_14(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0016; } } { int32_t L_2 = ___family0; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0014; } } { bool L_3; L_3 = Socket_get_IsDualMode_m79CF98B9280D1A062087666B96A4D81C349EF9A1(__this, /*hidden argument*/NULL); return L_3; } IL_0014: { return (bool)0; } IL_0016: { return (bool)1; } } // 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::SendTo(System.Byte[],System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_SendTo_m4DC878D5020EB58F4C6286BEA3FB876DA31896F4 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP1, const RuntimeMethod* method) { int32_t G_B2_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_1 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B2_2 = NULL; int32_t G_B1_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B1_1 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B1_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_2 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_3 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; G_B1_0 = 0; G_B1_1 = L_0; G_B1_2 = __this; if (L_1) { G_B2_0 = 0; G_B2_1 = L_0; G_B2_2 = __this; goto IL_0009; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_000c; } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; NullCheck(L_2); G_B3_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_000c: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_3 = ___remoteEP1; NullCheck(G_B3_3); int32_t L_4; L_4 = Socket_SendTo_mA760EDC1FC1F6525A3ABF526A7951274D9DE83EF(G_B3_3, G_B3_2, G_B3_1, G_B3_0, 0, L_3, /*hidden argument*/NULL); return L_4; } } // 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::ReceiveFrom(System.Byte[],System.Net.EndPoint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_m782E046F6ADDAB2218711650A04550BB917E534C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** ___remoteEP1, const RuntimeMethod* method) { int32_t G_B2_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_1 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B2_2 = NULL; int32_t G_B1_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B1_1 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B1_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_2 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_3 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; G_B1_0 = 0; G_B1_1 = L_0; G_B1_2 = __this; if (L_1) { G_B2_0 = 0; G_B2_1 = L_0; G_B2_2 = __this; goto IL_0009; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_000c; } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; NullCheck(L_2); G_B3_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_000c: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_3 = ___remoteEP1; NullCheck(G_B3_3); int32_t L_4; L_4 = Socket_ReceiveFrom_mB129CBAABDBEFED42431F891B1F62D99E8CED928(G_B3_3, G_B3_2, G_B3_1, G_B3_0, 0, (EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA **)L_3, /*hidden argument*/NULL); return L_4; } } // 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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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::BeginConnect(System.Net.IPAddress,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, 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*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_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; } { 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_LoggingEnabled_5(); il2cpp_codegen_memory_barrier(); bool L_1; L_1 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(__this, /*hidden argument*/NULL); 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 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* 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*)&Socket_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973_RuntimeMethod_var))); } IL_0021: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_5 = ___address0; if (L_5) { goto IL_002f; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_6 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973_RuntimeMethod_var))); } IL_002f: { int32_t L_7 = ___port1; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_8; L_8 = ValidationHelper_ValidateTcpPort_mC3E43EB25CB11FD1E24201705A66E50903A1893E(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0042; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral670E6E5CD786FBA46F50395F2FE281B1DF2C9985)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973_RuntimeMethod_var))); } IL_0042: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_10 = ___address0; NullCheck(L_10); int32_t L_11; L_11 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_10, /*hidden argument*/NULL); bool L_12; L_12 = Socket_CanTryAddressFamily_mE25DAFE220F431B02FF63C0F4611DBD31D84A8CC(__this, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0060; } } { String_t* L_13; L_13 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B9F99550D8DECAF31E1FC1ADF4921923B550D17)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_14 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973_RuntimeMethod_var))); } IL_0060: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_15 = ___address0; int32_t L_16 = ___port1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_17 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_17, L_15, L_16, /*hidden argument*/NULL); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_18 = ___requestCallback2; RuntimeObject * L_19 = ___state3; RuntimeObject* L_20; L_20 = Socket_BeginConnect_m6B71DEA09A833155BBF391D25DC81C404FE5B3EF(__this, L_17, L_18, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_21 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_LoggingEnabled_5(); il2cpp_codegen_memory_barrier(); return L_20; } } // 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_mA1850942FB6DD6B737EB52AE8A455F9EB25028C6 (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_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((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_mE96516F52998F0D40A0BF13CB75A0051024C6330 (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_mA1850942FB6DD6B737EB52AE8A455F9EB25028C6(/*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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_m00854C9BD8BCFA6D116271C9F7476B838503640E(0, /*hidden argument*/NULL); bool L_5; L_5 = Socket_IsProtocolSupported_m00854C9BD8BCFA6D116271C9F7476B838503640E(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_mE0694DB22ADB571D842C04FE8DE06D3087AD45E6_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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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; } { VirtualActionInvoker1< 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_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__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) VirtualActionInvoker1< 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_mC7E8605C1D943E24EE2C36B9DF12885FB32ED104(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 = VirtualFuncInvoker0< 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_mCB596BAD15C14A0371CF076DA6EF32E8EC1CCF82(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_mE96516F52998F0D40A0BF13CB75A0051024C6330(/*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_mC843828E7671B194441E55FB780D266D7F1D22BF(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_mC843828E7671B194441E55FB780D266D7F1D22BF (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_m4913A3572F99989BE4AA26EBE0C31338E6DC3E4A((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_m4913A3572F99989BE4AA26EBE0C31338E6DC3E4A (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef int32_t (*Socket_Available_internal_m4913A3572F99989BE4AA26EBE0C31338E6DC3E4A_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Available_internal_m4913A3572F99989BE4AA26EBE0C31338E6DC3E4A_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_mC1B1CC3BB9F3F61A4B4925A9AB9D5103B149DD99(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 = VirtualFuncInvoker1< 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_mC1B1CC3BB9F3F61A4B4925A9AB9D5103B149DD99 (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_mE29C210052FE31782D0D2CF0816FDE89C2E8BA81((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_mE29C210052FE31782D0D2CF0816FDE89C2E8BA81 (intptr_t ___socket0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method) { typedef SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * (*Socket_LocalEndPoint_internal_mE29C210052FE31782D0D2CF0816FDE89C2E8BA81_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_LocalEndPoint_internal_mE29C210052FE31782D0D2CF0816FDE89C2E8BA81_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_m651020D7329C77EDE7E34B92478FE29417DE7F85(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_m651020D7329C77EDE7E34B92478FE29417DE7F85 (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_m4923453CF6D97A5B481B675E8048713908DF201F((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_m4923453CF6D97A5B481B675E8048713908DF201F (intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Blocking_internal_m4923453CF6D97A5B481B675E8048713908DF201F_ftn) (intptr_t, bool, int32_t*); using namespace il2cpp::icalls; ((Socket_Blocking_internal_m4923453CF6D97A5B481B675E8048713908DF201F_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_m78737EA3ADB65C574765F0907534A1457B36D5AD(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_m78737EA3ADB65C574765F0907534A1457B36D5AD (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_m4C3040D41623EAF0C67D3A3B8306308A5BBFB090((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_m4C3040D41623EAF0C67D3A3B8306308A5BBFB090 (intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method) { typedef bool (*Socket_Poll_internal_m4C3040D41623EAF0C67D3A3B8306308A5BBFB090_ftn) (intptr_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Poll_internal_m4C3040D41623EAF0C67D3A3B8306308A5BBFB090_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_m5150EA5D5E87751768538CA412FEEC8832164CF2(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_m5150EA5D5E87751768538CA412FEEC8832164CF2(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.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 = VirtualFuncInvoker0< 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_m5150EA5D5E87751768538CA412FEEC8832164CF2 (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_mCF896B6CC0448D86DC4C2A90669C14366F520AAA((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_mCF896B6CC0448D86DC4C2A90669C14366F520AAA (intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method) { typedef intptr_t (*Socket_Accept_internal_mCF896B6CC0448D86DC4C2A90669C14366F520AAA_ftn) (intptr_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Accept_internal_mCF896B6CC0448D86DC4C2A90669C14366F520AAA_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 = VirtualFuncInvoker0< 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_mDDA24FCED45C4C2CE9198F9E5D7635DAB14FED0E(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_mDDA24FCED45C4C2CE9198F9E5D7635DAB14FED0E (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_m2E1D2983E359325F577799A715E4EAD60FCD9A1E((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_m2E1D2983E359325F577799A715E4EAD60FCD9A1E (intptr_t ___sock0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Bind_internal_m2E1D2983E359325F577799A715E4EAD60FCD9A1E_ftn) (intptr_t, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 *, int32_t*); using namespace il2cpp::icalls; ((Socket_Bind_internal_m2E1D2983E359325F577799A715E4EAD60FCD9A1E_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_mCAA9A33B4025EEAA32286F65867C0312826D3032(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_mCAA9A33B4025EEAA32286F65867C0312826D3032 (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_m741F524ABE7E508614BD59D32D21B79DA91BC065((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_m741F524ABE7E508614BD59D32D21B79DA91BC065 (intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Listen_internal_m741F524ABE7E508614BD59D32D21B79DA91BC065_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Listen_internal_m741F524ABE7E508614BD59D32D21B79DA91BC065_ftn)System::System::Net::Sockets::Socket::Listen) (___sock0, ___backlog1, ___error2); } // System.Void System.Net.Sockets.Socket::Connect(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_mA7BB443E475AC35010CFB96E8F7091D34AC61247 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, 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); s_Il2CppMethodInitialized = true; } { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = ___address0; int32_t L_1 = ___port1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_2 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_2, L_0, L_1, /*hidden argument*/NULL); Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8(__this, L_2, /*hidden argument*/NULL); return; } } // 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 = VirtualFuncInvoker1< 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 = VirtualFuncInvoker1< 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 = VirtualFuncInvoker0< 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_mDF5F0AC13C860A8B1B7D430E9747DD075D3E098F(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 = VirtualFuncInvoker1< 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 = VirtualFuncInvoker1< 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_m8973842AF0FE11D76AC9D4FFE28908F1B974F164(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_mFD5889EA6A3ACA8423741598F766C920067AE899(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_m3570016DCEEB2EF4E34F873633B9149B368E103B(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_m3570016DCEEB2EF4E34F873633B9149B368E103B (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_mFD5889EA6A3ACA8423741598F766C920067AE899(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_m3570016DCEEB2EF4E34F873633B9149B368E103B_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_mFD5889EA6A3ACA8423741598F766C920067AE899 (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 = VirtualFuncInvoker1< 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 = VirtualFuncInvoker1< 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_mFD5889EA6A3ACA8423741598F766C920067AE899_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 = VirtualFuncInvoker0< 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_mDF5F0AC13C860A8B1B7D430E9747DD075D3E098F(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_m5CD0B1BF6A9DBA5B42F6D6CE9F86568A2ADBFF02((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 = VirtualFuncInvoker0< 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_mDF5F0AC13C860A8B1B7D430E9747DD075D3E098F (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_m4947904CE00106D5D008099EF27809BF504B9CE3((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_m4947904CE00106D5D008099EF27809BF504B9CE3 (intptr_t ___sock0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method) { typedef void (*Socket_Connect_internal_m4947904CE00106D5D008099EF27809BF504B9CE3_ftn) (intptr_t, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 *, int32_t*, bool); using namespace il2cpp::icalls; ((Socket_Connect_internal_m4947904CE00106D5D008099EF27809BF504B9CE3_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_m5BFD115DED7ED6735C6ADDD6A6944B96089152EF(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 = VirtualFuncInvoker0< 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_m5BFD115DED7ED6735C6ADDD6A6944B96089152EF (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_m4F0F16E5E30A61DCE40BE255EAB656CEAD4E2D75((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_m4F0F16E5E30A61DCE40BE255EAB656CEAD4E2D75 (intptr_t ___sock0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Disconnect_internal_m4F0F16E5E30A61DCE40BE255EAB656CEAD4E2D75_ftn) (intptr_t, bool, int32_t*); using namespace il2cpp::icalls; ((Socket_Disconnect_internal_m4F0F16E5E30A61DCE40BE255EAB656CEAD4E2D75_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_m32C732F35B8F7E49A511F750F37CA2A488FDC7EB(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_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_mB3032B98553812A832F9BF14949F00960E2D3DF4_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_m79996A0C101669893B6ACC314BEA31597A00F9CB_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_m79996A0C101669893B6ACC314BEA31597A00F9CB_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m79996A0C101669893B6ACC314BEA31597A00F9CB_RuntimeMethod_var); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_25; L_25 = GCHandle_Alloc_mBF5C4C0E8605F97427BFDF96D68AACD4A4D6DDEC((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_m79996A0C101669893B6ACC314BEA31597A00F9CB_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_mB3032B98553812A832F9BF14949F00960E2D3DF4(L_33, L_34, /*hidden argument*/Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mB3032B98553812A832F9BF14949F00960E2D3DF4_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_mE9F36174DA5F7B4CEE0E682EDD9ECA4A92827479(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 = VirtualFuncInvoker0< 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_mE9F36174DA5F7B4CEE0E682EDD9ECA4A92827479 (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_mACBB4D49BA2AA03BABFB64D4EAF6ADD4F9B99116((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_mACBB4D49BA2AA03BABFB64D4EAF6ADD4F9B99116 (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_mACBB4D49BA2AA03BABFB64D4EAF6ADD4F9B99116_ftn) (intptr_t, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Receive_internal_mACBB4D49BA2AA03BABFB64D4EAF6ADD4F9B99116_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_m32C732F35B8F7E49A511F750F37CA2A488FDC7EB (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_mA045268E2A2A8548562FB4D652262B2AF242CA8E((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_mA045268E2A2A8548562FB4D652262B2AF242CA8E (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_mA045268E2A2A8548562FB4D652262B2AF242CA8E_ftn) (intptr_t, uint8_t*, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Receive_internal_mA045268E2A2A8548562FB4D652262B2AF242CA8E_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&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_mB129CBAABDBEFED42431F891B1F62D99E8CED928 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** ___remoteEP4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_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); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_4 = ___remoteEP4; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_5 = *((EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA **)L_4); if (L_5) { goto IL_0026; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_6 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C52C8D495F05CFD54188F5CD5E5C6E98067B112)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ReceiveFrom_mB129CBAABDBEFED42431F891B1F62D99E8CED928_RuntimeMethod_var))); } IL_0026: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = ___socketFlags3; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_11 = ___remoteEP4; int32_t L_12; L_12 = Socket_ReceiveFrom_mAFA99FB7487A2216312D4510E530BB9F5A4CD54B(__this, L_7, L_8, L_9, L_10, (EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA **)L_11, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_13 = V_0; G_B3_0 = L_12; if (!L_13) { G_B4_0 = L_12; goto IL_003f; } } { int32_t L_14 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_15 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ReceiveFrom_mB129CBAABDBEFED42431F891B1F62D99E8CED928_RuntimeMethod_var))); } IL_003f: { return G_B4_0; } } // 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 = VirtualFuncInvoker0< 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_mB857796A233063A7771FCB31AAB68A689409E670(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 = VirtualFuncInvoker1< 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 = VirtualFuncInvoker0< 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_mB857796A233063A7771FCB31AAB68A689409E670 (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_m689AA7188B819800D065F7F82BC8DD525BD19776((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_m689AA7188B819800D065F7F82BC8DD525BD19776 (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_m689AA7188B819800D065F7F82BC8DD525BD19776_ftn) (intptr_t, uint8_t*, int32_t, int32_t, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 **, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_ReceiveFrom_internal_m689AA7188B819800D065F7F82BC8DD525BD19776_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_m0A9A6ADE648F99CB7C43F2C97ECF75143B1932EA(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_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_mB3032B98553812A832F9BF14949F00960E2D3DF4_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_m79996A0C101669893B6ACC314BEA31597A00F9CB_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_m79996A0C101669893B6ACC314BEA31597A00F9CB_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m79996A0C101669893B6ACC314BEA31597A00F9CB_RuntimeMethod_var); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_26; L_26 = GCHandle_Alloc_mBF5C4C0E8605F97427BFDF96D68AACD4A4D6DDEC((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_m79996A0C101669893B6ACC314BEA31597A00F9CB_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m79996A0C101669893B6ACC314BEA31597A00F9CB_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_mB3032B98553812A832F9BF14949F00960E2D3DF4(L_34, L_35, /*hidden argument*/Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mB3032B98553812A832F9BF14949F00960E2D3DF4_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_m0B94FEA48E7CA8BD01699DBD4A624C7A1AA7005F(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_mCC42F20496AC0BB4DD9178C0C26D23ACC36DF864 (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_m0A9A6ADE648F99CB7C43F2C97ECF75143B1932EA(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_m5CD0B1BF6A9DBA5B42F6D6CE9F86568A2ADBFF02((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 = VirtualFuncInvoker0< 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_m0B94FEA48E7CA8BD01699DBD4A624C7A1AA7005F (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_mE78CA6C457332ABC047C04BAE46BAE149E19EC84((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_mE78CA6C457332ABC047C04BAE46BAE149E19EC84 (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_mE78CA6C457332ABC047C04BAE46BAE149E19EC84_ftn) (intptr_t, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Send_internal_mE78CA6C457332ABC047C04BAE46BAE149E19EC84_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_m0A9A6ADE648F99CB7C43F2C97ECF75143B1932EA (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_m1BEC7CBA4A4284807DD126A07B02265B6190FAF2((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_m1BEC7CBA4A4284807DD126A07B02265B6190FAF2 (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_m1BEC7CBA4A4284807DD126A07B02265B6190FAF2_ftn) (intptr_t, uint8_t*, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Send_internal_m1BEC7CBA4A4284807DD126A07B02265B6190FAF2_ftn)System::System::Net::Sockets::Socket::Send40) (___sock0, ___buffer1, ___count2, ___flags3, ___error4, ___blocking5); } // System.Int32 System.Net.Sockets.Socket::SendTo(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_SendTo_mA760EDC1FC1F6525A3ABF526A7951274D9DE83EF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP4, 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; int32_t G_B11_0 = 0; int32_t G_B7_0 = 0; int32_t G_B10_0 = 0; int32_t G_B8_0 = 0; int32_t G_B9_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); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_4 = ___remoteEP4; if (L_4) { goto IL_0025; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C52C8D495F05CFD54188F5CD5E5C6E98067B112)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SendTo_mA760EDC1FC1F6525A3ABF526A7951274D9DE83EF_RuntimeMethod_var))); } IL_0025: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; V_3 = L_7; if (!L_7) { goto IL_002f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_3; NullCheck(L_8); if (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) { goto IL_0034; } } IL_002f: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_003d; } IL_0034: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_3; NullCheck(L_9); V_2 = (uint8_t*)((uintptr_t)((L_9)->GetAddressAt(static_cast(0)))); } IL_003d: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_10 = __this->get_m_Handle_17(); uint8_t* L_11 = V_2; int32_t L_12 = ___offset1; int32_t L_13 = ___size2; int32_t L_14 = ___socketFlags3; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_15 = ___remoteEP4; NullCheck(L_15); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_16; L_16 = VirtualFuncInvoker0< SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_15); bool L_17 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_18; L_18 = Socket_SendTo_internal_m8299D8A6CAF9F7C3B9C42620D96ED99CB5214A34(L_10, (uint8_t*)(uint8_t*)((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12))), L_13, L_14, L_16, (int32_t*)(&V_0), L_17, /*hidden argument*/NULL); V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; int32_t L_19 = V_0; V_1 = L_19; int32_t L_20 = V_1; G_B7_0 = L_18; if (!L_20) { G_B11_0 = L_18; goto IL_0083; } } { int32_t L_21 = V_1; G_B8_0 = G_B7_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)10035)))) { G_B10_0 = G_B7_0; goto IL_007c; } } { int32_t L_22 = V_1; G_B9_0 = G_B8_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)10036)))) { G_B10_0 = G_B8_0; goto IL_007c; } } { __this->set_is_connected_23((bool)0); G_B10_0 = G_B9_0; } IL_007c: { int32_t L_23 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_24 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SendTo_mA760EDC1FC1F6525A3ABF526A7951274D9DE83EF_RuntimeMethod_var))); } IL_0083: { __this->set_is_connected_23((bool)1); __this->set_is_bound_22((bool)1); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_25 = ___remoteEP4; __this->set_seed_endpoint_18(L_25); return G_B11_0; } } // 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 = VirtualFuncInvoker0< 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.Int32 System.Net.Sockets.Socket::SendTo_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_SendTo_internal_m8299D8A6CAF9F7C3B9C42620D96ED99CB5214A34 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa4, 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 = ___sa4; 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_SendTo_internal_mAFE45008CEFA16E4CCEDC0CAC8F913FCBB924D77((intptr_t)L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, 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::SendTo_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_SendTo_internal_mAFE45008CEFA16E4CCEDC0CAC8F913FCBB924D77 (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method) { typedef int32_t (*Socket_SendTo_internal_mAFE45008CEFA16E4CCEDC0CAC8F913FCBB924D77_ftn) (intptr_t, uint8_t*, int32_t, int32_t, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 *, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_SendTo_internal_mAFE45008CEFA16E4CCEDC0CAC8F913FCBB924D77_ftn)System::System::Net::Sockets::Socket::SendTo_internal) (___sock0, ___buffer1, ___count2, ___flags3, ___sa4, ___error5, ___blocking6); } // 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_mC30B3F69E41421FAF4D97C59DC965A753DFADD76(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_mC30B3F69E41421FAF4D97C59DC965A753DFADD76 (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_mA2DDFEEDA1CFF19D37FC035C64988F0DBB96713B((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_mA2DDFEEDA1CFF19D37FC035C64988F0DBB96713B (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method) { typedef void (*Socket_GetSocketOption_obj_internal_mA2DDFEEDA1CFF19D37FC035C64988F0DBB96713B_ftn) (intptr_t, int32_t, int32_t, RuntimeObject **, int32_t*); using namespace il2cpp::icalls; ((Socket_GetSocketOption_obj_internal_mA2DDFEEDA1CFF19D37FC035C64988F0DBB96713B_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.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, RuntimeObject * ___optionValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1_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; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * V_1 = NULL; MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B * V_2 = NULL; IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1 * V_3 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___optionValue2; 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*)&_stringLiteral88482A2C0B65F215CDEB6EE94B8250AF9D2BB534)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___optionLevel0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)65535))))) { goto IL_0055; } } { int32_t L_3 = ___optionName1; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)128))))) { goto IL_0055; } } { RuntimeObject * L_4 = ___optionValue2; V_1 = ((LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 *)IsInstClass((RuntimeObject*)L_4, LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var)); LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_5 = V_1; if (L_5) { goto IL_003e; } } { 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*)&_stringLiteral434966594DABCF0FDC371F7FDFF950F93C6E95EA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88482A2C0B65F215CDEB6EE94B8250AF9D2BB534)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A_RuntimeMethod_var))); } IL_003e: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_7 = __this->get_m_Handle_17(); int32_t L_8 = ___optionLevel0; int32_t L_9 = ___optionName1; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_mCB596BAD15C14A0371CF076DA6EF32E8EC1CCF82(L_7, L_8, L_9, L_10, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); goto IL_00dd; } IL_0055: { int32_t L_11 = ___optionLevel0; if (L_11) { goto IL_0090; } } { int32_t L_12 = ___optionName1; if ((((int32_t)L_12) == ((int32_t)((int32_t)12)))) { goto IL_0062; } } { int32_t L_13 = ___optionName1; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)13))))) { goto IL_0090; } } IL_0062: { RuntimeObject * L_14 = ___optionValue2; V_2 = ((MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B *)IsInstClass((RuntimeObject*)L_14, MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B_il2cpp_TypeInfo_var)); MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B * L_15 = V_2; if (L_15) { goto IL_007c; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB2989A7D7DAD8D54F3AB61BC1CEDF21C0F7C6A4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88482A2C0B65F215CDEB6EE94B8250AF9D2BB534)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A_RuntimeMethod_var))); } IL_007c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_17 = __this->get_m_Handle_17(); int32_t L_18 = ___optionLevel0; int32_t L_19 = ___optionName1; MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B * L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_mCB596BAD15C14A0371CF076DA6EF32E8EC1CCF82(L_17, L_18, L_19, L_20, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); goto IL_00dd; } IL_0090: { int32_t L_21 = ___optionLevel0; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)41))))) { goto IL_00cd; } } { int32_t L_22 = ___optionName1; if ((((int32_t)L_22) == ((int32_t)((int32_t)12)))) { goto IL_009f; } } { int32_t L_23 = ___optionName1; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)13))))) { goto IL_00cd; } } IL_009f: { RuntimeObject * L_24 = ___optionValue2; V_3 = ((IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1 *)IsInstClass((RuntimeObject*)L_24, IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1_il2cpp_TypeInfo_var)); IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1 * L_25 = V_3; if (L_25) { goto IL_00b9; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95D5E54BB22383826530413AFB0F54F601E9526C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88482A2C0B65F215CDEB6EE94B8250AF9D2BB534)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A_RuntimeMethod_var))); } IL_00b9: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_27 = __this->get_m_Handle_17(); int32_t L_28 = ___optionLevel0; int32_t L_29 = ___optionName1; IPv6MulticastOption_t90BAC5890E4B186A4279BA4173F5AF8CA02286F1 * L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_mCB596BAD15C14A0371CF076DA6EF32E8EC1CCF82(L_27, L_28, L_29, L_30, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); goto IL_00dd; } IL_00cd: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_31 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral336F66C526E291DF97745944F1A7A3C2FC0F66AB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88482A2C0B65F215CDEB6EE94B8250AF9D2BB534)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A_RuntimeMethod_var))); } IL_00dd: { int32_t L_32 = V_0; if (!L_32) { goto IL_00f5; } } { int32_t L_33 = V_0; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)10022))))) { goto IL_00ee; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_34 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34(L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A_RuntimeMethod_var))); } IL_00ee: { int32_t L_35 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_36 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A_RuntimeMethod_var))); } IL_00f5: { return; } } // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m0C098DE4E3F030FD9856E00F34199C28335641D5 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, bool ___optionValue2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = ___optionValue2; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_0007; } IL_0006: { G_B3_0 = 1; } IL_0007: { V_0 = G_B3_0; int32_t L_1 = ___optionLevel0; int32_t L_2 = ___optionName1; int32_t L_3 = V_0; Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // 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_mCB596BAD15C14A0371CF076DA6EF32E8EC1CCF82(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_mCB596BAD15C14A0371CF076DA6EF32E8EC1CCF82 (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_mED7F49F19689979DC57B9AAAF4F19BB2B834909B((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_mED7F49F19689979DC57B9AAAF4F19BB2B834909B (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_mED7F49F19689979DC57B9AAAF4F19BB2B834909B_ftn) (intptr_t, int32_t, int32_t, RuntimeObject *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_SetSocketOption_internal_mED7F49F19689979DC57B9AAAF4F19BB2B834909B_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 = VirtualFuncInvoker0< 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_m4A3062113A417D02E0B2B19CAE9F57704DE6B138(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_m4A3062113A417D02E0B2B19CAE9F57704DE6B138 (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_mA914CFD7D33C32B7ADCF876AF13FB2AF534A88D9((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_mA914CFD7D33C32B7ADCF876AF13FB2AF534A88D9 (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_mA914CFD7D33C32B7ADCF876AF13FB2AF534A88D9_ftn) (intptr_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t*); using namespace il2cpp::icalls; return ((Socket_IOControl_internal_mA914CFD7D33C32B7ADCF876AF13FB2AF534A88D9_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_mCE4CEF71FFC367E0EB7C8F3A04DCDC9C3BF2F7FB (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef void (*Socket_Close_internal_mCE4CEF71FFC367E0EB7C8F3A04DCDC9C3BF2F7FB_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Close_internal_mCE4CEF71FFC367E0EB7C8F3A04DCDC9C3BF2F7FB_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_mC7E8605C1D943E24EE2C36B9DF12885FB32ED104 (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_m406B2CD6BA7AF7BC444D381AB24568EFB3DB4DD3((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_m406B2CD6BA7AF7BC444D381AB24568EFB3DB4DD3 (intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Shutdown_internal_m406B2CD6BA7AF7BC444D381AB24568EFB3DB4DD3_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Shutdown_internal_m406B2CD6BA7AF7BC444D381AB24568EFB3DB4DD3_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_m406B2CD6BA7AF7BC444D381AB24568EFB3DB4DD3((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_m4C3040D41623EAF0C67D3A3B8306308A5BBFB090((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_mED7F49F19689979DC57B9AAAF4F19BB2B834909B((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 = VirtualFuncInvoker0< 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_m317AD9524376B7BE74DD9069346E345F2B131382((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_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(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_m5CD0B1BF6A9DBA5B42F6D6CE9F86568A2ADBFF02((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 = VirtualFuncInvoker0< 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_mA08ED08AF219F3D8FE676F352C1E4D5522AD004B (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___thread0, const RuntimeMethod* method) { typedef void (*Socket_cancel_blocking_socket_operation_mA08ED08AF219F3D8FE676F352C1E4D5522AD004B_ftn) (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *); using namespace il2cpp::icalls; ((Socket_cancel_blocking_socket_operation_mA08ED08AF219F3D8FE676F352C1E4D5522AD004B_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_m69658ED9A2D589A6C3083ADD822FBFFC7308B7D3 (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_mD2DA5FDCC675E30E930FC063C7DE0FD52D05C133(/*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_mA6770B91BF46256850B2F2E09058B86538051728(/*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_mF7C406BEB9464C29CF1C02FD64E21F99A8A5DC08 (int32_t ___networkInterface0, const RuntimeMethod* method) { typedef bool (*Socket_IsProtocolSupported_internal_mF7C406BEB9464C29CF1C02FD64E21F99A8A5DC08_ftn) (int32_t); using namespace il2cpp::icalls; return ((Socket_IsProtocolSupported_internal_mF7C406BEB9464C29CF1C02FD64E21F99A8A5DC08_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_m00854C9BD8BCFA6D116271C9F7476B838503640E (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_mF7C406BEB9464C29CF1C02FD64E21F99A8A5DC08(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.Sockets.Socket::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__cctor_m8A2CFCF4EA9CBF355A63C2C6033F4D4614DB255F (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_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); int32_t L_5; L_5 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*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_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*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 = VirtualFuncInvoker0< 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_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*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 = VirtualFuncInvoker0< 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_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(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_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__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) { { VirtualActionInvoker1< 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_mD759430F3E5DC7A3D549A79175C1469B7106D45E_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_mD759430F3E5DC7A3D549A79175C1469B7106D45E(L_4, L_6, L_7, /*hidden argument*/EventHandler_1_Invoke_mD759430F3E5DC7A3D549A79175C1469B7106D45E_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 = VirtualFuncInvoker0< 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_m9B9388DD623D33685D415D639455591D4DD967C6(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.Boolean System.Net.Configuration.SocketElement::get_AlwaysUseCompletionPortsForAccept() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketElement_get_AlwaysUseCompletionPortsForAccept_m08B06D7E7A90F2A46660C113AA9C6C4F1FDD2E1E (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_get_AlwaysUseCompletionPortsForAccept_m08B06D7E7A90F2A46660C113AA9C6C4F1FDD2E1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SocketElement_get_AlwaysUseCompletionPortsForAccept_m08B06D7E7A90F2A46660C113AA9C6C4F1FDD2E1E_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SocketElement::set_AlwaysUseCompletionPortsForAccept(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_set_AlwaysUseCompletionPortsForAccept_m4AB3E7AE52FA363B3A3F7A41690B8C36A5268B1E (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_set_AlwaysUseCompletionPortsForAccept_m4AB3E7AE52FA363B3A3F7A41690B8C36A5268B1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SocketElement_set_AlwaysUseCompletionPortsForAccept_m4AB3E7AE52FA363B3A3F7A41690B8C36A5268B1E_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.SocketElement::get_AlwaysUseCompletionPortsForConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketElement_get_AlwaysUseCompletionPortsForConnect_mF14979B3BCCB1CE94F6B9B0350DAC05731BE0135 (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_get_AlwaysUseCompletionPortsForConnect_mF14979B3BCCB1CE94F6B9B0350DAC05731BE0135_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(SocketElement_get_AlwaysUseCompletionPortsForConnect_mF14979B3BCCB1CE94F6B9B0350DAC05731BE0135_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SocketElement::set_AlwaysUseCompletionPortsForConnect(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_set_AlwaysUseCompletionPortsForConnect_mEF9D2A614CAFBE80F5474C244048C7ED2878BD08 (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_set_AlwaysUseCompletionPortsForConnect_mEF9D2A614CAFBE80F5474C244048C7ED2878BD08_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SocketElement_set_AlwaysUseCompletionPortsForConnect_mEF9D2A614CAFBE80F5474C244048C7ED2878BD08_RuntimeMethod_var); return; } } // System.Net.Sockets.IPProtectionLevel System.Net.Configuration.SocketElement::get_IPProtectionLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketElement_get_IPProtectionLevel_m1D64773C3F1DA5E313389CE51E3BE04E15BE7DF4 (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_get_IPProtectionLevel_m1D64773C3F1DA5E313389CE51E3BE04E15BE7DF4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SocketElement_get_IPProtectionLevel_m1D64773C3F1DA5E313389CE51E3BE04E15BE7DF4_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.SocketElement::set_IPProtectionLevel(System.Net.Sockets.IPProtectionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_set_IPProtectionLevel_mAC4DBEA12B674EE2FED87684CD88BC523F15D7F3 (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_set_IPProtectionLevel_mAC4DBEA12B674EE2FED87684CD88BC523F15D7F3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SocketElement_set_IPProtectionLevel_mAC4DBEA12B674EE2FED87684CD88BC523F15D7F3_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; } } // System.Void System.Net.Configuration.SocketElement::PostDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_PostDeserialize_mA8759B298B47DBA4A2141E98DC1E53BD6A809FAF (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_PostDeserialize_mA8759B298B47DBA4A2141E98DC1E53BD6A809FAF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SocketElement_PostDeserialize_mA8759B298B47DBA4A2141E98DC1E53BD6A809FAF_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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_m99F586D3C14E2051DBB53BEF3716A740EA9223E2 (const RuntimeMethod* method) { typedef int32_t (*SocketException_WSAGetLastError_internal_m99F586D3C14E2051DBB53BEF3716A740EA9223E2_ftn) (); using namespace il2cpp::icalls; return ((SocketException_WSAGetLastError_internal_m99F586D3C14E2051DBB53BEF3716A740EA9223E2_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_m99F586D3C14E2051DBB53BEF3716A740EA9223E2(/*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 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(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_mDAE40065605C3E87DC988D068950BC6A1369F7AE (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_m957C08D3F4284657BEB76C39872E091EE15E78C1_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_m452D636F3D5CBE5AA8746078C35C42F69BE61722_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_m957C08D3F4284657BEB76C39872E091EE15E78C1(G_B4_2, G_B4_1, G_B4_0, L_11, L_12, /*hidden argument*/TaskFactory_FromAsync_TisEndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA_m957C08D3F4284657BEB76C39872E091EE15E78C1_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 // System.Void System.Configuration.SpecialSettingAttribute::.ctor(System.Configuration.SpecialSetting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpecialSettingAttribute__ctor_mA7548410CB0EBCC63CFB9FA286E48EC623DB1492 (SpecialSettingAttribute_tBC111DFA8B4351A56F85DADFA45D2D4970C43BDE * __this, int32_t ___specialSetting0, const RuntimeMethod* method) { { return; } } // System.Configuration.SpecialSetting System.Configuration.SpecialSettingAttribute::get_SpecialSetting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpecialSettingAttribute_get_SpecialSetting_mAABD50DA59EDC0D3CB3A8C4302835ACB4E2568E0 (SpecialSettingAttribute_tBC111DFA8B4351A56F85DADFA45D2D4970C43BDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpecialSettingAttribute_get_SpecialSetting_mAABD50DA59EDC0D3CB3A8C4302835ACB4E2568E0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(SpecialSettingAttribute_get_SpecialSetting_mAABD50DA59EDC0D3CB3A8C4302835ACB4E2568E0_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_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 #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; } } // Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * SslStream_GetProvider_m085D5E948A0E9F042279B2261C0612E6F7CF9049 (const RuntimeMethod* method) { { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0; L_0 = MonoTlsProviderFactory_GetProvider_m85D4B68E10A7BE7D67BF2C17D3E8E0046228C863(/*hidden argument*/NULL); return L_0; } } // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_mDE2A5EC03984D2F7A4AB6DDE2A4A160E9CA80BC3 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___userCertificateValidationCallback2, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_2 = ___userCertificateValidationCallback2; SslStream__ctor_m40DB9FD6E682048F704D5CCE3360782A5C6C106A(__this, L_0, L_1, L_2, (LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m40DB9FD6E682048F704D5CCE3360782A5C6C106A (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___userCertificateValidationCallback2, LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * ___userCertificateSelectionCallback3, const RuntimeMethod* method) { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * V_0 = NULL; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509(__this, L_0, L_1, /*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_2; L_2 = SslStream_GetProvider_m085D5E948A0E9F042279B2261C0612E6F7CF9049(/*hidden argument*/NULL); __this->set_provider_7(L_2); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3; L_3 = MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537(/*hidden argument*/NULL); V_0 = L_3; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_4 = V_0; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_5 = ___userCertificateValidationCallback2; MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_6; L_6 = CallbackHelpers_PublicToMono_m6C0B8C1BD4F6F0B5D659EBA0F5F4684CD94D5BA0(L_5, /*hidden argument*/NULL); NullCheck(L_4); MonoTlsSettings_set_RemoteCertificateValidationCallback_m4727CA0470D108748A8D73E255621E3910747200_inline(L_4, L_6, /*hidden argument*/NULL); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_7 = V_0; LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * L_8 = ___userCertificateSelectionCallback3; MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_9; L_9 = CallbackHelpers_PublicToMono_mE700B0266ACF37490525C3DB61D82213755E1113(L_8, /*hidden argument*/NULL); NullCheck(L_7); MonoTlsSettings_set_ClientCertificateSelectionCallback_m59891142180E21ADE370A36C12A8D4CF86DF285F_inline(L_7, L_9, /*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_10 = __this->get_provider_7(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = ___innerStream0; bool L_12 = ___leaveInnerStreamOpen1; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_13 = V_0; NullCheck(L_10); RuntimeObject* L_14; L_14 = VirtualFuncInvoker3< RuntimeObject*, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, bool, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * >::Invoke(10 /* Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_10, L_11, L_12, L_13); __this->set_impl_8(L_14); return; } } // 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 = VirtualFuncInvoker4< 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_mC44C66BC4FD97898823C5E961D3D1E4714B1FE5D (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.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_AuthenticateAsClient_m116473239B067A2AE2B90E5232CDD47A39DD503D (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, String_t* ___targetHost0, 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); String_t* L_1 = ___targetHost0; NullCheck(L_0); InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void Mono.Security.Interface.IMonoSslStream::AuthenticateAsClient(System.String) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1); return; } } // 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(10 /* 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(11 /* 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(12 /* 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(17 /* 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(18 /* 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(19 /* 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(13 /* 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(14 /* 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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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.Void System.Net.Security.SslStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_SetLength_m8392E5F9F4229EC24BF0EE8CDAEEBDC76F486994 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, int64_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); int64_t L_1 = ___value0; NullCheck(L_0); InterfaceActionInvoker1< int64_t >::Invoke(15 /* System.Void Mono.Security.Interface.IMonoSslStream::SetLength(System.Int64) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1); return; } } // 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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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.Threading.Tasks.Task System.Net.Security.SslStream::FlushAsync(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * SslStream_FlushAsync_m0664E67F609D253559B69242C9DFF9D697151325 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = ___cancellationToken0; NullCheck(L_0); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2; L_2 = VirtualFuncInvoker1< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(21 /* System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken) */, L_0, L_1); return L_2; } } // 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); VirtualActionInvoker0::Invoke(20 /* 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(3 /* 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(4 /* 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(5 /* 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(6 /* 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(7 /* 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(8 /* 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 #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_m8CAF46C3B4D7460B70C325D666B7F6470D2208DB (const RuntimeMethod* method) { typedef int64_t (*Stopwatch_GetTimestamp_m8CAF46C3B4D7460B70C325D666B7F6470D2208DB_ftn) (); using namespace il2cpp::icalls; return ((Stopwatch_GetTimestamp_m8CAF46C3B4D7460B70C325D666B7F6470D2208DB_ftn)System::System::Diagnostics::Stopwatch::GetTimestamp) (); } // System.Diagnostics.Stopwatch System.Diagnostics.Stopwatch::StartNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * Stopwatch_StartNew_m526152085BB22CB969AF40B2775939C5C7F7F2F6 (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 * L_0 = (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 *)il2cpp_codegen_object_new(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); Stopwatch__ctor_mDE97B28A72294ABF18E6E9769086E202C3586CA7(L_0, /*hidden argument*/NULL); Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * L_1 = L_0; NullCheck(L_1); Stopwatch_Start_mED237B2178B2075FAED706E2A38111496B28DBDE(L_1, /*hidden argument*/NULL); return L_1; } } // 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_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(((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_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(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 ((int64_t)((int64_t)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_m8CAF46C3B4D7460B70C325D666B7F6470D2208DB(/*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_m8CAF46C3B4D7460B70C325D666B7F6470D2208DB(/*hidden argument*/NULL); __this->set_started_3(L_1); __this->set_is_running_4((bool)1); return; } } // System.Void System.Diagnostics.Stopwatch::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch__cctor_mC828CB8602A28CFD9436192D5A47475B31D34766 (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 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* 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); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* 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 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* 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.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsFixedSize_m0DF42F48B682BCFAD27BDE97B54789A7AF31CB65 (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 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* 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); VirtualActionInvoker0::Invoke(31 /* 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 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(33 /* 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); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* 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 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(38 /* 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); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(39 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Boolean System.Collections.Specialized.StringCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_get_IsSynchronized_m050BFCB6A4192E924D209B7CFAFC4F6EB6621CF0 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, const RuntimeMethod* method) { { return (bool)0; } } // 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); VirtualActionInvoker1< RuntimeObject * >::Invoke(41 /* 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); VirtualActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Object System.Collections.Specialized.StringCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_get_SyncRoot_m8EB8D6F913B12F3B9FBEC7056B85520F63107C9F (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // 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); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* 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 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* 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.Boolean System.ComponentModel.StringConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringConverter_CanConvertFrom_mFF02FCA3FEBA67E583A91EA96CDD01B9D409B0E8 (StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.StringConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * StringConverter_ConvertFrom_m6E33614039FA50E32C6508497A1B321B3236B1C2 (StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, 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*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_000f; } } { RuntimeObject * L_1 = ___value2; return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } IL_000f: { RuntimeObject * L_2 = ___value2; if (L_2) { goto IL_0018; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0018: { RuntimeObject* L_3 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___culture1; RuntimeObject * L_5 = ___value2; RuntimeObject * L_6; L_6 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void System.ComponentModel.StringConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConverter__ctor_m078D8E99B4F9B0F2EF7A2D3857A6F044B7A16118 (StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); 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.Diagnostics.Switch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mA2A930BF2A6548BBF83C409D583650F7CC9C9E4A (Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___displayName0; String_t* L_1 = ___description1; Switch__ctor_m2BAF4FA6A551CF1BE037A608A11DA11D9D1FCFE6(__this, L_0, L_1, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Switch::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_m2BAF4FA6A551CF1BE037A608A11DA11D9D1FCFE6 (Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC * __this, String_t* ___displayName0, String_t* ___description1, String_t* ___defaultSwitchValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); il2cpp_codegen_memory_barrier(); __this->set_switchValueString_2(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_1 = ___displayName0; if (L_1) { goto IL_001d; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___displayName0 = L_2; } IL_001d: { String_t* L_3 = ___displayName0; __this->set_displayName_1(L_3); String_t* L_4 = ___description1; __this->set_description_0(L_4); IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_5 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); V_0 = L_5; V_1 = (bool)0; } IL_0033: try {// begin try (depth: 1) List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_6 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_6, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); Switch__pruneCachedSwitches_mC97915D71FCE0F55B757055DC063F457412742FB(/*hidden argument*/NULL); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_7 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_8 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_8, __this, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E(L_7, L_8, /*hidden argument*/List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E_RuntimeMethod_var); IL2CPP_LEAVE(0x5C, FINALLY_0052); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: {// begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_005b; } } IL_0055: { List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_10 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_10, /*hidden argument*/NULL); } IL_005b: { IL2CPP_END_FINALLY(82) } }// end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5C, IL_005c) } IL_005c: { String_t* L_11 = ___defaultSwitchValue2; __this->set_defaultValue_3(L_11); return; } } // System.Void System.Diagnostics.Switch::_pruneCachedSwitches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__pruneCachedSwitches_mC97915D71FCE0F55B757055DC063F457412742FB (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*)&List_1_AddRange_mEC3C0CF9E0E3371225A3D807C5862185B4B393B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m3850EA63EC3ADFC26DD787A8DFDE6B1DFCE455DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_TrimExcess_mA7ED761FF10906AD8E29C7A86F29BC513F32107A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF340F34C1F60C0DF10925603959062CF976C43F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBCBE3E2D7E94AAF2A0B73A9AD638B23CE9AF415F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * V_0 = NULL; bool V_1 = false; List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_0 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); int32_t L_2 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_s_LastCollectionCount_5(); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); int32_t L_3; L_3 = GC_CollectionCount_mEFD1F54970362ED615FFBFDE113766710A67FDF6(2, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_00a9; } } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_4 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); NullCheck(L_4); int32_t L_5; L_5 = List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_inline(L_4, /*hidden argument*/List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_RuntimeMethod_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_6 = (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *)il2cpp_codegen_object_new(List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4_il2cpp_TypeInfo_var); List_1__ctor_mF340F34C1F60C0DF10925603959062CF976C43F9(L_6, L_5, /*hidden argument*/List_1__ctor_mF340F34C1F60C0DF10925603959062CF976C43F9_RuntimeMethod_var); V_2 = L_6; V_3 = 0; goto IL_0060; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_7 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); int32_t L_8 = V_3; NullCheck(L_7); WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_9; L_9 = List_1_get_Item_mBCBE3E2D7E94AAF2A0B73A9AD638B23CE9AF415F_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_mBCBE3E2D7E94AAF2A0B73A9AD638B23CE9AF415F_RuntimeMethod_var); NullCheck(L_9); RuntimeObject * L_10; L_10 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_9); if (!((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC *)CastclassClass((RuntimeObject*)L_10, Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))) { goto IL_005c; } } IL_004b: { List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_12 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); int32_t L_13 = V_3; NullCheck(L_12); WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_14; L_14 = List_1_get_Item_mBCBE3E2D7E94AAF2A0B73A9AD638B23CE9AF415F_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_mBCBE3E2D7E94AAF2A0B73A9AD638B23CE9AF415F_RuntimeMethod_var); NullCheck(L_11); List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E(L_11, L_14, /*hidden argument*/List_1_Add_m43566B37CCA477D8184056379C08DB88542B8E8E_RuntimeMethod_var); } IL_005c: { int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0060: { int32_t L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_17 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); NullCheck(L_17); int32_t L_18; L_18 = List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_inline(L_17, /*hidden argument*/List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0034; } } IL_006d: { List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_19 = V_2; NullCheck(L_19); int32_t L_20; L_20 = List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_inline(L_19, /*hidden argument*/List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_21 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); NullCheck(L_21); int32_t L_22; L_22 = List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_inline(L_21, /*hidden argument*/List_1_get_Count_m403F1B5A8F4CDEE7DA7F35FB85BB8C42A541AF58_RuntimeMethod_var); if ((((int32_t)L_20) >= ((int32_t)L_22))) { goto IL_009e; } } IL_007f: { IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_23 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); NullCheck(L_23); List_1_Clear_m3850EA63EC3ADFC26DD787A8DFDE6B1DFCE455DA(L_23, /*hidden argument*/List_1_Clear_m3850EA63EC3ADFC26DD787A8DFDE6B1DFCE455DA_RuntimeMethod_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_24 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_25 = V_2; NullCheck(L_24); List_1_AddRange_mEC3C0CF9E0E3371225A3D807C5862185B4B393B6(L_24, L_25, /*hidden argument*/List_1_AddRange_mEC3C0CF9E0E3371225A3D807C5862185B4B393B6_RuntimeMethod_var); List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_26 = ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->get_switches_4(); NullCheck(L_26); List_1_TrimExcess_mA7ED761FF10906AD8E29C7A86F29BC513F32107A(L_26, /*hidden argument*/List_1_TrimExcess_mA7ED761FF10906AD8E29C7A86F29BC513F32107A_RuntimeMethod_var); } IL_009e: { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); int32_t L_27; L_27 = GC_CollectionCount_mEFD1F54970362ED615FFBFDE113766710A67FDF6(2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->set_s_LastCollectionCount_5(L_27); } IL_00a9: { IL2CPP_LEAVE(0xB5, FINALLY_00ab); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ab; } FINALLY_00ab: {// begin finally (depth: 1) { bool L_28 = V_1; if (!L_28) { goto IL_00b4; } } IL_00ae: { List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_29 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_29, /*hidden argument*/NULL); } IL_00b4: { IL2CPP_END_FINALLY(171) } }// end finally (depth: 1) IL2CPP_CLEANUP(171) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB5, IL_00b5) } IL_00b5: { return; } } // System.Void System.Diagnostics.Switch::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__cctor_m5AEA2DF6F8B5DAB5AAC23A6C7E249D23B705DE5D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mABCAEBACF4789B353E5F58E05ABB03419BFA12F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * L_0 = (List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 *)il2cpp_codegen_object_new(List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4_il2cpp_TypeInfo_var); List_1__ctor_mABCAEBACF4789B353E5F58E05ABB03419BFA12F2(L_0, /*hidden argument*/List_1__ctor_mABCAEBACF4789B353E5F58E05ABB03419BFA12F2_RuntimeMethod_var); ((Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields*)il2cpp_codegen_static_fields_for(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var))->set_switches_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.SwitchLevelAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchLevelAttribute__ctor_m0F853C420D494B2FA18ED7585F86553F3AF440EB (SwitchLevelAttribute_t6998C6E894D9EE9E366F4882B3B127C1D3D83746 * __this, Type_t * ___switchLevelType0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___switchLevelType0; SwitchLevelAttribute_set_SwitchLevelType_mA58EB210CC7C72B3DFBFF39732EB8707B8939848(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.SwitchLevelAttribute::set_SwitchLevelType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwitchLevelAttribute_set_SwitchLevelType_mA58EB210CC7C72B3DFBFF39732EB8707B8939848 (SwitchLevelAttribute_t6998C6E894D9EE9E366F4882B3B127C1D3D83746 * __this, Type_t * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SwitchLevelAttribute_set_SwitchLevelType_mA58EB210CC7C72B3DFBFF39732EB8707B8939848_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___value0; __this->set_type_0(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.SyntaxCheck::CheckMachineName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxCheck_CheckMachineName_mBC2ABFDE7B50A8D2BD149EEDDE97C4E28295B237 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { String_t* L_1 = ___value0; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_1, /*hidden argument*/NULL); ___value0 = L_2; String_t* L_3 = ___value0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_3); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001c; } } { return (bool)0; } IL_001c: { String_t* L_6 = ___value0; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)92), /*hidden argument*/NULL); return (bool)((((int32_t)L_7) == ((int32_t)(-1)))? 1 : 0); } } // System.Boolean System.ComponentModel.SyntaxCheck::CheckPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxCheck_CheckPath_m429A1C7EEC08D39F387E2C386FB49230109A564E (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { String_t* L_1 = ___value0; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_1, /*hidden argument*/NULL); ___value0 = L_2; String_t* L_3 = ___value0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_3); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001c; } } { return (bool)0; } IL_001c: { String_t* L_6 = ___value0; NullCheck(L_6); bool L_7; L_7 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_6, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.ComponentModel.SyntaxCheck::CheckRootedPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxCheck_CheckRootedPath_m132AFA74F45FFB42C8465FE43D24D2DFC1AC77D1 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { String_t* L_1 = ___value0; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_1, /*hidden argument*/NULL); ___value0 = L_2; String_t* L_3 = ___value0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_3); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001c; } } { return (bool)0; } IL_001c: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_7; L_7 = Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3(L_6, /*hidden argument*/NULL); return L_7; } } #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_mD3C42893671C7F629E2F5659E8DC6C9B3B37E222 (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_m9C59BAF537F0A8B51ABC3BEE212F08DCC498F64E(/*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_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(_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_mB6B7EE7F5FFEAE0575BDEAA5482D81633BE553AB (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_m8BAD2594BF43C9150CD00581977B4F537C277FE3 (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_mD1039438C68D62097C1BB865B15E4A1745167F00 (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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m04BD4EDA03D1AE7183FC99DB886BD93CF85D2F2C (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); s_Il2CppMethodInitialized = true; } { TcpClient__ctor_m67703F980AF859B47D938D2739C0E3D244659339(__this, 2, /*hidden argument*/NULL); bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); 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::.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_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((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.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.Void System.Net.Sockets.TcpClient::Connect(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, String_t* ___hostname0, 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; } IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_0 = NULL; Exception_t * V_1 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_2 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_3 = NULL; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_4 = NULL; int32_t V_5 = 0; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_6 = NULL; Exception_t * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; 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_001f; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* 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_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_001f: { String_t* L_5 = ___hostname0; if (L_5) { goto IL_002d; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_6 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143956766707E0543589DAB7DBE2742B2B993D2E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_002d: { int32_t L_7 = ___port1; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_8; L_8 = ValidationHelper_ValidateTcpPort_mC3E43EB25CB11FD1E24201705A66E50903A1893E(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0040; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral670E6E5CD786FBA46F50395F2FE281B1DF2C9985)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_0040: { bool L_10 = __this->get_m_Active_1(); if (!L_10) { goto IL_0053; } } { 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_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_11, ((int32_t)10056), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_0053: { String_t* L_12 = ___hostname0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_13; L_13 = Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164(L_12, /*hidden argument*/NULL); V_0 = L_13; V_1 = (Exception_t *)NULL; V_2 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL; V_3 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL; } IL_0060: try {// begin try (depth: 1) try {// begin try (depth: 2) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_14 = __this->get_m_ClientSocket_0(); if (L_14) { goto IL_0089; } } IL_0068: { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_15; L_15 = Socket_get_OSSupportsIPv4_mD2DA5FDCC675E30E930FC063C7DE0FD52D05C133(/*hidden argument*/NULL); if (!L_15) { goto IL_0078; } } IL_006f: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_16 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_16, 2, 1, 6, /*hidden argument*/NULL); V_3 = L_16; } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_17; L_17 = Socket_get_OSSupportsIPv6_mA6770B91BF46256850B2F2E09058B86538051728(/*hidden argument*/NULL); if (!L_17) { goto IL_0089; } } IL_007f: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_18, ((int32_t)23), 1, 6, /*hidden argument*/NULL); V_2 = L_18; } IL_0089: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_19 = V_0; V_4 = L_19; V_5 = 0; goto IL_014f; } IL_0094: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_20); int32_t L_22 = L_21; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_23 = (L_20)->GetAt(static_cast(L_22)); V_6 = L_23; } IL_009b: try {// begin try (depth: 3) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_24 = __this->get_m_ClientSocket_0(); if (L_24) { goto IL_00fd; } } IL_00a3: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_25 = V_6; NullCheck(L_25); int32_t L_26; L_26 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)2)))) { goto IL_00cb; } } IL_00ad: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_27 = V_3; if (!L_27) { goto IL_00cb; } } IL_00b0: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_28 = V_3; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_29 = V_6; int32_t L_30 = ___port1; NullCheck(L_28); Socket_Connect_mA7BB443E475AC35010CFB96E8F7091D34AC61247(L_28, L_29, L_30, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_31 = V_3; __this->set_m_ClientSocket_0(L_31); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_32 = V_2; if (!L_32) { goto IL_00e7; } } IL_00c3: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_33 = V_2; NullCheck(L_33); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_33, /*hidden argument*/NULL); goto IL_00e7; } IL_00cb: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_34 = V_2; if (!L_34) { goto IL_00e7; } } IL_00ce: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_35 = V_2; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_36 = V_6; int32_t L_37 = ___port1; NullCheck(L_35); Socket_Connect_mA7BB443E475AC35010CFB96E8F7091D34AC61247(L_35, L_36, L_37, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_38 = V_2; __this->set_m_ClientSocket_0(L_38); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_39 = V_3; if (!L_39) { goto IL_00e7; } } IL_00e1: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_40 = V_3; NullCheck(L_40); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_40, /*hidden argument*/NULL); } IL_00e7: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_41 = V_6; NullCheck(L_41); int32_t L_42; L_42 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_41, /*hidden argument*/NULL); __this->set_m_Family_3(L_42); __this->set_m_Active_1((bool)1); goto IL_015a; } IL_00fd: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_43 = V_6; NullCheck(L_43); int32_t L_44; L_44 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_43, /*hidden argument*/NULL); int32_t L_45 = __this->get_m_Family_3(); if ((!(((uint32_t)L_44) == ((uint32_t)L_45)))) { goto IL_0123; } } IL_010c: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_46 = V_6; int32_t L_47 = ___port1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_48 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_48, L_46, L_47, /*hidden argument*/NULL); TcpClient_Connect_mA1FAC7AD43BDF237DBCAA538E6DD4533F71BCEAA(__this, L_48, /*hidden argument*/NULL); __this->set_m_Active_1((bool)1); goto IL_015a; } IL_0123: { goto IL_0149; } }// end try (depth: 3) 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_0125; } throw e; } CATCH_0125: {// begin catch(System.Exception) { V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_49 = V_7; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_49, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_0142; } } IL_0130: { Exception_t * L_50 = V_7; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_50, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_0142; } } IL_0139: { Exception_t * L_51 = V_7; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_51, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_0144; } } IL_0142: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_0144: { Exception_t * L_52 = V_7; V_1 = L_52; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0149; } }// end catch (depth: 3) IL_0149: { int32_t L_53 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_014f: { int32_t L_54 = V_5; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_55 = V_4; NullCheck(L_55); if ((((int32_t)L_54) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))))) { goto IL_0094; } } IL_015a: { IL2CPP_LEAVE(0x1AB, FINALLY_0180); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_015c; } throw e; } CATCH_015c: {// begin catch(System.Exception) { V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_56 = V_8; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_56, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_0179; } } IL_0167: { Exception_t * L_57 = V_8; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_57, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_0179; } } IL_0170: { Exception_t * L_58 = V_8; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_58, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_017b; } } IL_0179: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_017b: { Exception_t * L_59 = V_8; V_1 = L_59; IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x1AB, FINALLY_0180); } }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0180; } FINALLY_0180: {// begin finally (depth: 1) { bool L_60 = __this->get_m_Active_1(); if (L_60) { goto IL_01aa; } } IL_0188: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_61 = V_2; if (!L_61) { goto IL_0191; } } IL_018b: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_62 = V_2; NullCheck(L_62); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_62, /*hidden argument*/NULL); } IL_0191: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_63 = V_3; if (!L_63) { goto IL_019a; } } IL_0194: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_64 = V_3; NullCheck(L_64); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_64, /*hidden argument*/NULL); } IL_019a: { Exception_t * L_65 = V_1; if (!L_65) { goto IL_019f; } } IL_019d: { Exception_t * L_66 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_019f: { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_67 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_67, ((int32_t)10057), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m457A7B869D62CC9B54DE2914839B342DF0559003_RuntimeMethod_var))); } IL_01aa: { IL2CPP_END_FINALLY(384) } }// end finally (depth: 1) IL2CPP_CLEANUP(384) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1AB, IL_01ab) } IL_01ab: { bool L_68 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Void System.Net.Sockets.TcpClient::Connect(System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mA1FAC7AD43BDF237DBCAA538E6DD4533F71BCEAA (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEP0, 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_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 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* 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_Connect_mA1FAC7AD43BDF237DBCAA538E6DD4533F71BCEAA_RuntimeMethod_var))); } IL_001f: { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_5 = ___remoteEP0; if (L_5) { goto IL_002d; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_6 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C52C8D495F05CFD54188F5CD5E5C6E98067B112)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_mA1FAC7AD43BDF237DBCAA538E6DD4533F71BCEAA_RuntimeMethod_var))); } IL_002d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7; L_7 = TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline(__this, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_8 = ___remoteEP0; NullCheck(L_7); Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8(L_7, L_8, /*hidden argument*/NULL); __this->set_m_Active_1((bool)1); bool L_9 = ((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 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* 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_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((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::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_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__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) { { VirtualActionInvoker1< 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) VirtualActionInvoker1< 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 Unity.ThrowStub::ThrowNotSupportedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowStub_ThrowNotSupportedException_mA667A039AC2AB853687594A68EFA90A799028D4F (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_mA667A039AC2AB853687594A68EFA90A799028D4F_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.Boolean System.ComponentModel.TimeSpanConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanConverter_CanConvertFrom_mCD3CFAE2B7F1BD36DDFB4B56ED2E0244C1597202 (TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.ComponentModel.TimeSpanConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanConverter_CanConvertTo_m160FD6CC6D20505CF6FAA4545748181765B2B913 (TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___destinationType1; bool L_6; L_6 = TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.TimeSpanConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TimeSpanConverter_ConvertFrom_mDD7DFB8EBEC0B30291FD2EBDA45D0B1AC14DEEB2 (TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, 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*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_004c; } } { RuntimeObject * L_1 = ___value2; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) String_t* L_3 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5; L_5 = TimeSpan_Parse_m438634B7E90AE722C663CE2127D3FC21701FEE7B(L_3, L_4, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = L_5; RuntimeObject * L_7 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_6); V_1 = L_7; goto IL_0056; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: {// begin catch(System.FormatException) V_2 = ((FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; RuntimeObject * L_10 = ___value2; NullCheck(L_9); ArrayElementTypeCheck (L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_9)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_9; NullCheck(L_11); ArrayElementTypeCheck (L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F))); (L_11)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F))); String_t* L_12; L_12 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_11, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_13 = V_2; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_14 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51(L_14, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanConverter_ConvertFrom_mDD7DFB8EBEC0B30291FD2EBDA45D0B1AC14DEEB2_RuntimeMethod_var))); }// end catch (depth: 1) IL_004c: { RuntimeObject* L_15 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture1; RuntimeObject * L_17 = ___value2; RuntimeObject * L_18; L_18 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_0056: { RuntimeObject * L_19 = V_1; return L_19; } } // System.Object System.ComponentModel.TimeSpanConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TimeSpanConverter_ConvertTo_m2D9D232EC655098A7ED260D7FA51C562BDC34923 (TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_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*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanConverter_ConvertTo_m2D9D232EC655098A7ED260D7FA51C562BDC34923_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0077; } } { RuntimeObject * L_7 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_0077; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_10 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = L_10; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Type_t *)L_13); NullCheck(L_9); MethodInfo_t * L_14; L_14 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_9, _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9, L_11, /*hidden argument*/NULL); V_0 = L_14; MethodInfo_t * L_15 = V_0; bool L_16; L_16 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_15, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_16) { goto IL_0077; } } { MethodInfo_t * L_17 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = L_18; RuntimeObject * L_20 = ___value2; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (RuntimeObject *)L_21); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_22 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_22, L_17, (RuntimeObject*)(RuntimeObject*)L_19, /*hidden argument*/NULL); return L_22; } IL_0077: { RuntimeObject* L_23 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = ___culture1; RuntimeObject * L_25 = ___value2; Type_t * L_26 = ___destinationType3; RuntimeObject * L_27; L_27 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); return L_27; } } // System.Void System.ComponentModel.TimeSpanConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanConverter__ctor_m8CCA5F7E15DAB96C97CF600394E637A9876AFB83 (TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); 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_m936A5AAF1CC2EE5BD954925D7AFEFAC76721DA5E (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_m2B48321A87ADB0751E57C2608AA3ADFE4188CA9C_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_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*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_m2B48321A87ADB0751E57C2608AA3ADFE4188CA9C_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_mAC5BC0D2F866894633C32F3561A0668452893D09 (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_m4AB2BAC28638627DD2C410BC42E43FD5BECBABDD_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_mAC5BC0D2F866894633C32F3561A0668452893D09_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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(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_m4AB2BAC28638627DD2C410BC42E43FD5BECBABDD(L_10, L_11, /*hidden argument*/LinkedList_1_AddLast_m4AB2BAC28638627DD2C410BC42E43FD5BECBABDD_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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(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_m91D143975E5942416F277D6910DFCCAD80632A43 (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_mCB69CAC317F723A1CB6B52194C5917B49C456794((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_m2B48321A87ADB0751E57C2608AA3ADFE4188CA9C (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_m91D143975E5942416F277D6910DFCCAD80632A43(/*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.Boolean System.ComponentModel.ToolboxItemAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemAttribute_IsDefaultAttribute_m49CED4EB5EFB6BF8206DD196DD51BD8C48BD1500 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var); ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * L_0 = ((ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var))->get_Default_2(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_m907737FD8506571DF3D64D45938BCBA4A3C9BE20 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, bool ___defaultType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___defaultType0; if (!L_0) { goto IL_0014; } } { __this->set_toolboxItemTypeName_1(_stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE); } IL_0014: { return; } } // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_m9DF42115068D2965688413280143BAEBF86BFD01 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, String_t* ___toolboxItemTypeName0, 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; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___toolboxItemTypeName0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = ___toolboxItemTypeName0; __this->set_toolboxItemTypeName_1(L_3); return; } } // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_mAB42C9C3BCD29DA471300FA9E959967F341F8677 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, Type_t * ___toolboxItemType0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___toolboxItemType0; __this->set_toolboxItemType_0(L_0); Type_t * L_1 = ___toolboxItemType0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_1); __this->set_toolboxItemTypeName_1(L_2); return; } } // System.Type System.ComponentModel.ToolboxItemAttribute::get_ToolboxItemType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ToolboxItemAttribute_get_ToolboxItemType_m26E01A47ED77A460ED5D768F1455E652B0B02DB7 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemAttribute_get_ToolboxItemType_m26E01A47ED77A460ED5D768F1455E652B0B02DB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = __this->get_toolboxItemType_0(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_004b; } } { String_t* L_2 = __this->get_toolboxItemTypeName_1(); if (!L_2) { goto IL_004b; } } IL_0016: try {// begin try (depth: 1) String_t* L_3 = __this->get_toolboxItemTypeName_1(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = il2cpp_codegen_get_type(Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var, L_3, (bool)1, ToolboxItemAttribute_get_ToolboxItemType_m26E01A47ED77A460ED5D768F1455E652B0B02DB7_RuntimeMethod_var); __this->set_toolboxItemType_0(L_4); goto IL_004b; }// 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_002a; } throw e; } CATCH_002a: {// begin catch(System.Exception) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; String_t* L_7 = __this->get_toolboxItemTypeName_1(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); String_t* L_8; L_8 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA96D8502991BEDE3E090E33C4985A56A8E2DDFB)), L_6, /*hidden argument*/NULL); Exception_t * L_9 = V_0; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ToolboxItemAttribute_get_ToolboxItemType_m26E01A47ED77A460ED5D768F1455E652B0B02DB7_RuntimeMethod_var))); }// end catch (depth: 1) IL_004b: { Type_t * L_11 = __this->get_toolboxItemType_0(); return L_11; } } // System.String System.ComponentModel.ToolboxItemAttribute::get_ToolboxItemTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemAttribute_get_ToolboxItemTypeName_mAF276A6EBDD3EDBC6097F85F46C44B0777144F9D (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_toolboxItemTypeName_1(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_toolboxItemTypeName_1(); return L_2; } } // System.Boolean System.ComponentModel.ToolboxItemAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemAttribute_Equals_mBE6D0CB6A9A3AEB539B7879E772A501FBBA8C997 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 *)IsInstClass((RuntimeObject*)L_1, ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var)); ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * L_2 = V_0; if (!L_2) { goto IL_0022; } } { ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = ToolboxItemAttribute_get_ToolboxItemTypeName_mAF276A6EBDD3EDBC6097F85F46C44B0777144F9D(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = ToolboxItemAttribute_get_ToolboxItemTypeName_mAF276A6EBDD3EDBC6097F85F46C44B0777144F9D(__this, /*hidden argument*/NULL); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.ToolboxItemAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolboxItemAttribute_GetHashCode_mD055162F8D6A91DA2E3D403E36E0EFCB952EB442 (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_toolboxItemTypeName_1(); if (!L_0) { goto IL_0014; } } { String_t* L_1 = __this->get_toolboxItemTypeName_1(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return L_2; } IL_0014: { int32_t L_3; L_3 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_3; } } // System.Void System.ComponentModel.ToolboxItemAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__cctor_mA8E5D03072402BC571E80FC0449B6F82C0D4C07F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE); s_Il2CppMethodInitialized = true; } { ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * L_0 = (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 *)il2cpp_codegen_object_new(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var); ToolboxItemAttribute__ctor_m9DF42115068D2965688413280143BAEBF86BFD01(L_0, _stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE, /*hidden argument*/NULL); ((ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var))->set_Default_2(L_0); ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 * L_1 = (ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1 *)il2cpp_codegen_object_new(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var); ToolboxItemAttribute__ctor_m907737FD8506571DF3D64D45938BCBA4A3C9BE20(L_1, (bool)0, /*hidden argument*/NULL); ((ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_tED5386E393E8E8F9F0A13AA3F179959DAAA782A1_il2cpp_TypeInfo_var))->set_None_3(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.Void System.ComponentModel.ToolboxItemFilterAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemFilterAttribute__ctor_mB51E3F986B556D0D50B64662B7854CC27BDA4E0C (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, String_t* ___filterString0, const RuntimeMethod* method) { { String_t* L_0 = ___filterString0; ToolboxItemFilterAttribute__ctor_m5A3685DDAF9BD64B02E1775C6462643409B35981(__this, L_0, 0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.ToolboxItemFilterAttribute::.ctor(System.String,System.ComponentModel.ToolboxItemFilterType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemFilterAttribute__ctor_m5A3685DDAF9BD64B02E1775C6462643409B35981 (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, String_t* ___filterString0, int32_t ___filterType1, 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 = ___filterString0; if (L_0) { goto IL_0010; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___filterString0 = L_1; } IL_0010: { String_t* L_2 = ___filterString0; __this->set_filterString_1(L_2); int32_t L_3 = ___filterType1; __this->set_filterType_0(L_3); return; } } // System.String System.ComponentModel.ToolboxItemFilterAttribute::get_FilterString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_get_FilterString_m5316FEEA5C16BA67D1D5C648C4352656433FF295 (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_filterString_1(); return L_0; } } // System.ComponentModel.ToolboxItemFilterType System.ComponentModel.ToolboxItemFilterAttribute::get_FilterType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolboxItemFilterAttribute_get_FilterType_m9B267D5BAA7519CE1CADE5177001BF976BFCAB02 (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_filterType_0(); return L_0; } } // System.Object System.ComponentModel.ToolboxItemFilterAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToolboxItemFilterAttribute_get_TypeId_m557A44F37472DE55262C5FE3C436319DF009F8FD (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeId_2(); if (L_0) { goto IL_0024; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); String_t* L_3 = __this->get_filterString_1(); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_2, L_3, /*hidden argument*/NULL); __this->set_typeId_2(L_4); } IL_0024: { String_t* L_5 = __this->get_typeId_2(); return L_5; } } // System.Boolean System.ComponentModel.ToolboxItemFilterAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemFilterAttribute_Equals_mB7E488FE1992C54F2A6DB152B2AF94F8F0F2A69A (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 *)IsInstSealed((RuntimeObject*)L_1, ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4_il2cpp_TypeInfo_var)); ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * L_2 = V_0; if (!L_2) { goto IL_0043; } } { ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = ToolboxItemFilterAttribute_get_FilterType_m9B267D5BAA7519CE1CADE5177001BF976BFCAB02_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5; L_5 = ToolboxItemFilterAttribute_get_FilterType_m9B267D5BAA7519CE1CADE5177001BF976BFCAB02_inline(__this, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_il2cpp_TypeInfo_var, &L_6); RuntimeObject * L_8 = Box(ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_il2cpp_TypeInfo_var, (&V_1)); NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_7); V_1 = *(int32_t*)UnBox(L_8); if (!L_9) { goto IL_0043; } } { ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = ToolboxItemFilterAttribute_get_FilterString_m5316FEEA5C16BA67D1D5C648C4352656433FF295_inline(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = ToolboxItemFilterAttribute_get_FilterString_m5316FEEA5C16BA67D1D5C648C4352656433FF295_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); bool L_13; L_13 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0043: { return (bool)0; } } // System.Int32 System.ComponentModel.ToolboxItemFilterAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolboxItemFilterAttribute_GetHashCode_mD5CCA231ED6C13B0DE94F37678732F1B40FA1C6E (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_filterString_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.ToolboxItemFilterAttribute::Match(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemFilterAttribute_Match_m472A1772842BF716377AD23A8FB645BC08174930 (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 *)IsInstSealed((RuntimeObject*)L_0, ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4_il2cpp_TypeInfo_var)); ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = ToolboxItemFilterAttribute_get_FilterString_m5316FEEA5C16BA67D1D5C648C4352656433FF295_inline(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = ToolboxItemFilterAttribute_get_FilterString_m5316FEEA5C16BA67D1D5C648C4352656433FF295_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0021; } } { return (bool)0; } IL_0021: { return (bool)1; } } // System.String System.ComponentModel.ToolboxItemFilterAttribute::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_ToString_m6AA9E8136637C585CC4D0255C2B31BB76706A533 (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_filterString_1(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_filterType_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(ToolboxItemFilterType_tBAD99211E05B1D423E55B3AD997F8D372D2F6086_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); String_t* L_6; L_6 = Enum_GetName_mA141F96AFDC64AD7020374311750DBA47BFCA8FA(L_2, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_0, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_6, /*hidden argument*/NULL); return L_7; } } #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.Diagnostics.TraceListenerCollection System.Diagnostics.Trace::get_Listeners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * Trace_get_Listeners_m00992A6AE8DEF2B97782A246D0152FEDEE4613D5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * L_0; L_0 = TraceInternal_get_Listeners_mBA6062E9E83CB6DBE83525E5AE97DE1745F64F82(/*hidden argument*/NULL); return L_0; } } // System.Boolean System.Diagnostics.Trace::get_AutoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Trace_get_AutoFlush_mDB0F8928790ABBA0F88EA768CBB2648CF2BF0731 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); bool L_0; L_0 = TraceInternal_get_AutoFlush_m937EE2934933C10EA0997C13E71BCDD0FE62055D(/*hidden argument*/NULL); return L_0; } } // System.Diagnostics.CorrelationManager System.Diagnostics.Trace::get_CorrelationManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * Trace_get_CorrelationManager_m8C52FE8ACD5C90EB69316840B41181AF799C97E5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * L_0 = ((Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_StaticFields*)il2cpp_codegen_static_fields_for(Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_il2cpp_TypeInfo_var))->get_correlationManager_0(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0015; } } { CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * L_1 = (CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 *)il2cpp_codegen_object_new(CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556_il2cpp_TypeInfo_var); CorrelationManager__ctor_m8F4952622DB9361028C8519A58830BBACA34448C(L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_StaticFields*)il2cpp_codegen_static_fields_for(Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_il2cpp_TypeInfo_var))->set_correlationManager_0(L_1); } IL_0015: { CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * L_2 = ((Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_StaticFields*)il2cpp_codegen_static_fields_for(Trace_t31B4A03731BDF9704D016A599254DA6E2620EBB2_il2cpp_TypeInfo_var))->get_correlationManager_0(); il2cpp_codegen_memory_barrier(); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Diagnostics.TraceEventCache::get_Callstack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceEventCache_get_Callstack_m4C9EDBBE8579013B28B15E95160477498325902E (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_stackTrace_4(); if (L_0) { goto IL_0013; } } { String_t* L_1; L_1 = Environment_get_StackTrace_m53F534869A92A17E87F273DA435E0134D10A9C60(/*hidden argument*/NULL); __this->set_stackTrace_4(L_1); } IL_0013: { String_t* L_2 = __this->get_stackTrace_4(); return L_2; } } // System.Collections.Stack System.Diagnostics.TraceEventCache::get_LogicalOperationStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * TraceEventCache_get_LogicalOperationStack_m573C83A047FF2910DA7F51828E40A9878EA46F5A (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method) { { CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * L_0; L_0 = Trace_get_CorrelationManager_m8C52FE8ACD5C90EB69316840B41181AF799C97E5(/*hidden argument*/NULL); NullCheck(L_0); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_1; L_1 = CorrelationManager_get_LogicalOperationStack_m7CEDA5E0884FD67B064E6CA64A7FF1A71F495BCC(L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.Diagnostics.TraceEventCache::get_DateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TraceEventCache_get_DateTime_mF9CB359E3CB57A5F95BE25ADC07B837CE4B74D2F (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_dateTime_3(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_2; L_2 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_dateTime_3(L_3); } IL_001d: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = __this->get_dateTime_3(); return L_4; } } // System.Int32 System.Diagnostics.TraceEventCache::get_ProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceEventCache_get_ProcessId_mB8C16E9E270044225451E99F23DDC1A1BBC63168 (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = TraceEventCache_GetProcessId_m0DBD19C570093BD76C0361BB3F500DCA634DA260(/*hidden argument*/NULL); return L_0; } } // System.String System.Diagnostics.TraceEventCache::get_ThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceEventCache_get_ThreadId_m22B0BEC928D26E9B02D4215BE55A9B94123E3D43 (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, 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; } int32_t V_0 = 0; { int32_t L_0; L_0 = TraceEventCache_GetThreadId_m98739E536E2DF73B3CA1E4EA96A296EF4B21B7A5(/*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_2; L_2 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Int64 System.Diagnostics.TraceEventCache::get_Timestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TraceEventCache_get_Timestamp_mB31176F294C6E2B5F14A5345EB6E7A37134AFC44 (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __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; } { int64_t L_0 = __this->get_timeStamp_2(); if ((!(((uint64_t)L_0) == ((uint64_t)((int64_t)((int64_t)(-1))))))) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); int64_t L_1; L_1 = Stopwatch_GetTimestamp_m8CAF46C3B4D7460B70C325D666B7F6470D2208DB(/*hidden argument*/NULL); __this->set_timeStamp_2(L_1); } IL_0015: { int64_t L_2 = __this->get_timeStamp_2(); return L_2; } } // System.Void System.Diagnostics.TraceEventCache::InitProcessInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceEventCache_InitProcessInfo_m816F843537A74BADD00A0702B13F956FC66C6154 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ((TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields*)il2cpp_codegen_static_fields_for(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var))->get_processName_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0032; } } { Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_1; L_1 = Process_GetCurrentProcess_mCF9662E06F91AA21E8DEBBADD0DD2C46486358EA(/*hidden argument*/NULL); V_0 = L_1; } IL_000f: try {// begin try (depth: 1) Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = Process_get_Id_m15347E5BEC4BC561CA209304786BAD42C72F03A9(L_2, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields*)il2cpp_codegen_static_fields_for(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var))->set_processId_0(L_3); Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = Process_get_ProcessName_m900EF5AF1356CD5E330EF974110C99AD056ADB10(L_4, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields*)il2cpp_codegen_static_fields_for(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var))->set_processName_1(L_5); IL2CPP_LEAVE(0x32, FINALLY_002b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: {// begin finally (depth: 1) Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_6 = V_0; NullCheck(L_6); Component_Dispose_mC05DA7EBB2CA50E4854BED0FC992770E81771593(L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(43) }// end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x32, IL_0032) } IL_0032: { return; } } // System.Int32 System.Diagnostics.TraceEventCache::GetProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceEventCache_GetProcessId_m0DBD19C570093BD76C0361BB3F500DCA634DA260 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceEventCache_InitProcessInfo_m816F843537A74BADD00A0702B13F956FC66C6154(/*hidden argument*/NULL); int32_t L_0 = ((TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields*)il2cpp_codegen_static_fields_for(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var))->get_processId_0(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Int32 System.Diagnostics.TraceEventCache::GetThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceEventCache_GetThreadId_m98739E536E2DF73B3CA1E4EA96A296EF4B21B7A5 (const RuntimeMethod* method) { { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Diagnostics.TraceEventCache::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceEventCache__ctor_m5A77184D9378D8DE5A3B44CBA9AF969C1527177B (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_timeStamp_2(((int64_t)((int64_t)(-1)))); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_dateTime_3(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 #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.Diagnostics.TraceFilter::ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceFilter_ShouldTrace_mB7C7781D13B3465C39CB8BF7702F02BB24DE1890 (TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * __this, TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * ___cache0, String_t* ___source1, int32_t ___eventType2, int32_t ___id3, String_t* ___formatOrMessage4, const RuntimeMethod* method) { { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_0 = ___cache0; String_t* L_1 = ___source1; int32_t L_2 = ___eventType2; int32_t L_3 = ___id3; String_t* L_4 = ___formatOrMessage4; bool L_5; L_5 = VirtualFuncInvoker8< bool, TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 *, String_t*, int32_t, int32_t, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Boolean System.Diagnostics.TraceFilter::ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[]) */, __this, L_0, L_1, L_2, L_3, L_4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, NULL, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceListenerCollection System.Diagnostics.TraceInternal::get_Listeners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * TraceInternal_get_Listeners_mBA6062E9E83CB6DBE83525E5AE97DE1745F64F82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); TraceInternal_InitializeSettings_m12BF36D667B35E0CEA9D024BAFFA8DE9776446CE(/*hidden argument*/NULL); TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_listeners_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_006b; } } { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_critSec_5(); V_0 = L_1; V_1 = (bool)0; } IL_0016: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * L_3 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_listeners_1(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_005f; } } IL_0027: { TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * L_4 = (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 *)il2cpp_codegen_object_new(TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126_il2cpp_TypeInfo_var); TraceListenerCollection__ctor_m29B2F7DE028851C08F9D463524C9C6A67ADED370(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->set_listeners_1(L_4); DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * L_5 = (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 *)il2cpp_codegen_object_new(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); DefaultTraceListener__ctor_m73581B2824360847BDB8269B8850A4997E7054AB(L_5, /*hidden argument*/NULL); V_2 = L_5; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_6 = V_2; int32_t L_7 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_indentLevel_3(); NullCheck(L_6); TraceListener_set_IndentLevel_m40D637794E6E30652EB6CCB99AF0B328EE693EE1(L_6, L_7, /*hidden argument*/NULL); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_8 = V_2; int32_t L_9 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_indentSize_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_8); TraceListener_set_IndentSize_m835163729CFEC226E5E69367D3142E4461F4A3E6(L_8, L_9, /*hidden argument*/NULL); TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * L_10 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_listeners_1(); il2cpp_codegen_memory_barrier(); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_11 = V_2; NullCheck(L_10); int32_t L_12; L_12 = TraceListenerCollection_Add_m3907048B2F2C543EE29A329779AA9BD9BC52285C(L_10, L_11, /*hidden argument*/NULL); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { bool L_13 = V_1; if (!L_13) { goto IL_006a; } } IL_0064: { RuntimeObject * L_14 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * L_15 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_listeners_1(); il2cpp_codegen_memory_barrier(); return L_15; } } // System.Boolean System.Diagnostics.TraceInternal::get_AutoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceInternal_get_AutoFlush_m937EE2934933C10EA0997C13E71BCDD0FE62055D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); TraceInternal_InitializeSettings_m12BF36D667B35E0CEA9D024BAFFA8DE9776446CE(/*hidden argument*/NULL); bool L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_autoFlush_2(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Int32 System.Diagnostics.TraceInternal::get_IndentLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceInternal_get_IndentLevel_m7DA181D071198D77A664C64F22C2292FC01D955C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); int32_t L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_indentLevel_3(); return L_0; } } // System.Int32 System.Diagnostics.TraceInternal::get_IndentSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceInternal_get_IndentSize_m0AFDE299EB1DCB5FABF3D08D2B4A41A8B6970F1A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); TraceInternal_InitializeSettings_m12BF36D667B35E0CEA9D024BAFFA8DE9776446CE(/*hidden argument*/NULL); int32_t L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_indentSize_4(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void System.Diagnostics.TraceInternal::InitializeSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceInternal_InitializeSettings_m12BF36D667B35E0CEA9D024BAFFA8DE9776446CE (const RuntimeMethod* method) { { return; } } // System.Void System.Diagnostics.TraceInternal::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceInternal__cctor_m2D007BF4800700BBED2F09B68D7F2C7CBB3BA611 (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*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_memory_barrier(); ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->set_appName_0((String_t*)NULL); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->set_critSec_5(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.TraceListener::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener__ctor_m8F650E51F60E5FE7CE027E5E4EA0F3778F6458D7 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, String_t* ___name0, const RuntimeMethod* method) { { __this->set_indentSize_2(4); __this->set_needIndent_4((bool)1); MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_listenerName_5(L_0); return; } } // System.Boolean System.Diagnostics.TraceListener::get_IsThreadSafe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListener_get_IsThreadSafe_m518056AA6CC241C107EA5CD34C2D5E39DAC10177 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Diagnostics.TraceListener::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_Dispose_m0262DBFD8235185A1C5F8F7C74AD554386A2858F (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __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; } { VirtualActionInvoker1< bool >::Invoke(8 /* System.Void System.Diagnostics.TraceListener::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.TraceListener::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_Dispose_m7BE9E98B7553C9CB716BC4F220BDBAAB83092C00 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Void System.Diagnostics.TraceListener::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_Flush_m88D1691B401A6782FCE75FDFBFA76B27B1E11B94 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Diagnostics.TraceListener::set_IndentLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_set_IndentLevel_m40D637794E6E30652EB6CCB99AF0B328EE693EE1 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, int32_t ___value0, const RuntimeMethod* method) { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * G_B2_0 = NULL; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * G_B1_0 = NULL; int32_t G_B3_0 = 0; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * G_B3_1 = NULL; { int32_t L_0 = ___value0; G_B1_0 = __this; if ((((int32_t)L_0) < ((int32_t)0))) { G_B2_0 = __this; goto IL_0008; } } { int32_t L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0009; } IL_0008: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0009: { NullCheck(G_B3_1); G_B3_1->set_indentLevel_1(G_B3_0); return; } } // System.Void System.Diagnostics.TraceListener::set_IndentSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_set_IndentSize_m835163729CFEC226E5E69367D3142E4461F4A3E6 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001f; } } { int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_2); String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95C39195E1FF1AF21629B2D01BE4331E0A51A560)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B84C314BC490BBD6AE599F043DF127D09322AFB)), L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TraceListener_set_IndentSize_m835163729CFEC226E5E69367D3142E4461F4A3E6_RuntimeMethod_var))); } IL_001f: { int32_t L_6 = ___value0; __this->set_indentSize_2(L_6); return; } } // System.Diagnostics.TraceFilter System.Diagnostics.TraceListener::get_Filter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * TraceListener_get_Filter_m376BB094F07317AC78F941ED97CAD5F98AA75F2A (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * L_0 = __this->get_filter_6(); return L_0; } } // System.Boolean System.Diagnostics.TraceListener::get_NeedIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListener_get_NeedIndent_m5FED6C9E18C535F71B7095E07A5E5FD0D0494A42 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_needIndent_4(); return L_0; } } // System.Void System.Diagnostics.TraceListener::set_NeedIndent(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_set_NeedIndent_m46D33EA09D9B4FF8843B3AFFCF827AA42B9D4C3F (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_needIndent_4(L_0); return; } } // System.Diagnostics.TraceOptions System.Diagnostics.TraceListener::get_TraceOutputOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceListener_get_TraceOutputOptions_m2FCD5041BD89ED25257F6326B2AC9A140D6DAE07 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_traceOptions_3(); return L_0; } } // System.Void System.Diagnostics.TraceListener::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_WriteIndent_m5D7509CF880FF39BF00406DDB42210BB018FB25D (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { TraceListener_set_NeedIndent_m46D33EA09D9B4FF8843B3AFFCF827AA42B9D4C3F_inline(__this, (bool)0, /*hidden argument*/NULL); V_0 = 0; goto IL_0041; } IL_000b: { int32_t L_0 = __this->get_indentSize_2(); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0021; } } { VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Diagnostics.TraceListener::Write(System.String) */, __this, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E); goto IL_003d; } IL_0021: { V_1 = 0; goto IL_0034; } IL_0025: { VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Diagnostics.TraceListener::Write(System.String) */, __this, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); int32_t L_1 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_0034: { int32_t L_2 = V_1; int32_t L_3 = __this->get_indentSize_2(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0025; } } IL_003d: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0041: { int32_t L_5 = V_0; int32_t L_6 = __this->get_indentLevel_1(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_000b; } } { return; } } // System.Void System.Diagnostics.TraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_TraceEvent_m5ACFBCC1A6D2A34724238EF4E57E9262DD848C53 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * ___eventCache0, String_t* ___source1, int32_t ___eventType2, int32_t ___id3, String_t* ___message4, const RuntimeMethod* method) { { TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * L_0; L_0 = TraceListener_get_Filter_m376BB094F07317AC78F941ED97CAD5F98AA75F2A_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001d; } } { TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * L_1; L_1 = TraceListener_get_Filter_m376BB094F07317AC78F941ED97CAD5F98AA75F2A_inline(__this, /*hidden argument*/NULL); TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_2 = ___eventCache0; String_t* L_3 = ___source1; int32_t L_4 = ___eventType2; int32_t L_5 = ___id3; String_t* L_6 = ___message4; NullCheck(L_1); bool L_7; L_7 = TraceFilter_ShouldTrace_mB7C7781D13B3465C39CB8BF7702F02BB24DE1890(L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_001d; } } { return; } IL_001d: { String_t* L_8 = ___source1; int32_t L_9 = ___eventType2; int32_t L_10 = ___id3; TraceListener_WriteHeader_m405184792C048165E0F2EDFB6B0D6E943CFB1D3C(__this, L_8, L_9, L_10, /*hidden argument*/NULL); String_t* L_11 = ___message4; VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Diagnostics.TraceListener::WriteLine(System.String) */, __this, L_11); TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_12 = ___eventCache0; TraceListener_WriteFooter_mF8B8BC80E0FE1C0EF9601FD44837109B579E1BB7(__this, L_12, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.TraceListener::WriteHeader(System.String,System.Diagnostics.TraceEventType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_WriteHeader_m405184792C048165E0F2EDFB6B0D6E943CFB1D3C (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, String_t* ___source0, int32_t ___eventType1, int32_t ___id2, 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*)&TraceEventType_t408E2DD6BDE793C1B2262282C676165875E87587_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6B8918D8D223D2B21B24F0A46CE0B7203B1B9A1); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1 = ___source0; RuntimeObject * L_2 = Box(TraceEventType_t408E2DD6BDE793C1B2262282C676165875E87587_il2cpp_TypeInfo_var, (&___eventType1)); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); ___eventType1 = *(int32_t*)UnBox(L_2); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___id2), L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Format_mC888813A47B8AC105F0CA58D45D5B7B748E1A68B(L_0, _stringLiteralA6B8918D8D223D2B21B24F0A46CE0B7203B1B9A1, L_1, L_3, L_5, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Diagnostics.TraceListener::Write(System.String) */, __this, L_6); return; } } // System.Void System.Diagnostics.TraceListener::WriteFooter(System.Diagnostics.TraceEventCache) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener_WriteFooter_mF8B8BC80E0FE1C0EF9601FD44837109B579E1BB7 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * ___eventCache0, 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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00D5501E7FDD481107FAFD4ABD5CFB06C2A98C53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C8270965A7B96A9EBA9B15D15C9DE157715B9EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B55B8B2A922B549317BF058BE94804D4D6C1B1A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AB888DD47DF6A8C6F17ECD9B95B09F442A8051D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7178F686F6536F1D8DE01875605C5103A566B9B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCF6ABDBCCB0A601DD4A6864756369A502E514FC); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_0 = ___eventCache0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { int32_t L_1 = __this->get_indentLevel_1(); __this->set_indentLevel_1(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); bool L_2; L_2 = TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2(__this, 8, /*hidden argument*/NULL); if (!L_2) { goto IL_0036; } } { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_3 = ___eventCache0; NullCheck(L_3); int32_t L_4; L_4 = TraceEventCache_get_ProcessId_mB8C16E9E270044225451E99F23DDC1A1BBC63168(L_3, /*hidden argument*/NULL); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_5); String_t* L_7; L_7 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(_stringLiteral3C8270965A7B96A9EBA9B15D15C9DE157715B9EF, L_6, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Diagnostics.TraceListener::WriteLine(System.String) */, __this, L_7); } IL_0036: { bool L_8; L_8 = TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2(__this, 1, /*hidden argument*/NULL); if (!L_8) { goto IL_00a5; } } { VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Diagnostics.TraceListener::Write(System.String) */, __this, _stringLiteral5AB888DD47DF6A8C6F17ECD9B95B09F442A8051D); TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_9 = ___eventCache0; NullCheck(L_9); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_10; L_10 = TraceEventCache_get_LogicalOperationStack_m573C83A047FF2910DA7F51828E40A9878EA46F5A(L_9, /*hidden argument*/NULL); V_0 = (bool)1; NullCheck(L_10); RuntimeObject* L_11; L_11 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Collections.IEnumerator System.Collections.Stack::GetEnumerator() */, L_10); V_1 = L_11; } IL_0058: try {// begin try (depth: 1) { goto IL_007f; } IL_005a: { RuntimeObject* L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); V_2 = L_13; bool L_14 = V_0; if (L_14) { goto IL_0071; } } IL_0064: { VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Diagnostics.TraceListener::Write(System.String) */, __this, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); goto IL_0073; } IL_0071: { V_0 = (bool)0; } IL_0073: { RuntimeObject * L_15 = V_2; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Diagnostics.TraceListener::Write(System.String) */, __this, L_16); } IL_007f: { RuntimeObject* L_17 = V_1; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_005a; } } IL_0087: { IL2CPP_LEAVE(0x9A, FINALLY_0089); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0089; } FINALLY_0089: {// begin finally (depth: 1) { RuntimeObject* L_19 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_0099; } } IL_0093: { RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_21); } IL_0099: { IL2CPP_END_FINALLY(137) } }// end finally (depth: 1) IL2CPP_CLEANUP(137) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9A, IL_009a) } IL_009a: { String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Diagnostics.TraceListener::WriteLine(System.String) */, __this, L_22); } IL_00a5: { bool L_23; L_23 = TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2(__this, ((int32_t)16), /*hidden argument*/NULL); if (!L_23) { goto IL_00c5; } } { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_24 = ___eventCache0; NullCheck(L_24); String_t* L_25; L_25 = TraceEventCache_get_ThreadId_m22B0BEC928D26E9B02D4215BE55A9B94123E3D43(L_24, /*hidden argument*/NULL); String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral00D5501E7FDD481107FAFD4ABD5CFB06C2A98C53, L_25, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Diagnostics.TraceListener::WriteLine(System.String) */, __this, L_26); } IL_00c5: { bool L_27; L_27 = TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2(__this, 2, /*hidden argument*/NULL); if (!L_27) { goto IL_00f7; } } { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_28 = ___eventCache0; NullCheck(L_28); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29; L_29 = TraceEventCache_get_DateTime_mF9CB359E3CB57A5F95BE25ADC07B837CE4B74D2F(L_28, /*hidden argument*/NULL); V_4 = L_29; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_30; L_30 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_31; L_31 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA, L_30, /*hidden argument*/NULL); String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralDCF6ABDBCCB0A601DD4A6864756369A502E514FC, L_31, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Diagnostics.TraceListener::WriteLine(System.String) */, __this, L_32); } IL_00f7: { bool L_33; L_33 = TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2(__this, 4, /*hidden argument*/NULL); if (!L_33) { goto IL_011b; } } { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_34 = ___eventCache0; NullCheck(L_34); int64_t L_35; L_35 = TraceEventCache_get_Timestamp_mB31176F294C6E2B5F14A5345EB6E7A37134AFC44(L_34, /*hidden argument*/NULL); int64_t L_36 = L_35; RuntimeObject * L_37 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_36); String_t* L_38; L_38 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(_stringLiteral7178F686F6536F1D8DE01875605C5103A566B9B3, L_37, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Diagnostics.TraceListener::WriteLine(System.String) */, __this, L_38); } IL_011b: { bool L_39; L_39 = TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2(__this, ((int32_t)32), /*hidden argument*/NULL); if (!L_39) { goto IL_013b; } } { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_40 = ___eventCache0; NullCheck(L_40); String_t* L_41; L_41 = TraceEventCache_get_Callstack_m4C9EDBBE8579013B28B15E95160477498325902E(L_40, /*hidden argument*/NULL); String_t* L_42; L_42 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral4B55B8B2A922B549317BF058BE94804D4D6C1B1A, L_41, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Diagnostics.TraceListener::WriteLine(System.String) */, __this, L_42); } IL_013b: { int32_t L_43 = __this->get_indentLevel_1(); __this->set_indentLevel_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))); return; } } // System.Boolean System.Diagnostics.TraceListener::IsEnabled(System.Diagnostics.TraceOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListener_IsEnabled_m5B9768B4F146302B88FBCC16CA0AC57DB0C9B8B2 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, int32_t ___opts0, const RuntimeMethod* method) { { int32_t L_0 = ___opts0; int32_t L_1; L_1 = TraceListener_get_TraceOutputOptions_m2FCD5041BD89ED25257F6326B2AC9A140D6DAE07_inline(__this, /*hidden argument*/NULL); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) <= ((uint32_t)0)))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.TraceListenerCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection__ctor_m29B2F7DE028851C08F9D463524C9C6A67ADED370 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_0, 1, /*hidden argument*/NULL); __this->set_list_0(L_0); return; } } // System.Int32 System.Diagnostics.TraceListenerCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_get_Count_m0ED3FB86BB2B365E7F9409ABD3987B366586E441 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Int32 System.Diagnostics.TraceListenerCollection::Add(System.Diagnostics.TraceListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_Add_m3907048B2F2C543EE29A329779AA9BD9BC52285C (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * ___listener0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_0 = ___listener0; TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_critSec_5(); V_0 = L_1; V_1 = (bool)0; } IL_000f: try {// begin try (depth: 1) RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = __this->get_list_0(); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_4 = ___listener0; NullCheck(L_3); int32_t L_5; L_5 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); V_2 = L_5; 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_6 = V_1; if (!L_6) { goto IL_002f; } } IL_0029: { RuntimeObject * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*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: { int32_t L_8 = V_2; return L_8; } } // System.Void System.Diagnostics.TraceListenerCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_Clear_m92E842D33D3FFB9CE03A2E1F024740134F2AECF5 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __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_list_0(L_0); return; } } // System.Collections.IEnumerator System.Diagnostics.TraceListenerCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TraceListenerCollection_GetEnumerator_m9995B7BE08049E31E77BC8FD8BC4FD2A546DC741 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Diagnostics.TraceListenerCollection::InitializeListener(System.Diagnostics.TraceListener) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * ___listener0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_0 = ___listener0; 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*)&_stringLiteralB8FC2FD120CFA011631D5837F961430B7A8EA5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C_RuntimeMethod_var))); } IL_000e: { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_2 = ___listener0; IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); int32_t L_3; L_3 = TraceInternal_get_IndentSize_m0AFDE299EB1DCB5FABF3D08D2B4A41A8B6970F1A(/*hidden argument*/NULL); NullCheck(L_2); TraceListener_set_IndentSize_m835163729CFEC226E5E69367D3142E4461F4A3E6(L_2, L_3, /*hidden argument*/NULL); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_4 = ___listener0; int32_t L_5; L_5 = TraceInternal_get_IndentLevel_m7DA181D071198D77A664C64F22C2292FC01D955C_inline(/*hidden argument*/NULL); NullCheck(L_4); TraceListener_set_IndentLevel_m40D637794E6E30652EB6CCB99AF0B328EE693EE1(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.TraceListenerCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_RemoveAt_m2E66AF65244F28A3D572C074545DB29F9E008AD7 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_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(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_critSec_5(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_list_0(); int32_t L_3 = ___index0; NullCheck(L_2); VirtualActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_2, L_3); IL2CPP_LEAVE(0x28, FINALLY_001e); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0027; } } IL_0021: { RuntimeObject * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0027: { IL2CPP_END_FINALLY(30) } }// end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { return; } } // System.Object System.Diagnostics.TraceListenerCollection::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TraceListenerCollection_System_Collections_IList_get_Item_mB235C8BCCAD1FBA4E632283B6DC3BAA420C0A02C (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_IList_set_Item_m5A3A061A2BBE4EC943018BDD37B81A6A3FBE0FB2 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * V_0 = NULL; { RuntimeObject * L_0 = ___value1; V_0 = ((TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var)); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_1 = V_0; if (L_1) { goto IL_001f; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACF7109629BB68D61D25009C03888D38BEB6378B)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TraceListenerCollection_System_Collections_IList_set_Item_m5A3A061A2BBE4EC943018BDD37B81A6A3FBE0FB2_RuntimeMethod_var))); } IL_001f: { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_4 = V_0; TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C(__this, L_4, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get_list_0(); int32_t L_6 = ___index0; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_7 = V_0; NullCheck(L_5); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_5, L_6, L_7); return; } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_IList_get_IsReadOnly_m9FF7B35992544D160B3175B88A15FB284D104CAE (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_IList_get_IsFixedSize_mC80648EA244D01E8F9E3F49F1BFD4F4D0617320A (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Diagnostics.TraceListenerCollection::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_System_Collections_IList_Add_m22F78A4F29D9A9CA579211985DD3B4CDFA21FEA4 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value0; V_0 = ((TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var)); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_1 = V_0; if (L_1) { goto IL_001f; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACF7109629BB68D61D25009C03888D38BEB6378B)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TraceListenerCollection_System_Collections_IList_Add_m22F78A4F29D9A9CA579211985DD3B4CDFA21FEA4_RuntimeMethod_var))); } IL_001f: { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_4 = V_0; TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C(__this, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); RuntimeObject * L_5 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_critSec_5(); V_1 = L_5; V_2 = (bool)0; } IL_002e: try {// begin try (depth: 1) RuntimeObject * L_6 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_6, (bool*)(&V_2), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = __this->get_list_0(); RuntimeObject * L_8 = ___value0; NullCheck(L_7); int32_t L_9; L_9 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); V_3 = L_9; 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_10 = V_2; if (!L_10) { goto IL_004e; } } IL_0048: { RuntimeObject * L_11 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_11, /*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: { int32_t L_12 = V_3; return L_12; } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_IList_Contains_m7685FFA2AF46CAF93168486A5BBBABA1B490BEF7 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(33 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Diagnostics.TraceListenerCollection::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_System_Collections_IList_IndexOf_m4A9B6349FEE0DFACDF0127DA011BE04D560DA9D7 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(38 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_IList_Insert_mFADBCB45C7EDFD12D39ED057B54310866AFE5097 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value1; V_0 = ((TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var)); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_1 = V_0; if (L_1) { goto IL_001f; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACF7109629BB68D61D25009C03888D38BEB6378B)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TraceListenerCollection_System_Collections_IList_Insert_mFADBCB45C7EDFD12D39ED057B54310866AFE5097_RuntimeMethod_var))); } IL_001f: { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_4 = V_0; TraceListenerCollection_InitializeListener_m2C1090E329531C8D1967FD38C7CA54F622D8E78C(__this, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); RuntimeObject * L_5 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_critSec_5(); V_1 = L_5; V_2 = (bool)0; } IL_002e: try {// begin try (depth: 1) RuntimeObject * L_6 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_6, (bool*)(&V_2), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = __this->get_list_0(); int32_t L_8 = ___index0; RuntimeObject * L_9 = ___value1; NullCheck(L_7); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(39 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_7, L_8, L_9); 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_10 = V_2; if (!L_10) { goto IL_004e; } } IL_0048: { RuntimeObject * L_11 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_11, /*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: { return; } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_IList_Remove_m31211587498024262AE6DBD16796E0CE9A5847DC (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_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(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_critSec_5(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_list_0(); RuntimeObject * L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_2, L_3); IL2CPP_LEAVE(0x28, FINALLY_001e); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0027; } } IL_0021: { RuntimeObject * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0027: { IL2CPP_END_FINALLY(30) } }// end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { return; } } // System.Object System.Diagnostics.TraceListenerCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TraceListenerCollection_System_Collections_ICollection_get_SyncRoot_m9B96E4C9F865716F33DE14BDA4C4AF81D7FB5D9E (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_ICollection_get_IsSynchronized_m37AA7186A3633EABD40097F68CA936E9FAEFAE7C (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_ICollection_CopyTo_mE7757D47A22C700110BE52C955493EA563589647 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_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(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_StaticFields*)il2cpp_codegen_static_fields_for(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_critSec_5(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_list_0(); RuntimeArray * L_3 = ___array0; int32_t L_4 = ___index1; NullCheck(L_2); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x29, FINALLY_001f); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0028; } } IL_0022: { RuntimeObject * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0028: { IL2CPP_END_FINALLY(31) } }// end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x29, IL_0029) } IL_0029: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.TraceSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969 (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___displayName0; String_t* L_1 = ___description1; IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); Switch__ctor_mA2A930BF2A6548BBF83C409D583650F7CC9C9E4A(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.TypeConverter::get_UseCompatibleTypeConversion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_get_UseCompatibleTypeConversion_mAFE4D5F0B87EA773A105D89F52FE67D12BD22709 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); bool L_0 = ((TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var))->get_useCompatibleTypeConversion_1(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m47A801693EFD2D471DE7E5A76FD5D1FCDE604020 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, Type_t * ___sourceType0, const RuntimeMethod* method) { { Type_t * L_0 = ___sourceType0; bool L_1; L_1 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(4 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) */, __this, (RuntimeObject*)NULL, L_0); return L_1; } } // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { return (bool)0; } } // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m470B67B6EB76AFEF535E113FD300F4A03C525E98 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, Type_t * ___destinationType0, const RuntimeMethod* method) { { Type_t * L_0 = ___destinationType0; bool L_1; L_1 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(5 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) */, __this, (RuntimeObject*)NULL, L_0); return L_1; } } // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m1B97C37C09BAE614BF4468E84CF236EF99911CB9 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, 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_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, __this, (RuntimeObject*)NULL, L_0, L_1); return L_2; } } // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * V_0 = NULL; { RuntimeObject * L_0 = ___value2; V_0 = ((InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)IsInstSealed((RuntimeObject*)L_0, InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var)); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_1 = V_0; if (!L_1) { goto IL_0011; } } { InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InstanceDescriptor_Invoke_m7FBD796F29EFD98E2CFEEB78C9D1AF8D564747EF(L_2, /*hidden argument*/NULL); return L_3; } IL_0011: { RuntimeObject * L_4 = ___value2; Exception_t * L_5; L_5 = TypeConverter_GetConvertFromException_mFADF80A68EBD9F779461E65701B6F253494B48F9(__this, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153_RuntimeMethod_var))); } } // System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_mDD1D294DAE6C2E22BA53ABCC342615648686AC4E (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, String_t* ___text0, 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_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1 = ___text0; RuntimeObject * L_2; L_2 = TypeConverter_ConvertFromString_mA45F29EB85C9DE15FCDF302E010AC74FD2F2C4B8(__this, (RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_m90CF1983DEB7945F1E531F6D5F1AC75A7F977314 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, String_t* ___text1, 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; } { RuntimeObject* L_0 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_2 = ___text1; RuntimeObject * L_3; L_3 = TypeConverter_ConvertFromString_mA45F29EB85C9DE15FCDF302E010AC74FD2F2C4B8(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.ComponentModel.TypeConverter::ConvertFromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromString_m7B09B32283E2740AD9B19A11EC2A68937377D024 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; RuntimeObject * L_1; L_1 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, __this, (RuntimeObject*)NULL, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL, L_0); return L_1; } } // System.Object System.ComponentModel.TypeConverter::ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromString_mD31CCFF964181D77310A85705FECF2B60C386F1A (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, String_t* ___text1, 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; } { RuntimeObject* L_0 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_2 = ___text1; RuntimeObject * L_3; L_3 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, __this, L_0, L_1, L_2); return L_3; } } // System.Object System.ComponentModel.TypeConverter::ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromString_mA45F29EB85C9DE15FCDF302E010AC74FD2F2C4B8 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, String_t* ___text2, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; String_t* L_2 = ___text2; RuntimeObject * L_3; L_3 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, __this, L_0, L_1, L_2); return L_3; } } // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m95C735EB3EA1A83FCAB12B5B1C457D4A92DE9931 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; Type_t * L_1 = ___destinationType1; RuntimeObject * L_2; L_2 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, __this, (RuntimeObject*)NULL, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL, L_0, L_1); return L_2; } } // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, 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*)&IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_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*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0056; } } { RuntimeObject * L_7 = ___value2; if (L_7) { goto IL_0031; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_8; } IL_0031: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = ___culture1; if (!L_9) { goto IL_004f; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); if ((((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_10) == ((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_11))) { goto IL_004f; } } { RuntimeObject * L_12 = ___value2; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_004f; } } { RuntimeObject* L_14 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = ___culture1; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var, L_14, (String_t*)NULL, L_15); return L_16; } IL_004f: { RuntimeObject * L_17 = ___value2; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); return L_18; } IL_0056: { RuntimeObject * L_19 = ___value2; Type_t * L_20 = ___destinationType3; Exception_t * L_21; L_21 = TypeConverter_GetConvertToException_m83E0C458EF1514918B73924F1518F022F635CA01(__this, L_19, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47_RuntimeMethod_var))); } } // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_mEED098CBEFDF135E5EE5AE53B8A47333C69D4FED (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, 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_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; String_t* L_2; L_2 = TypeConverter_ConvertToString_m4E9977348C7FADE1CF283D5E6CFD52769FE30DBB(__this, (RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_mA5489D18047D939800F91988506DF79563DA6A7C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, 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; } { RuntimeObject* L_0 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; String_t* L_3; L_3 = TypeConverter_ConvertToString_m4E9977348C7FADE1CF283D5E6CFD52769FE30DBB(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.ComponentModel.TypeConverter::ConvertToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m8A78AD655B39CC8CB93FA00672E8ACABD67DFC12 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, 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_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); RuntimeObject * L_4; L_4 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, __this, (RuntimeObject*)NULL, L_0, L_1, L_3); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.ComponentModel.TypeConverter::ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m423AB38CB9FD6DE6CAD9FDEF9ED013718F15792F (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, 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_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); RuntimeObject * L_5; L_5 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, __this, L_0, L_1, L_2, L_4); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } } // System.String System.ComponentModel.TypeConverter::ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m4E9977348C7FADE1CF283D5E6CFD52769FE30DBB (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; RuntimeObject * L_2 = ___value2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); RuntimeObject * L_5; L_5 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, __this, L_0, L_1, L_2, L_4); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.ComponentModel.TypeConverter::CreateInstance(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_CreateInstance_mC3D9D9F82046372472F40CA5245610DAB5B66D78 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___propertyValues0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___propertyValues0; RuntimeObject * L_1; L_1 = VirtualFuncInvoker2< RuntimeObject *, RuntimeObject*, RuntimeObject* >::Invoke(8 /* System.Object System.ComponentModel.TypeConverter::CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary) */, __this, (RuntimeObject*)NULL, L_0); return L_1; } } // System.Object System.ComponentModel.TypeConverter::CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_CreateInstance_mD4C88AEE5E27E4A1A0C2D29A4FED43FCF614758E (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject* ___propertyValues1, const RuntimeMethod* method) { { return NULL; } } // System.Exception System.ComponentModel.TypeConverter::GetConvertFromException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertFromException_mFADF80A68EBD9F779461E65701B6F253494B48F9 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0010; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6971243F7EB358A7C6E0D382075D789ADC51C31)), /*hidden argument*/NULL); V_0 = L_1; goto IL_001c; } IL_0010: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_3); V_0 = L_4; } IL_001c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_6; String_t* L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_10); String_t* L_11; L_11 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F9AFA6270B3FB3F98955E67596093AC7EE38931)), L_9, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_12 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_GetConvertFromException_mFADF80A68EBD9F779461E65701B6F253494B48F9_RuntimeMethod_var))); } } // System.Exception System.ComponentModel.TypeConverter::GetConvertToException(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertToException_m83E0C458EF1514918B73924F1518F022F635CA01 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { String_t* V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0010; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6971243F7EB358A7C6E0D382075D789ADC51C31)), /*hidden argument*/NULL); V_0 = L_1; goto IL_001c; } IL_0010: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_3); V_0 = L_4; } IL_001c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_6; String_t* L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_10); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_9; Type_t * L_12 = ___destinationType1; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(2), (RuntimeObject *)L_13); String_t* L_14; L_14 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15A74181B914BEE433E4CBF3D03B7B4B670B7F18)), L_11, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_15 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_GetConvertToException_m83E0C458EF1514918B73924F1518F022F635CA01_RuntimeMethod_var))); } } // System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_mF0D5185C98E9B210126108C7F7941BE6909D29D5 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(9 /* System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) */, __this, (RuntimeObject*)NULL); return L_0; } } // System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_m5D31C552CD77224FB1DD8B5C619F320CC013D6C4 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeConverter_GetProperties_m0F3EAA282C79880648FA64B12CD182A6FBD482A8 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_1; L_1 = TypeConverter_GetProperties_mD65B9871C0DCCC629702D6A600C6AE8F24520FD8(__this, (RuntimeObject*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeConverter_GetProperties_mD65B9871C0DCCC629702D6A600C6AE8F24520FD8 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___context0; RuntimeObject * L_1 = ___value1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)1); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = L_2; IL2CPP_RUNTIME_CLASS_INIT(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_4 = ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var))->get_Yes_0(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)L_4); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_5; L_5 = VirtualFuncInvoker3< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, RuntimeObject*, RuntimeObject *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) */, __this, L_0, L_1, L_3); return L_5; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeConverter_GetProperties_mB755221A79F427F5B8FF205D2800DB8F1FD703CF (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { { return (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)NULL; } } // System.Boolean System.ComponentModel.TypeConverter::GetPropertiesSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetPropertiesSupported_m7ED42DBD4D48B3BE996B6AF69B26931ADBFE25F4 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(11 /* System.Boolean System.ComponentModel.TypeConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) */, __this, (RuntimeObject*)NULL); return L_0; } } // System.Boolean System.ComponentModel.TypeConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetPropertiesSupported_m5926E742F3B9D6D1419E5EE386E87FE73D68855A (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.ICollection System.ComponentModel.TypeConverter::GetStandardValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_GetStandardValues_mC9F6BEF3B6C9101435A5BA31A27728303216CECB (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method) { { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_0; L_0 = VirtualFuncInvoker1< StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *, RuntimeObject* >::Invoke(12 /* System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) */, __this, (RuntimeObject*)NULL); return L_0; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * TypeConverter_GetStandardValues_m05900F8C22AC1D65F06483220288865CBC7F334A (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *)NULL; } } // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_m344BC3D6EF874B9BE893E283FE1AE741D0BA62E2 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(13 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) */, __this, (RuntimeObject*)NULL); return L_0; } } // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_mC19F7CD2BEACF68EFE307210EFE31C3EE15E20F8 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m524F5F12FC61C07FFA9262D83C292D0180DF2B52 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(14 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) */, __this, (RuntimeObject*)NULL); return L_0; } } // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m589546C22988D5056C728C0450367AF4C1916C1E (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.TypeConverter::IsValid(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_mACCE7639F5EA9BE8ABE396939F6C7F12A7078532 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(15 /* System.Boolean System.ComponentModel.TypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, (RuntimeObject*)NULL, L_0); return L_1; } } // System.Boolean System.ComponentModel.TypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_m5654CD8AB14A030C6BFA6187238BE5079E08E756 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, 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*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); bool L_0; L_0 = TypeConverter_get_UseCompatibleTypeConversion_mAFE4D5F0B87EA773A105D89F52FE67D12BD22709(/*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return (bool)1; } IL_0009: { V_0 = (bool)1; } IL_000b: try {// begin try (depth: 1) { RuntimeObject * L_1 = ___value1; if (!L_1) { goto IL_001d; } } IL_000e: { RuntimeObject* L_2 = ___context0; RuntimeObject * L_3 = ___value1; NullCheck(L_3); Type_t * L_4; L_4 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_3, /*hidden argument*/NULL); bool L_5; L_5 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(4 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) */, __this, L_2, L_4); if (!L_5) { goto IL_002d; } } IL_001d: { RuntimeObject* L_6 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_8 = ___value1; RuntimeObject * L_9; L_9 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, __this, L_6, L_7, L_8); goto IL_002f; } IL_002d: { V_0 = (bool)0; } IL_002f: { goto IL_0036; } }// 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Object) V_0 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0036; }// end catch (depth: 1) IL_0036: { bool L_10 = V_0; return L_10; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::SortProperties(System.ComponentModel.PropertyDescriptorCollection,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeConverter_SortProperties_m9FCC1DFF25FEA3FFB388D36028E58566375661AE (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___props0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names1, const RuntimeMethod* method) { { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = ___props0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___names1; NullCheck(L_0); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(35 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Sort(System.String[]) */, L_0, L_1); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_3 = ___props0; return L_3; } } // 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; } } // System.Void System.ComponentModel.TypeConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__cctor_mF742F5F5748CD76537EBDF50919432383B0A0125 (const RuntimeMethod* method) { { 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 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->set_typeName_0(L_1); return; } } // System.Void System.ComponentModel.TypeConverterAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m0181244AF7864216BD33F5C9FDD1937D0F839E45 (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, String_t* ___typeName0, 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; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = ___typeName0; __this->set_typeName_0(L_3); 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_m2B91EE68355F142F67095973D32EB5828B7B73CB(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 = VirtualFuncInvoker0< 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_mE6F51C034AACA4A5318CE3704E898113C49BA507 (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.Void System.ComponentModel.TypeDescriptionProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m94BF5F0DC2E15A38D66F41186DA570B3AF70D7AF (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptionProvider::.ctor(System.ComponentModel.TypeDescriptionProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m6743A730A14CDF72C690886FDECCF202BC156448 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___parent0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___parent0; __this->set__parent_0(L_0); return; } } // System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptionProvider_CreateInstance_m5BC2EFEFCC8A4A7CB16E3BEF35A13AFC5A0BBAFB (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject* ___provider0, Type_t * ___objectType1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0019; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); RuntimeObject* L_2 = ___provider0; Type_t * L_3 = ___objectType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = ___argTypes2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___args3; NullCheck(L_1); RuntimeObject * L_6; L_6 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) */, L_1, L_2, L_3, L_4, L_5); return L_6; } IL_0019: { Type_t * L_7 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_002d; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_9 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_CreateInstance_m5BC2EFEFCC8A4A7CB16E3BEF35A13AFC5A0BBAFB_RuntimeMethod_var))); } IL_002d: { Type_t * L_10 = ___objectType1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___args3; RuntimeObject * L_12; L_12 = SecurityUtils_SecureCreateInstance_mD5B39B271B2A41D3F33DEB21C81C507038E95CE1(L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetCache_mC46B58CCE08C501393E7F49FA8540E8131E82835 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); RuntimeObject * L_2 = ___instance0; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(5 /* System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) */, L_1, L_2); return L_3; } IL_0015: { return (RuntimeObject*)NULL; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetExtendedTypeDescriptor_mC87709A449692299229946507EE67527717E6865 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); RuntimeObject * L_2 = ___instance0; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_1, L_2); return L_3; } IL_0015: { EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * L_4 = __this->get__emptyDescriptor_1(); if (L_4) { goto IL_0028; } } { EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * L_5 = (EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 *)il2cpp_codegen_object_new(EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4_il2cpp_TypeInfo_var); EmptyCustomTypeDescriptor__ctor_m22E35FE6325C89A3D2E59A51013DDF5F3B208C00(L_5, /*hidden argument*/NULL); __this->set__emptyDescriptor_1(L_5); } IL_0028: { EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * L_6 = __this->get__emptyDescriptor_1(); return L_6; } } // System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* TypeDescriptionProvider_GetExtenderProviders_m3F7AF8D740FC23153AC3EBBBB5409D510B7009D8 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); RuntimeObject * L_2 = ___instance0; NullCheck(L_1); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_3; L_3 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*, RuntimeObject * >::Invoke(7 /* System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject * L_4 = ___instance0; if (L_4) { goto IL_0023; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetExtenderProviders_m3F7AF8D740FC23153AC3EBBBB5409D510B7009D8_RuntimeMethod_var))); } IL_0023: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_6 = (IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)(IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)SZArrayNew(IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var, (uint32_t)0); return L_6; } } // System.String System.ComponentModel.TypeDescriptionProvider::GetFullComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptionProvider_GetFullComponentName_m92611B75A356AB5ECAD5C788CD72888B6A9CCC38 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); RuntimeObject * L_2 = ___component0; NullCheck(L_1); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(8 /* System.String System.ComponentModel.TypeDescriptionProvider::GetFullComponentName(System.Object) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject * L_4 = ___component0; RuntimeObject* L_5; L_5 = TypeDescriptionProvider_GetTypeDescriptor_m80C4B31EC6E2C9FE5D15181F51D7C97FA87BF892(__this, L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_5); return L_6; } } // System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionProvider_GetReflectionType_m66D9D89349FFDD2BA793ABD89610C8B8F767ABF6 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { { Type_t * L_0 = ___objectType0; Type_t * L_1; L_1 = VirtualFuncInvoker2< Type_t *, Type_t *, RuntimeObject * >::Invoke(9 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, __this, L_0, NULL); return L_1; } } // System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionProvider_GetReflectionType_m531DB938DC357DABFC2057625C30098E72741983 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; 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*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetReflectionType_m531DB938DC357DABFC2057625C30098E72741983_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___instance0; Type_t * L_5; L_5 = VirtualFuncInvoker2< Type_t *, Type_t *, RuntimeObject * >::Invoke(9 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, __this, L_3, L_4); return L_5; } } // System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionProvider_GetReflectionType_mB72C6C0BE7DF3F90FB199B645CB6CF76129A7828 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0016; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); Type_t * L_2 = ___objectType0; RuntimeObject * L_3 = ___instance1; NullCheck(L_1); Type_t * L_4; L_4 = VirtualFuncInvoker2< Type_t *, Type_t *, RuntimeObject * >::Invoke(9 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, L_1, L_2, L_3); return L_4; } IL_0016: { Type_t * L_5 = ___objectType0; return L_5; } } // System.Type System.ComponentModel.TypeDescriptionProvider::GetRuntimeType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptionProvider_GetRuntimeType_mB773C6D9FDB454FE16434B3F1C9527D2318275A0 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___reflectionType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); Type_t * L_2 = ___reflectionType0; NullCheck(L_1); Type_t * L_3; L_3 = VirtualFuncInvoker1< Type_t *, Type_t * >::Invoke(10 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetRuntimeType(System.Type) */, L_1, L_2); return L_3; } IL_0015: { Type_t * L_4 = ___reflectionType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_6 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB95AE689196A880270CB6E190350995409443B4C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetRuntimeType_mB773C6D9FDB454FE16434B3F1C9527D2318275A0_RuntimeMethod_var))); } IL_0029: { Type_t * L_7 = ___reflectionType0; NullCheck(L_7); Type_t * L_8; L_8 = Type_GetType_m7CE6F5932BFCEABE90A54D5940306F7F9814CEB6(L_7, /*hidden argument*/NULL); NullCheck(L_8); Assembly_t * L_9; L_9 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_8); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_11); Assembly_t * L_12; L_12 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_11); bool L_13; L_13 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_9, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_004c; } } { Type_t * L_14 = ___reflectionType0; return L_14; } IL_004c: { Type_t * L_15 = ___reflectionType0; NullCheck(L_15); Type_t * L_16; L_16 = VirtualFuncInvoker0< Type_t * >::Invoke(118 /* System.Type System.Type::get_UnderlyingSystemType() */, L_15); return L_16; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m07FB3A15AE116E4B150A02EDB0D69DBD34FEF9E1 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { { Type_t * L_0 = ___objectType0; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, __this, L_0, NULL); return L_1; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m80C4B31EC6E2C9FE5D15181F51D7C97FA87BF892 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; 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*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetTypeDescriptor_m80C4B31EC6E2C9FE5D15181F51D7C97FA87BF892_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___instance0; RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, __this, L_3, L_4); return L_5; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m2ED48670C3D29D6A1CFE63D0F019BBFE8D03372E (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0016; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1 = __this->get__parent_0(); Type_t * L_2 = ___objectType0; RuntimeObject * L_3 = ___instance1; NullCheck(L_1); RuntimeObject* L_4; L_4 = VirtualFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_1, L_2, L_3); return L_4; } IL_0016: { EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * L_5 = __this->get__emptyDescriptor_1(); if (L_5) { goto IL_0029; } } { EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * L_6 = (EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 *)il2cpp_codegen_object_new(EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4_il2cpp_TypeInfo_var); EmptyCustomTypeDescriptor__ctor_m22E35FE6325C89A3D2E59A51013DDF5F3B208C00(L_6, /*hidden argument*/NULL); __this->set__emptyDescriptor_1(L_6); } IL_0029: { EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * L_7 = __this->get__emptyDescriptor_1(); return L_7; } } // System.Boolean System.ComponentModel.TypeDescriptionProvider::IsSupportedType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptionProvider_IsSupportedType_mBC4E6598731E48D9F622A470B2C40408F4F4AEA6 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_IsSupportedType_mBC4E6598731E48D9F622A470B2C40408F4F4AEA6_RuntimeMethod_var))); } IL_0014: { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_3 = __this->get__parent_0(); if (!L_3) { goto IL_0029; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_4 = __this->get__parent_0(); Type_t * L_5 = ___type0; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(12 /* System.Boolean System.ComponentModel.TypeDescriptionProvider::IsSupportedType(System.Type) */, L_4, L_5); return L_6; } IL_0029: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeDescriptionProviderAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProviderAttribute__ctor_m0B99DEC7E3AFB251C49283FC8D39A3653F1573B3 (TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B * __this, String_t* ___typeName0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___typeName0; 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*)&_stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProviderAttribute__ctor_m0B99DEC7E3AFB251C49283FC8D39A3653F1573B3_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___typeName0; __this->set__typeName_0(L_2); return; } } // System.Void System.ComponentModel.TypeDescriptionProviderAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProviderAttribute__ctor_m297CB36641F649897352684842DCFB7E71071148 (TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProviderAttribute__ctor_m297CB36641F649897352684842DCFB7E71071148_RuntimeMethod_var))); } IL_001a: { Type_t * L_3 = ___type0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3); __this->set__typeName_0(L_4); return; } } // System.String System.ComponentModel.TypeDescriptionProviderAttribute::get_TypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptionProviderAttribute_get_TypeName_mF9A0848F4E8D3B8A3CE79CF9CB13F74FAB4325A5 (TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__typeName_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.ComponentModel.TypeDescriptor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor__ctor_m346973EDB2366A3CCB16F523962A0D2100A7B9CB (TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.ComponentModel.IComNativeDescriptorHandler System.ComponentModel.TypeDescriptor::get_ComNativeDescriptorHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_get_ComNativeDescriptorHandler_m7EFCF1E6482DDFA70E176EE0E823FE850F539271 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_0 = NULL; ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_0; L_0 = TypeDescriptor_get_ComObjectType_m5848441AA1E5605B91256A4DBD9F607067CF0827(/*hidden argument*/NULL); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_1; L_1 = TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 *)NULL; } IL_000d: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_2 = V_0; NullCheck(L_2); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_3 = L_2->get_Provider_3(); V_1 = ((ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 *)IsInstSealed((RuntimeObject*)L_3, ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var)); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_4 = V_0; NullCheck(L_4); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_5 = L_4->get_Next_2(); V_0 = L_5; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_6 = V_0; if (!L_6) { goto IL_0026; } } { ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * L_7 = V_1; if (!L_7) { goto IL_000d; } } IL_0026: { ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * L_8 = V_1; if (!L_8) { goto IL_0030; } } { ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * L_9 = V_1; NullCheck(L_9); RuntimeObject* L_10; L_10 = ComNativeDescriptionProvider_get_Handler_m94C1EDD5BF3877EB4BC5F864EB9CFFD94DEDD2AB_inline(L_9, /*hidden argument*/NULL); return L_10; } IL_0030: { return (RuntimeObject*)NULL; } } // System.Void System.ComponentModel.TypeDescriptor::set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_set_ComNativeDescriptorHandler_m24D68C82E38D1D4EFA61B2D1E2675E0014F1842E (RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_0; L_0 = TypeDescriptor_get_ComObjectType_m5848441AA1E5605B91256A4DBD9F607067CF0827(/*hidden argument*/NULL); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_1; L_1 = TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0014; } IL_000d: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_2 = V_0; NullCheck(L_2); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_3 = L_2->get_Next_2(); V_0 = L_3; } IL_0014: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_4 = V_0; if (!L_4) { goto IL_0024; } } { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_5 = V_0; NullCheck(L_5); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_6 = L_5->get_Provider_3(); if (!((ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 *)IsInstSealed((RuntimeObject*)L_6, ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var))) { goto IL_000d; } } IL_0024: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_7 = V_0; if (L_7) { goto IL_0038; } } { RuntimeObject* L_8 = ___value0; ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * L_9 = (ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 *)il2cpp_codegen_object_new(ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var); ComNativeDescriptionProvider__ctor_mC80506603867E4106B1875A3750AAF01035BB0BF(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = TypeDescriptor_get_ComObjectType_m5848441AA1E5605B91256A4DBD9F607067CF0827(/*hidden argument*/NULL); TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766(L_9, L_10, /*hidden argument*/NULL); return; } IL_0038: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_11 = V_0; NullCheck(L_11); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_12 = L_11->get_Provider_3(); RuntimeObject* L_13 = ___value0; NullCheck(((ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 *)CastclassSealed((RuntimeObject*)L_12, ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var))); ComNativeDescriptionProvider_set_Handler_mE7488C5F2C1C1ACE6233606D1BC0478062D4F383_inline(((ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 *)CastclassSealed((RuntimeObject*)L_12, ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842_il2cpp_TypeInfo_var)), L_13, /*hidden argument*/NULL); return; } } // System.Type System.ComponentModel.TypeDescriptor::get_ComObjectType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_get_ComObjectType_m5848441AA1E5605B91256A4DBD9F607067CF0827 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptorComObject_t9D25BAF4916405AB9EB00B24E88409F222A4C102_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (TypeDescriptorComObject_t9D25BAF4916405AB9EB00B24E88409F222A4C102_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.ComponentModel.TypeDescriptor::get_InterfaceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_get_InterfaceType_mEE8C0F75B18A9A3CF4381FE57D63FDEE4306ABD3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptorInterface_t4E7E99D0E1CDD0A34F5FD0E28657458C3DA25B7E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (TypeDescriptorInterface_t4E7E99D0E1CDD0A34F5FD0E28657458C3DA25B7E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.ComponentModel.TypeDescriptor::get_MetadataVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeDescriptor_get_MetadataVersion_m96D7FABBFCD10081ABCF98C6ED3852B4D5BF367D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); int32_t L_0 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__metadataVersion_4(); return L_0; } } // System.Void System.ComponentModel.TypeDescriptor::add_Refreshed(System.ComponentModel.RefreshEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_add_Refreshed_m8503DEE64234B3F2EB82738344764C22BDDBEE42 (RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_0 = NULL; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_1 = NULL; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_0 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_Refreshed_15(); V_0 = L_0; } IL_0006: { RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_1 = V_0; V_1 = L_1; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_2 = V_1; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C *)CastclassSealed((RuntimeObject*)L_4, RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_5 = V_2; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_6 = V_1; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_7; L_7 = InterlockedCompareExchangeImpl((RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C **)(((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_address_of_Refreshed_15()), L_5, L_6); V_0 = L_7; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_8 = V_0; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_9 = V_1; if ((!(((RuntimeObject*)(RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C *)L_8) == ((RuntimeObject*)(RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C *)L_9)))) { goto IL_0006; } } { return; } } // System.Void System.ComponentModel.TypeDescriptor::remove_Refreshed(System.ComponentModel.RefreshEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_remove_Refreshed_mF31E87251DD271C4F6084FCE906F9DF8CF48150F (RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_0 = NULL; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_1 = NULL; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_0 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_Refreshed_15(); V_0 = L_0; } IL_0006: { RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_1 = V_0; V_1 = L_1; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_2 = V_1; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C *)CastclassSealed((RuntimeObject*)L_4, RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_5 = V_2; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_6 = V_1; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_7; L_7 = InterlockedCompareExchangeImpl((RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C **)(((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_address_of_Refreshed_15()), L_5, L_6); V_0 = L_7; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_8 = V_0; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_9 = V_1; if ((!(((RuntimeObject*)(RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C *)L_8) == ((RuntimeObject*)(RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C *)L_9)))) { goto IL_0006; } } { return; } } // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::AddAttributes(System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_AddAttributes_m38BB8D366C1429119B8FC18E74B75D8F82D1B380 (Type_t * ___type0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddAttributes_m38BB8D366C1429119B8FC18E74B75D8F82D1B380_RuntimeMethod_var))); } IL_0014: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = ___attributes1; if (L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddAttributes_m38BB8D366C1429119B8FC18E74B75D8F82D1B380_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_6; L_6 = TypeDescriptor_GetProvider_m11FFA30C459E9A3C61DEA0B8A7F96B09545BC86B(L_5, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_7 = ___attributes1; AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A * L_8 = (AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A *)il2cpp_codegen_object_new(AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A_il2cpp_TypeInfo_var); AttributeProvider__ctor_m12DDACA19093DD1E1CE7171A8C76314D03B9AE8F(L_8, L_6, L_7, /*hidden argument*/NULL); AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A * L_9 = L_8; Type_t * L_10 = ___type0; TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766(L_9, L_10, /*hidden argument*/NULL); return L_9; } } // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::AddAttributes(System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_AddAttributes_m72DABCFDFC02382F6399B7AD44AAEAD7E05D75A3 (RuntimeObject * ___instance0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___instance0; 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*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddAttributes_m72DABCFDFC02382F6399B7AD44AAEAD7E05D75A3_RuntimeMethod_var))); } IL_000e: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___attributes1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddAttributes_m72DABCFDFC02382F6399B7AD44AAEAD7E05D75A3_RuntimeMethod_var))); } IL_001c: { RuntimeObject * L_4 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_5; L_5 = TypeDescriptor_GetProvider_m40810DB683274DF3010C5ABB387B0532D6B3D819(L_4, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_6 = ___attributes1; AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A * L_7 = (AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A *)il2cpp_codegen_object_new(AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A_il2cpp_TypeInfo_var); AttributeProvider__ctor_m12DDACA19093DD1E1CE7171A8C76314D03B9AE8F(L_7, L_5, L_6, /*hidden argument*/NULL); AttributeProvider_t63F9B04A6DFAF5E8D793249327B1FD9577967B9A * L_8 = L_7; RuntimeObject * L_9 = ___instance0; TypeDescriptor_AddProvider_mCACA9ABA41E168C1B79FD952F7A9FEE1867200A5(L_8, L_9, /*hidden argument*/NULL); return L_8; } } // System.Void System.ComponentModel.TypeDescriptor::AddEditorTable(System.Type,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddEditorTable_mC8DAD79DDBE5F401F9B86F10EDC14EB5597DFFAC (Type_t * ___editorBaseType0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___editorBaseType0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = ___table1; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); ReflectTypeDescriptionProvider_AddEditorTable_mE3F01626E2AE719550BE6BCC3F873285CC12B442(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_0 = NULL; bool V_1 = false; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_2 = NULL; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766_RuntimeMethod_var))); } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_5 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_0 = L_5; V_1 = (bool)0; } IL_002a: try {// begin try (depth: 1) WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_6 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_6, (bool*)(&V_1), /*hidden argument*/NULL); Type_t * L_7 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_8; L_8 = TypeDescriptor_NodeFor_mC08C2609098020E7C13EDFC447879F3E61246CE5(L_7, (bool)1, /*hidden argument*/NULL); V_2 = L_8; TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_9 = ___provider0; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_10 = (TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)il2cpp_codegen_object_new(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_m239F2EED4D3A0BD9F53EEDCDC1846F8394B567B2(L_10, L_9, /*hidden argument*/NULL); V_3 = L_10; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_11 = V_3; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_12 = V_2; NullCheck(L_11); L_11->set_Next_2(L_12); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_13 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); Type_t * L_14 = ___type1; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_15 = V_3; NullCheck(L_13); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_14, L_15); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTypeTable_1(); NullCheck(L_16); VirtualActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_16); 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_17 = V_1; if (!L_17) { goto IL_0069; } } IL_0063: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_18 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_18, /*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: { Type_t * L_19 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_mE91916EA0EE7D2E5FF3A85D1CB77EF8E90192A3E(L_19, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_mCACA9ABA41E168C1B79FD952F7A9FEE1867200A5 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, RuntimeObject * ___instance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_1 = NULL; bool V_2 = false; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_3 = NULL; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_mCACA9ABA41E168C1B79FD952F7A9FEE1867200A5_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_mCACA9ABA41E168C1B79FD952F7A9FEE1867200A5_RuntimeMethod_var))); } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_4 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_1 = L_4; V_2 = (bool)0; } IL_0024: try {// begin try (depth: 1) WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_5 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_5, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_6 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); RuntimeObject * L_7 = ___instance1; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_6, L_7); V_0 = L_8; RuntimeObject * L_9 = ___instance1; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_10; L_10 = TypeDescriptor_NodeFor_m5FB6F8EE72ECED6E764E037CD8DC107AAEE2511E(L_9, (bool)1, /*hidden argument*/NULL); V_3 = L_10; TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_11 = ___provider0; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_12 = (TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)il2cpp_codegen_object_new(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_m239F2EED4D3A0BD9F53EEDCDC1846F8394B567B2(L_12, L_11, /*hidden argument*/NULL); V_4 = L_12; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_13 = V_4; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_14 = V_3; NullCheck(L_13); L_13->set_Next_2(L_14); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_15 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); RuntimeObject * L_16 = ___instance1; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_17 = V_4; NullCheck(L_15); WeakHashtable_SetWeak_mCC96E4F1651FF6B17185A3BA2AF8A050C957C9AE(L_15, L_16, L_17, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTypeTable_1(); NullCheck(L_18); VirtualActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_18); 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_19 = V_2; if (!L_19) { goto IL_0072; } } IL_006c: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_20 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_20, /*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: { bool L_21 = V_0; if (!L_21) { goto IL_007d; } } { RuntimeObject * L_22 = ___instance1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_mE19398EDAE1219D73ED916DD606E8757111CCA39(L_22, (bool)0, /*hidden argument*/NULL); } IL_007d: { return; } } // System.Void System.ComponentModel.TypeDescriptor::AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProviderTransparent_m54420F9FCCD96E4FD3064EF359DCDEFCB42FE964 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_m54420F9FCCD96E4FD3064EF359DCDEFCB42FE964_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_m54420F9FCCD96E4FD3064EF359DCDEFCB42FE964_RuntimeMethod_var))); } IL_0022: { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_5 = ___provider0; Type_t * L_6 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766(L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProviderTransparent_mB24D1FD8A801141D93F026748F3D31D3E48ACF0E (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, RuntimeObject * ___instance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_mB24D1FD8A801141D93F026748F3D31D3E48ACF0E_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_mB24D1FD8A801141D93F026748F3D31D3E48ACF0E_RuntimeMethod_var))); } IL_001c: { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_4 = ___provider0; RuntimeObject * L_5 = ___instance1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_AddProvider_mCACA9ABA41E168C1B79FD952F7A9FEE1867200A5(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::CheckDefaultProvider(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_CheckDefaultProvider_mE71566C3452AF8803143B08E974C10E5DB944633 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_CheckDefaultProvider_mE71566C3452AF8803143B08E974C10E5DB944633_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; bool V_1 = false; RuntimeObject * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; Type_t * V_5 = NULL; Type_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__defaultProviders_2(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__internalSyncObject_14(); V_2 = L_1; V_3 = (bool)0; } IL_0011: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__defaultProviders_2(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_002e; } } IL_0022: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__defaultProviders_2(L_4); } IL_002e: { IL2CPP_LEAVE(0x3A, FINALLY_0030); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) { bool L_5 = V_3; if (!L_5) { goto IL_0039; } } IL_0033: { RuntimeObject * L_6 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0039: { IL2CPP_END_FINALLY(48) } }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__defaultProviders_2(); il2cpp_codegen_memory_barrier(); Type_t * L_8 = ___type0; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_7, L_8); if (!L_9) { goto IL_004a; } } { return; } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_10 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__internalSyncObject_14(); V_2 = L_10; V_3 = (bool)0; } IL_0052: try {// begin try (depth: 1) { RuntimeObject * L_11 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_11, (bool*)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__defaultProviders_2(); il2cpp_codegen_memory_barrier(); Type_t * L_13 = ___type0; NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_12, L_13); if (!L_14) { goto IL_006e; } } IL_0069: { IL2CPP_LEAVE(0x11C, FINALLY_007e); } IL_006e: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__defaultProviders_2(); il2cpp_codegen_memory_barrier(); Type_t * L_16 = ___type0; NullCheck(L_15); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_16, NULL); IL2CPP_LEAVE(0x88, FINALLY_007e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007e; } FINALLY_007e: {// begin finally (depth: 1) { bool L_17 = V_3; if (!L_17) { goto IL_0087; } } IL_0081: { RuntimeObject * L_18 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_18, /*hidden argument*/NULL); } IL_0087: { IL2CPP_END_FINALLY(126) } }// end finally (depth: 1) IL2CPP_CLEANUP(126) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x11C, IL_011c) IL2CPP_JUMP_TBL(0x88, IL_0088) } IL_0088: { Type_t * L_19 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); NullCheck(L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22; L_22 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_19, L_21, (bool)0); V_0 = L_22; V_1 = (bool)0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = V_0; NullCheck(L_23); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), (int32_t)1)); goto IL_00f1; } IL_00a5: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = V_0; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; RuntimeObject * L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(((TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B *)CastclassSealed((RuntimeObject*)L_27, TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B_il2cpp_TypeInfo_var))); String_t* L_28; L_28 = TypeDescriptionProviderAttribute_get_TypeName_mF9A0848F4E8D3B8A3CE79CF9CB13F74FAB4325A5_inline(((TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B *)CastclassSealed((RuntimeObject*)L_27, TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_28, TypeDescriptor_CheckDefaultProvider_mE71566C3452AF8803143B08E974C10E5DB944633_RuntimeMethod_var); V_5 = L_29; Type_t * L_30 = V_5; bool L_31; L_31 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_30, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_31) { goto IL_00eb; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33; L_33 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_32, /*hidden argument*/NULL); Type_t * L_34 = V_5; NullCheck(L_33); bool L_35; L_35 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_33, L_34); if (!L_35) { goto IL_00eb; } } { Type_t * L_36 = V_5; RuntimeObject * L_37; L_37 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295(L_36, /*hidden argument*/NULL); Type_t * L_38 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_AddProvider_m6413525D4017AFD08011DE2B9F8817498EB45766(((TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 *)CastclassClass((RuntimeObject*)L_37, TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_il2cpp_TypeInfo_var)), L_38, /*hidden argument*/NULL); V_1 = (bool)1; } IL_00eb: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); } IL_00f1: { int32_t L_40 = V_4; if ((((int32_t)L_40) >= ((int32_t)0))) { goto IL_00a5; } } { bool L_41 = V_1; if (L_41) { goto IL_011c; } } { Type_t * L_42 = ___type0; NullCheck(L_42); Type_t * L_43; L_43 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_42); V_6 = L_43; Type_t * L_44 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_45; L_45 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_44, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_45) { goto IL_011c; } } { Type_t * L_46 = V_6; Type_t * L_47 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_48; L_48 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_011c; } } { Type_t * L_49 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_CheckDefaultProvider_mE71566C3452AF8803143B08E974C10E5DB944633(L_49, /*hidden argument*/NULL); } IL_011c: { return; } } // System.Void System.ComponentModel.TypeDescriptor::CreateAssociation(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_CreateAssociation_m9B0AE81F58942C6048B7A672DB935750B06332AC (RuntimeObject * ___primary0, RuntimeObject * ___secondary1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_3 = NULL; int32_t V_4 = 0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___primary0; 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*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m9B0AE81F58942C6048B7A672DB935750B06332AC_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___secondary1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1ECD956B7E4E74651008E98FEBFB3E2411DECE4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m9B0AE81F58942C6048B7A672DB935750B06332AC_RuntimeMethod_var))); } IL_001c: { RuntimeObject * L_4 = ___primary0; RuntimeObject * L_5 = ___secondary1; if ((!(((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)L_5)))) { goto IL_0030; } } { String_t* L_6; L_6 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBEFF06E54B3C0BAC053638B221FFD787126BD885)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m9B0AE81F58942C6048B7A672DB935750B06332AC_RuntimeMethod_var))); } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_8 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_006a; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__internalSyncObject_14(); V_1 = L_9; V_2 = (bool)0; } IL_0041: try {// begin try (depth: 1) { RuntimeObject * L_10 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_10, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_11 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); if (L_11) { goto IL_005e; } } IL_0052: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_12 = (WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA *)il2cpp_codegen_object_new(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA_il2cpp_TypeInfo_var); WeakHashtable__ctor_mE543E906A10CC747A79E525172D265F05BA2C20C(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__associationTable_3(L_12); } 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_13 = V_2; if (!L_13) { goto IL_0069; } } IL_0063: { RuntimeObject * L_14 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*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: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_15 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); RuntimeObject * L_16 = ___primary0; NullCheck(L_15); RuntimeObject * L_17; L_17 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_15, L_16); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_17, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_0; if (L_18) { goto IL_00c9; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_19 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); V_3 = L_19; V_2 = (bool)0; } IL_008a: try {// begin try (depth: 1) { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_20 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_20, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_21 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); RuntimeObject * L_22 = ___primary0; NullCheck(L_21); RuntimeObject * L_23; L_23 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_21, L_22); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_0; if (L_24) { goto IL_00bd; } } IL_00a8: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_25, 4, /*hidden argument*/NULL); V_0 = L_25; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_26 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); RuntimeObject * L_27 = ___primary0; RuntimeObject* L_28 = V_0; NullCheck(L_26); WeakHashtable_SetWeak_mCC96E4F1651FF6B17185A3BA2AF8A050C957C9AE(L_26, L_27, L_28, /*hidden argument*/NULL); } IL_00bd: { IL2CPP_LEAVE(0x112, FINALLY_00bf); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bf; } FINALLY_00bf: {// begin finally (depth: 1) { bool L_29 = V_2; if (!L_29) { goto IL_00c8; } } IL_00c2: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_30 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_30, /*hidden argument*/NULL); } IL_00c8: { IL2CPP_END_FINALLY(191) } }// end finally (depth: 1) IL2CPP_CLEANUP(191) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x112, IL_0112) } IL_00c9: { RuntimeObject* L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_31); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); goto IL_010d; } IL_00d5: { RuntimeObject* L_33 = V_0; int32_t L_34 = V_4; NullCheck(L_33); RuntimeObject * L_35; L_35 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_33, L_34); V_5 = ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_35, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var)); WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_36 = V_5; NullCheck(L_36); bool L_37; L_37 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_36); if (!L_37) { goto IL_0107; } } { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_38 = V_5; NullCheck(L_38); RuntimeObject * L_39; L_39 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_38); RuntimeObject * L_40 = ___secondary1; if ((!(((RuntimeObject*)(RuntimeObject *)L_39) == ((RuntimeObject*)(RuntimeObject *)L_40)))) { goto IL_0107; } } { String_t* L_41; L_41 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE9865427649C328B5047F2F3A0AD18535D186B45)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_42 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m9B0AE81F58942C6048B7A672DB935750B06332AC_RuntimeMethod_var))); } IL_0107: { int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); } IL_010d: { int32_t L_44 = V_4; if ((((int32_t)L_44) >= ((int32_t)0))) { goto IL_00d5; } } IL_0112: { RuntimeObject* L_45 = V_0; V_6 = L_45; V_2 = (bool)0; } IL_0117: try {// begin try (depth: 1) RuntimeObject* L_46 = V_6; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_46, (bool*)(&V_2), /*hidden argument*/NULL); RuntimeObject* L_47 = V_0; RuntimeObject * L_48 = ___secondary1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_49 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_49, L_48, /*hidden argument*/NULL); NullCheck(L_47); int32_t L_50; L_50 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_47, L_49); IL2CPP_LEAVE(0x13A, FINALLY_012f); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012f; } FINALLY_012f: {// begin finally (depth: 1) { bool L_51 = V_2; if (!L_51) { goto IL_0139; } } IL_0132: { RuntimeObject* L_52 = V_6; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_52, /*hidden argument*/NULL); } IL_0139: { IL2CPP_END_FINALLY(303) } }// end finally (depth: 1) IL2CPP_CLEANUP(303) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x13A, IL_013a) } IL_013a: { return; } } // System.ComponentModel.Design.IDesigner System.ComponentModel.TypeDescriptor::CreateDesigner(System.ComponentModel.IComponent,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_CreateDesigner_mF446B39695120604D96CC64E9B106EF23D2756F2 (RuntimeObject* ___component0, Type_t * ___designerBaseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeResolutionService_t6A46AE5E8B7E7DC2731ED2C8C4C6E62C0DD4112B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeResolutionService_t6A46AE5E8B7E7DC2731ED2C8C4C6E62C0DD4112B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_CreateDesigner_mF446B39695120604D96CC64E9B106EF23D2756F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject* V_1 = NULL; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_2 = NULL; int32_t V_3 = 0; DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * V_4 = NULL; Type_t * V_5 = NULL; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; { V_0 = (Type_t *)NULL; V_1 = (RuntimeObject*)NULL; RuntimeObject* L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529(L_0, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_00a1; } IL_0012: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, int32_t >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Int32) */, L_2, L_3); V_4 = ((DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C *)IsInstSealed((RuntimeObject*)L_4, DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C_il2cpp_TypeInfo_var)); DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * L_5 = V_4; if (!L_5) { goto IL_009d; } } { DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * L_6 = V_4; NullCheck(L_6); String_t* L_7; L_7 = DesignerAttribute_get_DesignerBaseTypeName_m0E81B088936AA02C1BE182979C8A40D4DC871C7A_inline(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_7, TypeDescriptor_CreateDesigner_mF446B39695120604D96CC64E9B106EF23D2756F2_RuntimeMethod_var); V_5 = L_8; Type_t * L_9 = V_5; bool L_10; L_10 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_9, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_009d; } } { Type_t * L_11 = V_5; Type_t * L_12 = ___designerBaseType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_009d; } } { RuntimeObject* L_14 = ___component0; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_14); V_6 = L_15; V_7 = (bool)0; RuntimeObject* L_16 = V_6; if (!L_16) { goto IL_0083; } } { RuntimeObject* L_17 = V_6; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (ITypeResolutionService_t6A46AE5E8B7E7DC2731ED2C8C4C6E62C0DD4112B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_17, L_19); V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ITypeResolutionService_t6A46AE5E8B7E7DC2731ED2C8C4C6E62C0DD4112B_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_8; if (!L_21) { goto IL_0083; } } { V_7 = (bool)1; RuntimeObject* L_22 = V_8; DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * L_23 = V_4; NullCheck(L_23); String_t* L_24; L_24 = DesignerAttribute_get_DesignerTypeName_mE8D2A2D61BD19B261383CC14E9CBB94EFC85406A_inline(L_23, /*hidden argument*/NULL); NullCheck(L_22); Type_t * L_25; L_25 = InterfaceFuncInvoker1< Type_t *, String_t* >::Invoke(0 /* System.Type System.ComponentModel.Design.ITypeResolutionService::GetType(System.String) */, ITypeResolutionService_t6A46AE5E8B7E7DC2731ED2C8C4C6E62C0DD4112B_il2cpp_TypeInfo_var, L_22, L_24); V_0 = L_25; } IL_0083: { bool L_26 = V_7; if (L_26) { goto IL_0094; } } { DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * L_27 = V_4; NullCheck(L_27); String_t* L_28; L_28 = DesignerAttribute_get_DesignerTypeName_mE8D2A2D61BD19B261383CC14E9CBB94EFC85406A_inline(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_28, TypeDescriptor_CreateDesigner_mF446B39695120604D96CC64E9B106EF23D2756F2_RuntimeMethod_var); V_0 = L_29; } IL_0094: { Type_t * L_30 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_31; L_31 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_30, (Type_t *)NULL, /*hidden argument*/NULL); if (L_31) { goto IL_00ad; } } IL_009d: { int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00a1: { int32_t L_33 = V_3; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_34 = V_2; NullCheck(L_34); int32_t L_35; L_35 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_0012; } } IL_00ad: { Type_t * L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_37; L_37 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_36, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_37) { goto IL_00c4; } } { Type_t * L_38 = V_0; RuntimeObject * L_39; L_39 = SecurityUtils_SecureCreateInstance_m77A5F85F6F614B84FB35A6B2DB40FAE72D5A72E6(L_38, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, (bool)1, /*hidden argument*/NULL); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_39, IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_il2cpp_TypeInfo_var)); } IL_00c4: { RuntimeObject* L_40 = V_1; return L_40; } } // System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor::CreateEvent(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * TypeDescriptor_CreateEvent_m6F2077D29E7017056297900BB61FA7B621EDF5D7 (Type_t * ___componentType0, String_t* ___name1, Type_t * ___type2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; String_t* L_1 = ___name1; Type_t * L_2 = ___type2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = ___attributes3; ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * L_4 = (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF *)il2cpp_codegen_object_new(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var); ReflectEventDescriptor__ctor_m7B5D76C02629562815ACF2248610E835BF2DB356(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor::CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * TypeDescriptor_CreateEvent_mCD53AE7A7AE70D8EDF8B074EDC924A3B3677B4F9 (Type_t * ___componentType0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___oldEventDescriptor1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_1 = ___oldEventDescriptor1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___attributes2; ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * L_3 = (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF *)il2cpp_codegen_object_new(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var); ReflectEventDescriptor__ctor_m120801E2DDB6B43BD17A7FEE091A998E9E56A455(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.ComponentModel.TypeDescriptor::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B (RuntimeObject* ___provider0, Type_t * ___objectType1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * V_1 = NULL; { Type_t * L_0 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B_RuntimeMethod_var))); } IL_0014: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = ___argTypes2; if (!L_3) { goto IL_003d; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args3; if (L_4) { goto IL_0025; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B_RuntimeMethod_var))); } IL_0025: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = ___argTypes2; NullCheck(L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___args3; NullCheck(L_7); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_003d; } } { String_t* L_8; L_8 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14B46243941FE5D62A97AA84AA56314181BBB846)), /*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*)&TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B_RuntimeMethod_var))); } IL_003d: { V_0 = NULL; RuntimeObject* L_10 = ___provider0; if (!L_10) { goto IL_0066; } } { RuntimeObject* L_11 = ___provider0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_11); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_11, L_13); V_1 = ((TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 *)IsInstClass((RuntimeObject*)L_14, TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0_il2cpp_TypeInfo_var)); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_15 = V_1; if (!L_15) { goto IL_0066; } } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_16 = V_1; RuntimeObject* L_17 = ___provider0; Type_t * L_18 = ___objectType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19 = ___argTypes2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = ___args3; NullCheck(L_16); RuntimeObject * L_21; L_21 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) */, L_16, L_17, L_18, L_19, L_20); V_0 = L_21; } IL_0066: { RuntimeObject * L_22 = V_0; if (L_22) { goto IL_0079; } } { Type_t * L_23 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_24; L_24 = TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0(L_23, /*hidden argument*/NULL); RuntimeObject* L_25 = ___provider0; Type_t * L_26 = ___objectType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_27 = ___argTypes2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = ___args3; NullCheck(L_24); RuntimeObject * L_29; L_29 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) */, L_24, L_25, L_26, L_27, L_28); V_0 = L_29; } IL_0079: { RuntimeObject * L_30 = V_0; return L_30; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor::CreateProperty(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * TypeDescriptor_CreateProperty_m9C4D54DF9B5687EB47E4E25CD566031ACB6C3CB0 (Type_t * ___componentType0, String_t* ___name1, Type_t * ___type2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; String_t* L_1 = ___name1; Type_t * L_2 = ___type2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = ___attributes3; ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_4 = (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 *)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor::CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * TypeDescriptor_CreateProperty_mB73219DD0285FA9A9795B9653675A7444C9C6A8C (Type_t * ___componentType0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___oldPropertyDescriptor1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_1 = ___oldPropertyDescriptor1; NullCheck(L_1); Type_t * L_2; L_2 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003c; } } { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_4 = ___oldPropertyDescriptor1; NullCheck(L_4); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5; L_5 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_4); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_8; L_8 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_5, L_7); NullCheck(((ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)CastclassSealed((RuntimeObject*)L_8, ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var))); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_9; L_9 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mB14E4C280026B71DA4A7FDD3AEBAAD639F99E3B6_inline(((ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)CastclassSealed((RuntimeObject*)L_8, ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 *)IsInstSealed((RuntimeObject*)L_9, ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))) { goto IL_003c; } } { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_10 = ___oldPropertyDescriptor1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_11 = ___attributes2; ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * L_12 = (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 *)il2cpp_codegen_object_new(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420_il2cpp_TypeInfo_var); ExtendedPropertyDescriptor__ctor_mB411F8E817053942D153987D2BBAE1ADC3AE9A7B(L_12, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_003c: { Type_t * L_13 = ___componentType0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_14 = ___oldPropertyDescriptor1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_15 = ___attributes2; ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_16 = (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 *)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_mED990C023A8DB91A1886823EFAEFFFA11828BE96(L_16, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.Type,System.ComponentModel.AttributeCollection,System.ComponentModel.AttributeCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m21CE47DFC5282F007F9621430E2E3D46A4E7B1B0 (Type_t * ___type0, AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributes1, AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___debugAttributes2, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.AttributeCollection,System.ComponentModel.AttributeCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m4F1B490D672DA60C7565041D1F4236E6B847784C (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributes0, AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___debugAttributes1, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.AttributeCollection,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m9FD7807993859E8A6919D88E62A2025DCE9A56CF (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributes0, Type_t * ___type1, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.AttributeCollection,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_mDFD746547AB85A0060D1AA04D4C3973A391D0ACC (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributes0, RuntimeObject * ___instance1, bool ___noCustomTypeDesc2, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.TypeConverter,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m8F34FC262836B66E0922C1A3CF78ACD4A14D8C8B (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter0, Type_t * ___type1, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.TypeConverter,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m535CEC98BCA27CDC52855E79DFF5B849ABB4667A (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter0, RuntimeObject * ___instance1, bool ___noCustomTypeDesc2, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.EventDescriptorCollection,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m22FBA2AE1130BDAFB7671ACF9161927198D47185 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ___events0, Type_t * ___type1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.EventDescriptorCollection,System.Object,System.Attribute[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_mC8B2041AAE077129E56CA84D518A913DBA2035E8 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ___events0, RuntimeObject * ___instance1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, bool ___noCustomTypeDesc3, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.PropertyDescriptorCollection,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_mA84563E8A4AD06B58141D2952CE707C543F194D4 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___properties0, Type_t * ___type1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::DebugValidate(System.ComponentModel.PropertyDescriptorCollection,System.Object,System.Attribute[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m153DA4D33294AA39881AA257F257EF4246F96A03 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___properties0, RuntimeObject * ___instance1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, bool ___noCustomTypeDesc3, const RuntimeMethod* method) { { return; } } // System.Collections.ArrayList System.ComponentModel.TypeDescriptor::FilterMembers(System.Collections.IList,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * TypeDescriptor_FilterMembers_mEFD9B4E684D18ECC7D94E61416955A23E123E840 (RuntimeObject* ___members0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)NULL; RuntimeObject* L_0 = ___members0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); V_1 = L_1; V_2 = 0; goto IL_007f; } IL_000d: { V_3 = (bool)0; V_4 = 0; goto IL_0035; } IL_0014: { RuntimeObject* L_2 = ___members0; int32_t L_3 = V_2; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_2, L_3); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_5 = ___attributes1; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_8 = (L_5)->GetAt(static_cast(L_7)); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); bool L_9; L_9 = TypeDescriptor_ShouldHideMember_mAB30D4712D5BF06504E3DE6CBBE53875CC0374F4(((MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *)CastclassClass((RuntimeObject*)L_4, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var)), L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002f; } } { V_3 = (bool)1; goto IL_003c; } IL_002f: { int32_t L_10 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { int32_t L_11 = V_4; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_12 = ___attributes1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0014; } } IL_003c: { bool L_13 = V_3; if (!L_13) { goto IL_006a; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = V_0; if (L_14) { goto IL_007b; } } { int32_t L_15 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_16, L_15, /*hidden argument*/NULL); V_0 = L_16; V_5 = 0; goto IL_0063; } IL_004e: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = V_0; RuntimeObject* L_18 = ___members0; int32_t L_19 = V_5; NullCheck(L_18); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_18, L_19); NullCheck(L_17); int32_t L_21; L_21 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_20); int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0063: { int32_t L_23 = V_5; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } { goto IL_007b; } IL_006a: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25 = V_0; if (!L_25) { goto IL_007b; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = V_0; RuntimeObject* L_27 = ___members0; int32_t L_28 = V_2; NullCheck(L_27); RuntimeObject * L_29; L_29 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_27, L_28); NullCheck(L_26); int32_t L_30; L_30 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_29); } IL_007b: { int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_007f: { int32_t L_32 = V_2; int32_t L_33 = V_1; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_000d; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_34 = V_0; return L_34; } } // System.Object System.ComponentModel.TypeDescriptor::GetAssociation(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D (Type_t * ___type0, RuntimeObject * ___primary1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; RuntimeObject * V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D_RuntimeMethod_var))); } IL_0014: { RuntimeObject * L_3 = ___primary1; if (L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___primary1; V_0 = L_5; Type_t * L_6 = ___type0; RuntimeObject * L_7 = ___primary1; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_6, L_7); if (L_8) { goto IL_0109; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_9 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); V_1 = L_9; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = V_1; if (!L_10) { goto IL_00ab; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = V_1; RuntimeObject * L_12 = ___primary1; NullCheck(L_11); RuntimeObject * L_13; L_13 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_11, L_12); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_13, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_2; if (!L_14) { goto IL_00ab; } } { RuntimeObject* L_15 = V_2; V_3 = L_15; V_4 = (bool)0; } IL_0050: try {// begin try (depth: 1) { RuntimeObject* L_16 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_16, (bool*)(&V_4), /*hidden argument*/NULL); RuntimeObject* L_17 = V_2; NullCheck(L_17); int32_t L_18; L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_17); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); goto IL_0099; } IL_0064: { RuntimeObject* L_19 = V_2; int32_t L_20 = V_5; NullCheck(L_19); RuntimeObject * L_21; L_21 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_19, L_20); NullCheck(((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_21, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var))); RuntimeObject * L_22; L_22 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_21, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var))); V_6 = L_22; RuntimeObject * L_23 = V_6; if (L_23) { goto IL_0086; } } IL_007c: { RuntimeObject* L_24 = V_2; int32_t L_25 = V_5; NullCheck(L_24); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_24, L_25); goto IL_0093; } IL_0086: { Type_t * L_26 = ___type0; RuntimeObject * L_27 = V_6; NullCheck(L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_26, L_27); if (!L_28) { goto IL_0093; } } IL_0090: { RuntimeObject * L_29 = V_6; V_0 = L_29; } IL_0093: { int32_t L_30 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); } IL_0099: { int32_t L_31 = V_5; if ((((int32_t)L_31) >= ((int32_t)0))) { goto IL_0064; } } IL_009e: { IL2CPP_LEAVE(0xAB, FINALLY_00a0); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a0; } FINALLY_00a0: {// begin finally (depth: 1) { bool L_32 = V_4; if (!L_32) { goto IL_00aa; } } IL_00a4: { RuntimeObject* L_33 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_33, /*hidden argument*/NULL); } IL_00aa: { IL2CPP_END_FINALLY(160) } }// end finally (depth: 1) IL2CPP_CLEANUP(160) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAB, IL_00ab) } IL_00ab: { RuntimeObject * L_34 = V_0; RuntimeObject * L_35 = ___primary1; if ((!(((RuntimeObject*)(RuntimeObject *)L_34) == ((RuntimeObject*)(RuntimeObject *)L_35)))) { goto IL_0109; } } { RuntimeObject * L_36 = ___primary1; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_37 = V_7; if (!L_37) { goto IL_0109; } } { RuntimeObject* L_38 = V_7; NullCheck(L_38); RuntimeObject* L_39; L_39 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_38); V_8 = L_39; RuntimeObject* L_40 = V_8; if (!L_40) { goto IL_0109; } } { RuntimeObject* L_41 = V_8; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_41); if (!L_42) { goto IL_0109; } } { RuntimeObject* L_43 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); NullCheck(L_43); RuntimeObject * L_46; L_46 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_43, L_45); V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var)); RuntimeObject* L_47 = V_9; if (!L_47) { goto IL_0109; } } { RuntimeObject* L_48 = V_9; RuntimeObject* L_49 = V_7; NullCheck(L_48); RuntimeObject* L_50; L_50 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.ComponentModel.Design.IDesigner System.ComponentModel.Design.IDesignerHost::GetDesigner(System.ComponentModel.IComponent) */, IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var, L_48, L_49); V_10 = L_50; RuntimeObject * L_51 = V_10; if (!L_51) { goto IL_0109; } } { Type_t * L_52 = ___type0; RuntimeObject * L_53 = V_10; NullCheck(L_52); bool L_54; L_54 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_52, L_53); if (!L_54) { goto IL_0109; } } { RuntimeObject * L_55 = V_10; V_0 = L_55; } IL_0109: { RuntimeObject * L_56 = V_0; return L_56; } } // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38 (Type_t * ___componentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_2, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); return L_2; } IL_0010: { Type_t * L_3 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); NullCheck(L_4); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5; L_5 = InterfaceFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_4); return L_5; } } // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529 (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = TypeDescriptor_GetAttributes_m6276D0996CB15BA7B223BF89ADC0F3C4B39F0DB7(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_m6276D0996CB15BA7B223BF89ADC0F3C4B39F0DB7 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_7 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000a; } } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_1, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); return L_1; } IL_000a: { RuntimeObject * L_2 = ___component0; bool L_3 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5; L_5 = InterfaceFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_4); V_0 = L_5; RuntimeObject * L_6 = ___component0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var))) { goto IL_004c; } } { bool L_7 = ___noCustomTypeDesc1; if (!L_7) { goto IL_0040; } } { RuntimeObject * L_8 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC(L_8, /*hidden argument*/NULL); V_2 = L_9; RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_008b; } } { RuntimeObject* L_11 = V_2; NullCheck(L_11); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_12; L_12 = InterfaceFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_11); V_3 = L_12; RuntimeObject* L_13 = V_0; RuntimeObject* L_14 = V_3; RuntimeObject * L_15 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_16; L_16 = TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58(0, L_13, L_14, L_15, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_16; goto IL_008b; } IL_0040: { RuntimeObject* L_17 = V_0; RuntimeObject * L_18 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_19; L_19 = TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533(0, L_17, L_18, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_19; goto IL_008b; } IL_004c: { RuntimeObject * L_20 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_21; L_21 = TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4(L_20, /*hidden argument*/NULL); V_4 = L_21; RuntimeObject* L_22 = V_0; RuntimeObject* L_23 = V_4; RuntimeObject* L_24; L_24 = TypeDescriptor_PipelineInitialize_m57F81257A519949904575CFE5ABA22CD97620406(0, L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; RuntimeObject * L_25 = ___component0; RuntimeObject* L_26; L_26 = TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC(L_25, /*hidden argument*/NULL); V_5 = L_26; RuntimeObject* L_27 = V_5; if (!L_27) { goto IL_0080; } } { RuntimeObject* L_28 = V_5; NullCheck(L_28); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_29; L_29 = InterfaceFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_28); V_6 = L_29; RuntimeObject* L_30 = V_0; RuntimeObject* L_31 = V_6; RuntimeObject * L_32 = ___component0; RuntimeObject* L_33 = V_4; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58(0, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); V_0 = L_34; } IL_0080: { RuntimeObject* L_35 = V_0; RuntimeObject * L_36 = ___component0; RuntimeObject* L_37 = V_4; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_38; L_38 = TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533(0, L_35, L_36, L_37, /*hidden argument*/NULL); V_0 = L_38; } IL_008b: { RuntimeObject* L_39 = V_0; V_1 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)IsInstClass((RuntimeObject*)L_39, AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var)); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_40 = V_1; if (L_40) { goto IL_00b3; } } { RuntimeObject* L_41 = V_0; NullCheck(L_41); int32_t L_42; L_42 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_41); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_43 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_42); V_7 = L_43; RuntimeObject* L_44 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_45 = V_7; NullCheck(L_44); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_44, (RuntimeArray *)(RuntimeArray *)L_45, 0); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_46 = V_7; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_47 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_47, L_46, /*hidden argument*/NULL); V_1 = L_47; } IL_00b3: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_48 = V_1; return L_48; } } // System.Collections.IDictionary System.ComponentModel.TypeDescriptor::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4 (RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_1; L_1 = TypeDescriptor_NodeFor_mDE428EC18E34DEEEF0CABF0287441EAB32436872(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance0; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(5 /* System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) */, L_1, L_2); return L_3; } } // System.String System.ComponentModel.TypeDescriptor::GetClassName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_m06F97CBE74586DB1A00BBFA0A5B3F1B35A86E7C0 (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TypeDescriptor_GetClassName_mBEE9A97E9A86768EB19E58C03E8789A814F66105(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.ComponentModel.TypeDescriptor::GetClassName(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_mBEE9A97E9A86768EB19E58C03E8789A814F66105 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; bool L_1 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_2); return L_3; } } // System.String System.ComponentModel.TypeDescriptor::GetClassName(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_m2912C0F04D9C98F9CA80F1E6DA1B7508A77B530F (Type_t * ___componentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_0, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } } // System.String System.ComponentModel.TypeDescriptor::GetComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_mB845CA527C83E2FAD333887766DDB66C200F716B (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TypeDescriptor_GetComponentName_m646E4C96D71378AD2CE2725A6AE293989C93D866(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.ComponentModel.TypeDescriptor::GetComponentName(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_m646E4C96D71378AD2CE2725A6AE293989C93D866 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; bool L_1 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_2); return L_3; } } // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m9BCC2E1038DACDFB02E66CAE5F8ECA8BE43F5D5C (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1; L_1 = TypeDescriptor_GetConverter_m13E400C6A60FFA7EB9766EB8F7530618C5351B97(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m13E400C6A60FFA7EB9766EB8F7530618C5351B97 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; bool L_1 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_3; L_3 = InterfaceFuncInvoker0< TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_2); return L_3; } } // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, /*hidden argument*/NULL); NullCheck(L_1); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_2; L_2 = InterfaceFuncInvoker0< TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } } // System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor::GetDefaultEvent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * TypeDescriptor_GetDefaultEvent_mCB8AD8D592B1D9E7A974BFF7E2A9B6383205B98E (Type_t * ___componentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000b; } } { return (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL; } IL_000b: { Type_t * L_2 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_2, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); NullCheck(L_3); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_4; L_4 = InterfaceFuncInvoker0< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor::GetDefaultEvent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * TypeDescriptor_GetDefaultEvent_m5C41C62A437F2E5929E2A19087D2EB885CEE7D47 (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_1; L_1 = TypeDescriptor_GetDefaultEvent_m747C3BCA050B1392D41A12EA38EB224BFF8E982E(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.EventDescriptor System.ComponentModel.TypeDescriptor::GetDefaultEvent(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * TypeDescriptor_GetDefaultEvent_m747C3BCA050B1392D41A12EA38EB224BFF8E982E (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_0005; } } { return (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL; } IL_0005: { RuntimeObject * L_1 = ___component0; bool L_2 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_3); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_4; L_4 = InterfaceFuncInvoker0< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor::GetDefaultProperty(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * TypeDescriptor_GetDefaultProperty_m475B98A6E2F545C53CAE057CCD7B5BC311A3CE66 (Type_t * ___componentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000b; } } { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } IL_000b: { Type_t * L_2 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_2, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); NullCheck(L_3); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_4; L_4 = InterfaceFuncInvoker0< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor::GetDefaultProperty(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * TypeDescriptor_GetDefaultProperty_mFEE5355B9754F0B332D1811A3C4A8AB674324856 (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_1; L_1 = TypeDescriptor_GetDefaultProperty_mE2014593468A21C4CECA9C817C2A3151E216189D(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.TypeDescriptor::GetDefaultProperty(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * TypeDescriptor_GetDefaultProperty_mE2014593468A21C4CECA9C817C2A3151E216189D (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_0005; } } { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } IL_0005: { RuntimeObject * L_1 = ___component0; bool L_2 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_3); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_4; L_4 = InterfaceFuncInvoker0< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor::GetDescriptor(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2 (Type_t * ___type0, String_t* ___typeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { String_t* L_2 = ___typeName1; 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, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2_RuntimeMethod_var))); } IL_0010: { Type_t * L_4 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_5; L_5 = TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0(L_4, /*hidden argument*/NULL); Type_t * L_6 = ___type0; NullCheck(L_5); RuntimeObject* L_7; L_7 = TypeDescriptionProvider_GetTypeDescriptor_m07FB3A15AE116E4B150A02EDB0D69DBD34FEF9E1(L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor::GetDescriptor(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnimplemented_tBD81BDB508E905068443C0A78E3378C504702FE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000e; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___component0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_2, IUnimplemented_tBD81BDB508E905068443C0A78E3378C504702FE3_il2cpp_TypeInfo_var))) { goto IL_003a; } } { 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; RuntimeObject * L_5 = ___component0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, 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_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB90D239C32DAB2C68B6BA744A5F9F0346FE0FBA)), L_4, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_9 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD_RuntimeMethod_var))); } IL_003a: { RuntimeObject * L_10 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_11; L_11 = TypeDescriptor_NodeFor_mDE428EC18E34DEEEF0CABF0287441EAB32436872(L_10, /*hidden argument*/NULL); RuntimeObject * L_12 = ___component0; NullCheck(L_11); RuntimeObject* L_13; L_13 = TypeDescriptionProvider_GetTypeDescriptor_m80C4B31EC6E2C9FE5D15181F51D7C97FA87BF892(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; RuntimeObject * L_14 = ___component0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var)); bool L_15 = ___noCustomTypeDesc1; if (L_15) { goto IL_005c; } } { RuntimeObject* L_16 = V_1; if (!L_16) { goto IL_005c; } } { RuntimeObject* L_17 = V_1; RuntimeObject* L_18 = V_0; MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384 * L_19 = (MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384 *)il2cpp_codegen_object_new(MergedTypeDescriptor_t925DFEA6BD34FC1A04BEDF20E6E1532E36F0F384_il2cpp_TypeInfo_var); MergedTypeDescriptor__ctor_m1BEC540C0B901FB143D7F8D931EF2FA8B86FCCCA(L_19, L_17, L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_005c: { RuntimeObject* L_20 = V_0; return L_20; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptor::GetExtendedDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000e; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_3; L_3 = TypeDescriptor_NodeFor_mDE428EC18E34DEEEF0CABF0287441EAB32436872(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___component0; NullCheck(L_3); RuntimeObject* L_5; L_5 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_3, L_4); return L_5; } } // System.Object System.ComponentModel.TypeDescriptor::GetEditor(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetEditor_mABD041AF1776BE40B265A321CA1FA1933F3A947B (RuntimeObject * ___component0, Type_t * ___editorBaseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; Type_t * L_1 = ___editorBaseType1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = TypeDescriptor_GetEditor_mED265666E80C17CE3ED7159B27FFD61163435A47(L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.TypeDescriptor::GetEditor(System.Object,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetEditor_mED265666E80C17CE3ED7159B27FFD61163435A47 (RuntimeObject * ___component0, Type_t * ___editorBaseType1, bool ___noCustomTypeDesc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___editorBaseType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetEditor_mED265666E80C17CE3ED7159B27FFD61163435A47_RuntimeMethod_var))); } IL_0014: { RuntimeObject * L_3 = ___component0; bool L_4 = ___noCustomTypeDesc2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_3, L_4, /*hidden argument*/NULL); Type_t * L_6 = ___editorBaseType1; NullCheck(L_5); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_5, L_6); return L_7; } } // System.Object System.ComponentModel.TypeDescriptor::GetEditor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetEditor_m19A9F45E97B872221658C99E305C7D5444B75A00 (Type_t * ___type0, Type_t * ___editorBaseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___editorBaseType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetEditor_m19A9F45E97B872221658C99E305C7D5444B75A00_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_3, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, /*hidden argument*/NULL); Type_t * L_5 = ___editorBaseType1; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_4, L_5); return L_6; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m95804BDD0FCA37425D23AC7A78CA23C8511F2AB9 (Type_t * ___componentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_2 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_2, (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)NULL, (bool)1, /*hidden argument*/NULL); return L_2; } IL_0011: { Type_t * L_3 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); NullCheck(L_4); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_5; L_5 = InterfaceFuncInvoker0< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_4); return L_5; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m8195053B72D3CCB91AD715B9D9DBC698D30FB9CA (Type_t * ___componentType0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_2 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_2, (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)NULL, (bool)1, /*hidden argument*/NULL); return L_2; } IL_0011: { Type_t * L_3 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_5 = ___attributes1; NullCheck(L_4); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_6; L_6 = InterfaceFuncInvoker1< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_7 = ___attributes1; if (!L_7) { goto IL_0051; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_8 = ___attributes1; NullCheck(L_8); if (!(((RuntimeArray*)L_8)->max_length)) { goto IL_0051; } } { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_9 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_10 = ___attributes1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11; L_11 = TypeDescriptor_FilterMembers_mEFD9B4E684D18ECC7D94E61416955A23E123E840(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = V_1; if (!L_12) { goto IL_0051; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); NullCheck(L_13); RuntimeArray * L_16; L_16 = VirtualFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(49 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_13, L_15); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_17 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_17, ((EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)Castclass((RuntimeObject*)L_16, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); V_0 = L_17; } IL_0051: { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_18 = V_0; return L_18; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m5265A6AFC01732A35755F8F045E32BF08ADA5B75 (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_1; L_1 = TypeDescriptor_GetEvents_m01B2616330E2E058364073B578B1BC8CFD88BC0F(L_0, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_mD481C308851F238A5FC840AD6BFAA74634FD0F42 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; bool L_1 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_2; L_2 = TypeDescriptor_GetEvents_m01B2616330E2E058364073B578B1BC8CFD88BC0F(L_0, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_mC364065C5E03694BA2229D730038FD1A5B11EF4F (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_2; L_2 = TypeDescriptor_GetEvents_m01B2616330E2E058364073B578B1BC8CFD88BC0F(L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Object,System.Attribute[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m01B2616330E2E058364073B578B1BC8CFD88BC0F (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, bool ___noCustomTypeDesc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_8 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000b; } } { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_1 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_1, (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)NULL, (bool)1, /*hidden argument*/NULL); return L_1; } IL_000b: { RuntimeObject * L_2 = ___component0; bool L_3 = ___noCustomTypeDesc2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = ___component0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var))) { goto IL_0061; } } { RuntimeObject* L_6 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_7 = ___attributes1; NullCheck(L_6); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_8; L_8 = InterfaceFuncInvoker1< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_6, L_7); V_1 = L_8; bool L_9 = ___noCustomTypeDesc2; if (!L_9) { goto IL_004a; } } { RuntimeObject * L_10 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC(L_10, /*hidden argument*/NULL); V_3 = L_11; RuntimeObject* L_12 = V_3; if (!L_12) { goto IL_00b5; } } { RuntimeObject* L_13 = V_3; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_14 = ___attributes1; NullCheck(L_13); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_15; L_15 = InterfaceFuncInvoker1< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_13, L_14); V_4 = L_15; RuntimeObject* L_16 = V_1; RuntimeObject* L_17 = V_4; RuntimeObject * L_18 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_19; L_19 = TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58(2, L_16, L_17, L_18, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_1 = L_19; goto IL_00b5; } IL_004a: { RuntimeObject* L_20 = V_1; RuntimeObject * L_21 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_22; L_22 = TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533(2, L_20, L_21, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_1 = L_22; RuntimeObject* L_23 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_24 = ___attributes1; RuntimeObject * L_25 = ___component0; RuntimeObject* L_26; L_26 = TypeDescriptor_PipelineAttributeFilter_mF9A68165189F405112441A326193D8AD9A0D2AAA(2, L_23, L_24, L_25, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_1 = L_26; goto IL_00b5; } IL_0061: { RuntimeObject * L_27 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_28; L_28 = TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4(L_27, /*hidden argument*/NULL); V_5 = L_28; RuntimeObject* L_29 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_30 = ___attributes1; NullCheck(L_29); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_31; L_31 = InterfaceFuncInvoker1< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_29, L_30); V_1 = L_31; RuntimeObject* L_32 = V_1; RuntimeObject* L_33 = V_5; RuntimeObject* L_34; L_34 = TypeDescriptor_PipelineInitialize_m57F81257A519949904575CFE5ABA22CD97620406(2, L_32, L_33, /*hidden argument*/NULL); V_1 = L_34; RuntimeObject * L_35 = ___component0; RuntimeObject* L_36; L_36 = TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC(L_35, /*hidden argument*/NULL); V_6 = L_36; RuntimeObject* L_37 = V_6; if (!L_37) { goto IL_009e; } } { RuntimeObject* L_38 = V_6; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_39 = ___attributes1; NullCheck(L_38); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_40; L_40 = InterfaceFuncInvoker1< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_38, L_39); V_7 = L_40; RuntimeObject* L_41 = V_1; RuntimeObject* L_42 = V_7; RuntimeObject * L_43 = ___component0; RuntimeObject* L_44 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_45; L_45 = TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58(2, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); V_1 = L_45; } IL_009e: { RuntimeObject* L_46 = V_1; RuntimeObject * L_47 = ___component0; RuntimeObject* L_48 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_49; L_49 = TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533(2, L_46, L_47, L_48, /*hidden argument*/NULL); V_1 = L_49; RuntimeObject* L_50 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_51 = ___attributes1; RuntimeObject * L_52 = ___component0; RuntimeObject* L_53 = V_5; RuntimeObject* L_54; L_54 = TypeDescriptor_PipelineAttributeFilter_mF9A68165189F405112441A326193D8AD9A0D2AAA(2, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); V_1 = L_54; } IL_00b5: { RuntimeObject* L_55 = V_1; V_2 = ((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)IsInstClass((RuntimeObject*)L_55, EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var)); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_56 = V_2; if (L_56) { goto IL_00de; } } { RuntimeObject* L_57 = V_1; NullCheck(L_57); int32_t L_58; L_58 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_57); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_59 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_58); V_8 = L_59; RuntimeObject* L_60 = V_1; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_61 = V_8; NullCheck(L_60); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_60, (RuntimeArray *)(RuntimeArray *)L_61, 0); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_62 = V_8; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_63 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_63, L_62, (bool)1, /*hidden argument*/NULL); V_2 = L_63; } IL_00de: { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_64 = V_2; return L_64; } } // System.String System.ComponentModel.TypeDescriptor::GetExtenderCollisionSuffix(System.ComponentModel.MemberDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetExtenderCollisionSuffix_m04BC9FCD834FC1BC5985E5199996FFCC3FFE6A1D (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___member0, 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*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00644F71DA7DB182CB08975767498113F2C23991); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; { V_0 = (String_t*)NULL; MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_0 = ___member0; NullCheck(L_0); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_0); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_1, L_3); V_1 = ((ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)IsInstSealed((RuntimeObject*)L_4, ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_5 = V_1; if (!L_5) { goto IL_0085; } } { ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_6 = V_1; NullCheck(L_6); RuntimeObject* L_7; L_7 = ExtenderProvidedPropertyAttribute_get_Provider_m39FC8BCC39DA714A25E7EA2974B199D8ACC1F584_inline(L_6, /*hidden argument*/NULL); V_2 = L_7; RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_0085; } } { V_3 = (String_t*)NULL; RuntimeObject* L_9 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_4; if (!L_10) { goto IL_004e; } } { RuntimeObject* L_11 = V_4; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_11); if (!L_12) { goto IL_004e; } } { RuntimeObject* L_13 = V_4; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_13); NullCheck(L_14); String_t* L_15; L_15 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_14); V_3 = L_15; } IL_004e: { String_t* L_16 = V_3; if (!L_16) { goto IL_0059; } } { String_t* L_17 = V_3; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0074; } } IL_0059: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); int32_t L_19; L_19 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)(((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_address_of__collisionIndex_5()), /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20; L_20 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_21; L_21 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_5), L_20, /*hidden argument*/NULL); V_3 = L_21; } IL_0074: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22; L_22 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_23 = V_3; String_t* L_24; L_24 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_22, _stringLiteral00644F71DA7DB182CB08975767498113F2C23991, L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_0085: { String_t* L_25 = V_0; return L_25; } } // System.String System.ComponentModel.TypeDescriptor::GetFullComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetFullComponentName_mD5E3217FBB0010678129626CA8F8696BE17E8AA9 (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; 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*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetFullComponentName_mD5E3217FBB0010678129626CA8F8696BE17E8AA9_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_3; L_3 = TypeDescriptor_GetProvider_m40810DB683274DF3010C5ABB387B0532D6B3D819(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___component0; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(8 /* System.String System.ComponentModel.TypeDescriptionProvider::GetFullComponentName(System.Object) */, L_3, L_4); return L_5; } } // System.Type System.ComponentModel.TypeDescriptor::GetNodeForBaseType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetNodeForBaseType_m1AE88145188BFBF9454E7112CADA385658197523 (Type_t * ___searchType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___searchType0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = TypeDescriptor_get_InterfaceType_mEE8C0F75B18A9A3CF4381FE57D63FDEE4306ABD3(/*hidden argument*/NULL); return L_2; } IL_000e: { Type_t * L_3 = ___searchType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = TypeDescriptor_get_InterfaceType_mEE8C0F75B18A9A3CF4381FE57D63FDEE4306ABD3(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001d; } } { return (Type_t *)NULL; } IL_001d: { Type_t * L_6 = ___searchType0; NullCheck(L_6); Type_t * L_7; L_7 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_6); return L_7; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_mC47CC67D75263894657B573C452DFC4AA3F56276 (Type_t * ___componentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_2, (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)NULL, (bool)1, /*hidden argument*/NULL); return L_2; } IL_0011: { Type_t * L_3 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); NullCheck(L_4); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_5; L_5 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_4); return L_5; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m25FC6988150EF5C7AF3257E3C254983298E93177 (Type_t * ___componentType0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; { Type_t * L_0 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_2, (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)NULL, (bool)1, /*hidden argument*/NULL); return L_2; } IL_0011: { Type_t * L_3 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m17035418552095076EC3FE102B328DEAFA7839C2(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_5 = ___attributes1; NullCheck(L_4); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_6; L_6 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_7 = ___attributes1; if (!L_7) { goto IL_0051; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_8 = ___attributes1; NullCheck(L_8); if (!(((RuntimeArray*)L_8)->max_length)) { goto IL_0051; } } { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_9 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_10 = ___attributes1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11; L_11 = TypeDescriptor_FilterMembers_mEFD9B4E684D18ECC7D94E61416955A23E123E840(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = V_1; if (!L_12) { goto IL_0051; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); NullCheck(L_13); RuntimeArray * L_16; L_16 = VirtualFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(49 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_13, L_15); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_17 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_17, ((PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)Castclass((RuntimeObject*)L_16, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); V_0 = L_17; } IL_0051: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_18 = V_0; return L_18; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m09D4200803485A1204CF062E3CC9BDC221E34ECB (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_1; L_1 = TypeDescriptor_GetProperties_m327EB2006002409E4FAD0F2C2DB2B4F09ADC31F6(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m327EB2006002409E4FAD0F2C2DB2B4F09ADC31F6 (RuntimeObject * ___component0, bool ___noCustomTypeDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; bool L_1 = ___noCustomTypeDesc1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = TypeDescriptor_GetPropertiesImpl_m3EC0DD9F3FC88AA6AFEA8B3B02451C28E7203862(L_0, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_mCF014E81D54DC1F458B231B0343B037AFE1497C6 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = TypeDescriptor_GetProperties_m9AF7815FC01DD804FF8D3830C75517356DD4E3A0(L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m9AF7815FC01DD804FF8D3830C75517356DD4E3A0 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, bool ___noCustomTypeDesc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes1; bool L_2 = ___noCustomTypeDesc2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_3; L_3 = TypeDescriptor_GetPropertiesImpl_m3EC0DD9F3FC88AA6AFEA8B3B02451C28E7203862(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetPropertiesImpl(System.Object,System.Attribute[],System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetPropertiesImpl_m3EC0DD9F3FC88AA6AFEA8B3B02451C28E7203862 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, bool ___noCustomTypeDesc2, bool ___noAttributes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_8 = NULL; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * G_B6_0 = NULL; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * G_B11_0 = NULL; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * G_B16_0 = NULL; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * G_B20_0 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000b; } } { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_1 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_1, (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)NULL, (bool)1, /*hidden argument*/NULL); return L_1; } IL_000b: { RuntimeObject * L_2 = ___component0; bool L_3 = ___noCustomTypeDesc2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mB4EE4B4F0F121955484DC7C75DE0633C8E90E7BD(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = ___component0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var))) { goto IL_007a; } } { bool L_6 = ___noAttributes3; if (L_6) { goto IL_0027; } } { RuntimeObject* L_7 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_8 = ___attributes1; NullCheck(L_7); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_9; L_9 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_7, L_8); G_B6_0 = L_9; goto IL_002d; } IL_0027: { RuntimeObject* L_10 = V_0; NullCheck(L_10); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_11; L_11 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_10); G_B6_0 = L_11; } IL_002d: { V_1 = G_B6_0; bool L_12 = ___noCustomTypeDesc2; if (!L_12) { goto IL_0063; } } { RuntimeObject * L_13 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_14; L_14 = TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC(L_13, /*hidden argument*/NULL); V_3 = L_14; RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_00e5; } } { bool L_16 = ___noAttributes3; if (L_16) { goto IL_004a; } } { RuntimeObject* L_17 = V_3; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_18 = ___attributes1; NullCheck(L_17); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_19; L_19 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_17, L_18); G_B11_0 = L_19; goto IL_0050; } IL_004a: { RuntimeObject* L_20 = V_3; NullCheck(L_20); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_21; L_21 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_20); G_B11_0 = L_21; } IL_0050: { V_4 = G_B11_0; RuntimeObject* L_22 = V_1; RuntimeObject* L_23 = V_4; RuntimeObject * L_24 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58(1, L_22, L_23, L_24, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_1 = L_25; goto IL_00e5; } IL_0063: { RuntimeObject* L_26 = V_1; RuntimeObject * L_27 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_28; L_28 = TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533(1, L_26, L_27, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_1 = L_28; RuntimeObject* L_29 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_30 = ___attributes1; RuntimeObject * L_31 = ___component0; RuntimeObject* L_32; L_32 = TypeDescriptor_PipelineAttributeFilter_mF9A68165189F405112441A326193D8AD9A0D2AAA(1, L_29, L_30, L_31, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_1 = L_32; goto IL_00e5; } IL_007a: { RuntimeObject * L_33 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4(L_33, /*hidden argument*/NULL); V_5 = L_34; bool L_35 = ___noAttributes3; if (L_35) { goto IL_008e; } } { RuntimeObject* L_36 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_37 = ___attributes1; NullCheck(L_36); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_38; L_38 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_36, L_37); G_B16_0 = L_38; goto IL_0094; } IL_008e: { RuntimeObject* L_39 = V_0; NullCheck(L_39); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_40; L_40 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_39); G_B16_0 = L_40; } IL_0094: { V_1 = G_B16_0; RuntimeObject* L_41 = V_1; RuntimeObject* L_42 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_43; L_43 = TypeDescriptor_PipelineInitialize_m57F81257A519949904575CFE5ABA22CD97620406(1, L_41, L_42, /*hidden argument*/NULL); V_1 = L_43; RuntimeObject * L_44 = ___component0; RuntimeObject* L_45; L_45 = TypeDescriptor_GetExtendedDescriptor_m53A3FAF2482E5562F9E0B4F7F3BD5A04BAB774CC(L_44, /*hidden argument*/NULL); V_6 = L_45; RuntimeObject* L_46 = V_6; if (!L_46) { goto IL_00ce; } } { bool L_47 = ___noAttributes3; if (L_47) { goto IL_00b8; } } { RuntimeObject* L_48 = V_6; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_49 = ___attributes1; NullCheck(L_48); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_50; L_50 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_48, L_49); G_B20_0 = L_50; goto IL_00bf; } IL_00b8: { RuntimeObject* L_51 = V_6; NullCheck(L_51); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_52; L_52 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_51); G_B20_0 = L_52; } IL_00bf: { V_7 = G_B20_0; RuntimeObject* L_53 = V_1; RuntimeObject* L_54 = V_7; RuntimeObject * L_55 = ___component0; RuntimeObject* L_56 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_57; L_57 = TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58(1, L_53, L_54, L_55, L_56, /*hidden argument*/NULL); V_1 = L_57; } IL_00ce: { RuntimeObject* L_58 = V_1; RuntimeObject * L_59 = ___component0; RuntimeObject* L_60 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_61; L_61 = TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533(1, L_58, L_59, L_60, /*hidden argument*/NULL); V_1 = L_61; RuntimeObject* L_62 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_63 = ___attributes1; RuntimeObject * L_64 = ___component0; RuntimeObject* L_65 = V_5; RuntimeObject* L_66; L_66 = TypeDescriptor_PipelineAttributeFilter_mF9A68165189F405112441A326193D8AD9A0D2AAA(1, L_62, L_63, L_64, L_65, /*hidden argument*/NULL); V_1 = L_66; } IL_00e5: { RuntimeObject* L_67 = V_1; V_2 = ((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)IsInstClass((RuntimeObject*)L_67, PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var)); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_68 = V_2; if (L_68) { goto IL_010e; } } { RuntimeObject* L_69 = V_1; NullCheck(L_69); int32_t L_70; L_70 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_69); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_71 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_70); V_8 = L_71; RuntimeObject* L_72 = V_1; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_73 = V_8; NullCheck(L_72); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_72, (RuntimeArray *)(RuntimeArray *)L_73, 0); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_74 = V_8; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_75 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_75, L_74, (bool)1, /*hidden argument*/NULL); V_2 = L_75; } IL_010e: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_76 = V_2; return L_76; } } // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::GetProvider(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_GetProvider_m11FFA30C459E9A3C61DEA0B8A7F96B09545BC86B (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetProvider_m11FFA30C459E9A3C61DEA0B8A7F96B09545BC86B_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_4; L_4 = TypeDescriptor_NodeFor_mC08C2609098020E7C13EDFC447879F3E61246CE5(L_3, (bool)1, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::GetProvider(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_GetProvider_m40810DB683274DF3010C5ABB387B0532D6B3D819 (RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___instance0; 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*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetProvider_m40810DB683274DF3010C5ABB387B0532D6B3D819_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_3; L_3 = TypeDescriptor_NodeFor_m5FB6F8EE72ECED6E764E037CD8DC107AAEE2511E(L_2, (bool)1, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::GetProviderRecursive(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_GetProviderRecursive_mC7FC8A73869983191A83E2332B5ABC03A5C6FE4E (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_1; L_1 = TypeDescriptor_NodeFor_mC08C2609098020E7C13EDFC447879F3E61246CE5(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Type System.ComponentModel.TypeDescriptor::GetReflectionType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetReflectionType_m849C672877A3FFEA4A20B965B2412D2AFBA982C4 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetReflectionType_m849C672877A3FFEA4A20B965B2412D2AFBA982C4_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_4; L_4 = TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0(L_3, /*hidden argument*/NULL); Type_t * L_5 = ___type0; NullCheck(L_4); Type_t * L_6; L_6 = TypeDescriptionProvider_GetReflectionType_m66D9D89349FFDD2BA793ABD89610C8B8F767ABF6(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Type System.ComponentModel.TypeDescriptor::GetReflectionType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetReflectionType_mE1FED498698B6543E25CE764C71F4B52C3DCFE4B (RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___instance0; 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*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetReflectionType_mE1FED498698B6543E25CE764C71F4B52C3DCFE4B_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_3; L_3 = TypeDescriptor_NodeFor_mDE428EC18E34DEEEF0CABF0287441EAB32436872(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___instance0; NullCheck(L_3); Type_t * L_5; L_5 = TypeDescriptionProvider_GetReflectionType_m531DB938DC357DABFC2057625C30098E72741983(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_1; L_1 = TypeDescriptor_NodeFor_mC08C2609098020E7C13EDFC447879F3E61246CE5(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_mC08C2609098020E7C13EDFC447879F3E61246CE5 (Type_t * ___type0, bool ___createDelegator1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_3 = NULL; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_CheckDefaultProvider_mE71566C3452AF8803143B08E974C10E5DB944633(L_0, /*hidden argument*/NULL); V_0 = (TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)NULL; Type_t * L_1 = ___type0; V_1 = L_1; goto IL_00e0; } IL_000f: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTypeTable_1(); Type_t * L_3 = V_1; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_0 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_4, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_5 = V_0; if (L_5) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_6 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); Type_t * L_7 = V_1; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_6, L_7); V_0 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_8, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); } IL_0034: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_9 = V_0; if (L_9) { goto IL_00e0; } } { Type_t * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = TypeDescriptor_GetNodeForBaseType_m1AE88145188BFBF9454E7112CADA385658197523(L_10, /*hidden argument*/NULL); V_2 = L_11; Type_t * L_12 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_12, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_005c; } } { Type_t * L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_17; L_17 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_00a5; } } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_18 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_3 = L_18; V_4 = (bool)0; } IL_0065: try {// begin try (depth: 1) { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_19 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_19, (bool*)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_20 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); Type_t * L_21 = V_1; NullCheck(L_20); RuntimeObject * L_22; L_22 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_21); V_0 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_22, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_23 = V_0; if (L_23) { goto IL_0098; } } IL_0081: { ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * L_24 = (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B *)il2cpp_codegen_object_new(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); ReflectTypeDescriptionProvider__ctor_m26D9E91F0FDB7319DF02DDECA7E1DD00E57FC299(L_24, /*hidden argument*/NULL); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_25 = (TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)il2cpp_codegen_object_new(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_m239F2EED4D3A0BD9F53EEDCDC1846F8394B567B2(L_25, L_24, /*hidden argument*/NULL); V_0 = L_25; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_26 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); Type_t * L_27 = V_1; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_28 = V_0; NullCheck(L_26); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_26, L_27, L_28); } IL_0098: { IL2CPP_LEAVE(0xE0, FINALLY_009a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009a; } FINALLY_009a: {// begin finally (depth: 1) { bool L_29 = V_4; if (!L_29) { goto IL_00a4; } } IL_009e: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_30 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_30, /*hidden argument*/NULL); } IL_00a4: { IL2CPP_END_FINALLY(154) } }// end finally (depth: 1) IL2CPP_CLEANUP(154) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE0, IL_00e0) } IL_00a5: { bool L_31 = ___createDelegator1; if (!L_31) { goto IL_00de; } } { Type_t * L_32 = V_2; DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * L_33 = (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC *)il2cpp_codegen_object_new(DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var); DelegatingTypeDescriptionProvider__ctor_mCF20B2E7BC00DAC1E90C2E793149D2F6AC703914(L_33, L_32, /*hidden argument*/NULL); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_34 = (TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)il2cpp_codegen_object_new(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_m239F2EED4D3A0BD9F53EEDCDC1846F8394B567B2(L_34, L_33, /*hidden argument*/NULL); V_0 = L_34; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_35 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_3 = L_35; V_4 = (bool)0; } IL_00bd: try {// begin try (depth: 1) WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_36 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_36, (bool*)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_37 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTypeTable_1(); Type_t * L_38 = V_1; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_39 = V_0; NullCheck(L_37); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_38, L_39); IL2CPP_LEAVE(0xE0, FINALLY_00d3); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 1) { bool L_40 = V_4; if (!L_40) { goto IL_00dd; } } IL_00d7: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_41 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_41, /*hidden argument*/NULL); } IL_00dd: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 1) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE0, IL_00e0) } IL_00de: { Type_t * L_42 = V_2; V_1 = L_42; } IL_00e0: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_43 = V_0; if (!L_43) { goto IL_000f; } } { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_44 = V_0; return L_44; } } // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_mDE428EC18E34DEEEF0CABF0287441EAB32436872 (RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_1; L_1 = TypeDescriptor_NodeFor_m5FB6F8EE72ECED6E764E037CD8DC107AAEE2511E(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.TypeDescriptor/TypeDescriptionNode System.ComponentModel.TypeDescriptor::NodeFor(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * TypeDescriptor_NodeFor_m5FB6F8EE72ECED6E764E037CD8DC107AAEE2511E (RuntimeObject * ___instance0, bool ___createDelegator1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_0 = NULL; Type_t * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_0 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); RuntimeObject * L_1 = ___instance0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_2, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_3 = V_0; if (L_3) { goto IL_0041; } } { RuntimeObject * L_4 = ___instance0; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); V_1 = L_5; Type_t * L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = Type_get_IsCOMObject_mC283D10A8A95EF2DAED2534F690CF9925B1151D3(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = TypeDescriptor_get_ComObjectType_m5848441AA1E5605B91256A4DBD9F607067CF0827(/*hidden argument*/NULL); V_1 = L_8; } IL_0029: { bool L_9 = ___createDelegator1; if (!L_9) { goto IL_003a; } } { Type_t * L_10 = V_1; DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * L_11 = (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC *)il2cpp_codegen_object_new(DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var); DelegatingTypeDescriptionProvider__ctor_mCF20B2E7BC00DAC1E90C2E793149D2F6AC703914(L_11, L_10, /*hidden argument*/NULL); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_12 = (TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)il2cpp_codegen_object_new(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_m239F2EED4D3A0BD9F53EEDCDC1846F8394B567B2(L_12, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0041; } IL_003a: { Type_t * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_14; L_14 = TypeDescriptor_NodeFor_m92ED817E50AF43A343CCF2A83EABB381FA6DDBB0(L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_0041: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_15 = V_0; return L_15; } } // System.Void System.ComponentModel.TypeDescriptor::NodeRemove(System.Object,System.ComponentModel.TypeDescriptionProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_NodeRemove_m492A305C15C7B0BF514F0C3BC1FA74BFB1CAD1BB (RuntimeObject * ___key0, TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_0 = NULL; bool V_1 = false; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_2 = NULL; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_3 = NULL; Type_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_0 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_2 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); RuntimeObject * L_3 = ___key0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_2 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_4, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_5 = V_2; V_3 = L_5; goto IL_002c; } IL_0025: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_6 = V_3; NullCheck(L_6); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_7 = L_6->get_Next_2(); V_3 = L_7; } IL_002c: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_8 = V_3; if (!L_8) { goto IL_0038; } } IL_002f: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_9 = V_3; NullCheck(L_9); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_10 = L_9->get_Provider_3(); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_11 = ___provider1; if ((!(((RuntimeObject*)(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 *)L_10) == ((RuntimeObject*)(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 *)L_11)))) { goto IL_0025; } } IL_0038: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_12 = V_3; if (!L_12) { goto IL_00cd; } } IL_003e: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_13 = V_3; NullCheck(L_13); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_14 = L_13->get_Next_2(); if (!L_14) { goto IL_0086; } } IL_0046: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_15 = V_3; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_16 = V_3; NullCheck(L_16); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_17 = L_16->get_Next_2(); NullCheck(L_17); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_18 = L_17->get_Provider_3(); NullCheck(L_15); L_15->set_Provider_3(L_18); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_19 = V_3; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_20 = V_3; NullCheck(L_20); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_21 = L_20->get_Next_2(); NullCheck(L_21); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_22 = L_21->get_Next_2(); NullCheck(L_19); L_19->set_Next_2(L_22); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_23 = V_3; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_24 = V_2; if ((!(((RuntimeObject*)(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)L_23) == ((RuntimeObject*)(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)L_24)))) { goto IL_00c3; } } IL_006c: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_25 = V_3; NullCheck(L_25); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_26 = L_25->get_Provider_3(); if (!((DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC *)IsInstSealed((RuntimeObject*)L_26, DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var))) { goto IL_00c3; } } IL_0079: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_27 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); RuntimeObject * L_28 = ___key0; NullCheck(L_27); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_27, L_28); goto IL_00c3; } IL_0086: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_29 = V_3; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_30 = V_2; if ((((RuntimeObject*)(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)L_29) == ((RuntimeObject*)(TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)L_30))) { goto IL_00b8; } } IL_008a: { RuntimeObject * L_31 = ___key0; V_4 = ((Type_t *)IsInstClass((RuntimeObject*)L_31, Type_t_il2cpp_TypeInfo_var)); Type_t * L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_00a4; } } IL_009c: { RuntimeObject * L_34 = ___key0; NullCheck(L_34); Type_t * L_35; L_35 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_34, /*hidden argument*/NULL); V_4 = L_35; } IL_00a4: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_36 = V_3; Type_t * L_37 = V_4; NullCheck(L_37); Type_t * L_38; L_38 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_37); DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * L_39 = (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC *)il2cpp_codegen_object_new(DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC_il2cpp_TypeInfo_var); DelegatingTypeDescriptionProvider__ctor_mCF20B2E7BC00DAC1E90C2E793149D2F6AC703914(L_39, L_38, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_Provider_3(L_39); goto IL_00c3; } IL_00b8: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_40 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); RuntimeObject * L_41 = ___key0; NullCheck(L_40); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_40, L_41); } IL_00c3: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_42 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTypeTable_1(); NullCheck(L_42); VirtualActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_42); } IL_00cd: { IL2CPP_LEAVE(0xD9, FINALLY_00cf); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00cf; } FINALLY_00cf: {// begin finally (depth: 1) { bool L_43 = V_1; if (!L_43) { goto IL_00d8; } } IL_00d2: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_44 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_44, /*hidden argument*/NULL); } IL_00d8: { IL2CPP_END_FINALLY(207) } }// end finally (depth: 1) IL2CPP_CLEANUP(207) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD9, IL_00d9) } IL_00d9: { return; } } // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineAttributeFilter(System.Int32,System.Collections.ICollection,System.Attribute[],System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineAttributeFilter_mF9A68165189F405112441A326193D8AD9A0D2AAA (int32_t ___pipelineType0, RuntimeObject* ___members1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___filter2, RuntimeObject * ___instance3, RuntimeObject* ___cache4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * V_2 = NULL; RuntimeObject* V_3 = NULL; AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * V_4 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_5 = NULL; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_6 = NULL; { RuntimeObject* L_0 = ___members1; V_0 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)IsInstClass((RuntimeObject*)L_0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___filter2; if (!L_1) { goto IL_000e; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___filter2; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0010; } } IL_000e: { RuntimeObject* L_3 = ___members1; return L_3; } IL_0010: { RuntimeObject* L_4 = ___cache4; if (!L_4) { goto IL_004f; } } { RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_001f; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6); if (!L_7) { goto IL_004f; } } IL_001f: { RuntimeObject* L_8 = ___cache4; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_9 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineAttributeFilterKeys_13(); int32_t L_10 = ___pipelineType0; NullCheck(L_9); int32_t L_11 = L_10; Guid_t L_12 = (L_9)->GetAt(static_cast(L_11)); Guid_t L_13 = L_12; RuntimeObject * L_14 = Box(Guid_t_il2cpp_TypeInfo_var, &L_13); NullCheck(L_8); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_8, L_14); V_2 = ((AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC *)IsInstSealed((RuntimeObject*)L_15, AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC_il2cpp_TypeInfo_var)); AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * L_16 = V_2; if (!L_16) { goto IL_004f; } } { AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * L_17 = V_2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_18 = ___filter2; NullCheck(L_17); bool L_19; L_19 = AttributeFilterCacheItem_IsValid_m75007A61CCFF707D5A3389CB5B302F7422D0B005(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_004f; } } { AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * L_20 = V_2; NullCheck(L_20); RuntimeObject* L_21 = L_20->get_FilteredMembers_1(); return L_21; } IL_004f: { RuntimeObject* L_22 = V_0; if (!L_22) { goto IL_005a; } } { RuntimeObject* L_23 = V_0; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_23); if (!L_24) { goto IL_0061; } } IL_005a: { RuntimeObject* L_25 = ___members1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_26, L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_0061: { RuntimeObject* L_27 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_28 = ___filter2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_29; L_29 = TypeDescriptor_FilterMembers_mEFD9B4E684D18ECC7D94E61416955A23E123E840(L_27, L_28, /*hidden argument*/NULL); V_1 = L_29; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_30 = V_1; if (!L_30) { goto IL_006e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_31 = V_1; V_0 = L_31; } IL_006e: { RuntimeObject* L_32 = ___cache4; if (!L_32) { goto IL_00e2; } } { int32_t L_33 = ___pipelineType0; if ((((int32_t)L_33) == ((int32_t)1))) { goto IL_007c; } } { int32_t L_34 = ___pipelineType0; if ((((int32_t)L_34) == ((int32_t)2))) { goto IL_009d; } } { goto IL_00be; } IL_007c: { RuntimeObject* L_35 = V_0; NullCheck(L_35); int32_t L_36; L_36 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_35); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_37 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_36); V_5 = L_37; RuntimeObject* L_38 = V_0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_39 = V_5; NullCheck(L_38); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_38, (RuntimeArray *)(RuntimeArray *)L_39, 0); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_40 = V_5; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_41 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_41, L_40, (bool)1, /*hidden argument*/NULL); V_3 = L_41; goto IL_00c0; } IL_009d: { RuntimeObject* L_42 = V_0; NullCheck(L_42); int32_t L_43; L_43 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_42); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_44 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_43); V_6 = L_44; RuntimeObject* L_45 = V_0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_46 = V_6; NullCheck(L_45); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_45, (RuntimeArray *)(RuntimeArray *)L_46, 0); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_47 = V_6; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_48 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_48, L_47, (bool)1, /*hidden argument*/NULL); V_3 = L_48; goto IL_00c0; } IL_00be: { V_3 = (RuntimeObject*)NULL; } IL_00c0: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_49 = ___filter2; RuntimeObject* L_50 = V_3; AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * L_51 = (AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC *)il2cpp_codegen_object_new(AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC_il2cpp_TypeInfo_var); AttributeFilterCacheItem__ctor_m4A669AA676BCABD4E40447249C80FBA87C1C88A7(L_51, L_49, L_50, /*hidden argument*/NULL); V_4 = L_51; RuntimeObject* L_52 = ___cache4; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_53 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineAttributeFilterKeys_13(); int32_t L_54 = ___pipelineType0; NullCheck(L_53); int32_t L_55 = L_54; Guid_t L_56 = (L_53)->GetAt(static_cast(L_55)); Guid_t L_57 = L_56; RuntimeObject * L_58 = Box(Guid_t_il2cpp_TypeInfo_var, &L_57); AttributeFilterCacheItem_t5AD504EB46F5707EBF161D447702A2D79DE875DC * L_59 = V_4; NullCheck(L_52); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_52, L_58, L_59); } IL_00e2: { RuntimeObject* L_60 = V_0; return L_60; } } // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineFilter(System.Int32,System.Collections.ICollection,System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533 (int32_t ___pipelineType0, RuntimeObject* ___members1, RuntimeObject * ___instance2, RuntimeObject* ___cache3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * V_6 = NULL; RuntimeObject* V_7 = NULL; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_8 = NULL; RuntimeObject* V_9 = NULL; MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * V_10 = NULL; String_t* V_11 = NULL; String_t* V_12 = NULL; MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * V_13 = NULL; RuntimeObject * V_14 = NULL; RuntimeObject* V_15 = NULL; FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * V_16 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_17 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_18 = NULL; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_19 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___instance2; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); V_1 = (RuntimeObject*)NULL; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002f; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_2); V_5 = L_3; RuntimeObject* L_4 = V_5; if (!L_4) { goto IL_002f; } } { RuntimeObject* L_5 = V_5; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_5, L_7); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_il2cpp_TypeInfo_var)); } IL_002f: { RuntimeObject* L_9 = ___members1; V_2 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)IsInstClass((RuntimeObject*)L_9, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_1; if (L_10) { goto IL_003b; } } { RuntimeObject* L_11 = ___members1; return L_11; } IL_003b: { RuntimeObject* L_12 = ___cache3; if (!L_12) { goto IL_007c; } } { RuntimeObject* L_13 = V_2; if (!L_13) { goto IL_0049; } } { RuntimeObject* L_14 = V_2; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_14); if (!L_15) { goto IL_007c; } } IL_0049: { RuntimeObject* L_16 = ___cache3; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_17 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineFilterKeys_12(); int32_t L_18 = ___pipelineType0; NullCheck(L_17); int32_t L_19 = L_18; Guid_t L_20 = (L_17)->GetAt(static_cast(L_19)); Guid_t L_21 = L_20; RuntimeObject * L_22 = Box(Guid_t_il2cpp_TypeInfo_var, &L_21); NullCheck(L_16); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_16, L_22); V_6 = ((FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 *)IsInstSealed((RuntimeObject*)L_23, FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62_il2cpp_TypeInfo_var)); FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * L_24 = V_6; if (!L_24) { goto IL_007c; } } { FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * L_25 = V_6; RuntimeObject* L_26 = V_1; NullCheck(L_25); bool L_27; L_27 = FilterCacheItem_IsValid_mC07E73B307913012ECCAB1419F648BD9DE8F15BB(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_007c; } } { FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * L_28 = V_6; NullCheck(L_28); RuntimeObject* L_29 = L_28->get_FilteredMembers_1(); return L_29; } IL_007c: { RuntimeObject* L_30 = ___members1; NullCheck(L_30); int32_t L_31; L_31 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_30); OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_32 = (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 *)il2cpp_codegen_object_new(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16_il2cpp_TypeInfo_var); OrderedDictionary__ctor_m23D67C2418DF62EDAE2F168C32C5A09204E94A51(L_32, L_31, /*hidden argument*/NULL); V_3 = L_32; int32_t L_33 = ___pipelineType0; if (!L_33) { goto IL_0096; } } { int32_t L_34 = ___pipelineType0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00ec; } } { goto IL_01bd; } IL_0096: { RuntimeObject* L_35 = ___members1; NullCheck(L_35); RuntimeObject* L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_35); V_7 = L_36; } IL_009e: try {// begin try (depth: 1) { goto IL_00bd; } IL_00a0: { RuntimeObject* L_37 = V_7; NullCheck(L_37); RuntimeObject * L_38; L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); V_8 = ((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_38, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)); OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_39 = V_3; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_40 = V_8; NullCheck(L_40); RuntimeObject * L_41; L_41 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_40); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_42 = V_8; NullCheck(L_39); OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2(L_39, L_41, L_42, /*hidden argument*/NULL); } IL_00bd: { RuntimeObject* L_43 = V_7; NullCheck(L_43); bool L_44; L_44 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_00a0; } } IL_00c6: { IL2CPP_LEAVE(0xDD, FINALLY_00c8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c8; } FINALLY_00c8: {// begin finally (depth: 1) { RuntimeObject* L_45 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_9; if (!L_46) { goto IL_00dc; } } IL_00d5: { RuntimeObject* L_47 = V_9; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_47); } IL_00dc: { IL2CPP_END_FINALLY(200) } }// end finally (depth: 1) IL2CPP_CLEANUP(200) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xDD, IL_00dd) } IL_00dd: { RuntimeObject* L_48 = V_1; RuntimeObject* L_49 = V_0; OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_50 = V_3; NullCheck(L_48); bool L_51; L_51 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Boolean System.ComponentModel.Design.ITypeDescriptorFilterService::FilterAttributes(System.ComponentModel.IComponent,System.Collections.IDictionary) */, ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_il2cpp_TypeInfo_var, L_48, L_49, L_50); V_4 = L_51; goto IL_01c0; } IL_00ec: { RuntimeObject* L_52 = ___members1; NullCheck(L_52); RuntimeObject* L_53; L_53 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_52); V_7 = L_53; } IL_00f4: try {// begin try (depth: 1) { goto IL_017e; } IL_00f9: { RuntimeObject* L_54 = V_7; NullCheck(L_54); RuntimeObject * L_55; L_55 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_54); V_10 = ((MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *)CastclassClass((RuntimeObject*)L_55, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var)); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_56 = V_10; NullCheck(L_56); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_56); V_11 = L_57; OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_58 = V_3; String_t* L_59 = V_11; NullCheck(L_58); bool L_60; L_60 = OrderedDictionary_Contains_mCD16E0E40025C86639A81B8F8D7989B141783B97(L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0174; } } IL_011a: { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_61 = V_10; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); String_t* L_62; L_62 = TypeDescriptor_GetExtenderCollisionSuffix_m04BC9FCD834FC1BC5985E5199996FFCC3FFE6A1D(L_61, /*hidden argument*/NULL); V_12 = L_62; String_t* L_63 = V_12; if (!L_63) { goto IL_0138; } } IL_0127: { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_64 = V_3; String_t* L_65 = V_11; String_t* L_66 = V_12; String_t* L_67; L_67 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_65, L_66, /*hidden argument*/NULL); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_68 = V_10; NullCheck(L_64); OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2(L_64, L_67, L_68, /*hidden argument*/NULL); } IL_0138: { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_69 = V_3; String_t* L_70 = V_11; NullCheck(L_69); RuntimeObject * L_71; L_71 = OrderedDictionary_get_Item_m214C7DD48EC03B78DEFD56DB8A3E7EC67D5AA7CB(L_69, L_70, /*hidden argument*/NULL); V_13 = ((MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *)CastclassClass((RuntimeObject*)L_71, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var)); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_72 = V_13; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); String_t* L_73; L_73 = TypeDescriptor_GetExtenderCollisionSuffix_m04BC9FCD834FC1BC5985E5199996FFCC3FFE6A1D(L_72, /*hidden argument*/NULL); V_12 = L_73; String_t* L_74 = V_12; if (!L_74) { goto IL_017e; } } IL_0154: { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_75 = V_3; String_t* L_76 = V_11; NullCheck(L_75); OrderedDictionary_Remove_mA33AB2C73A47B86857DFD938C8707867B6C17AA0(L_75, L_76, /*hidden argument*/NULL); OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_77 = V_3; MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_78 = V_13; NullCheck(L_78); String_t* L_79; L_79 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_78); String_t* L_80 = V_12; String_t* L_81; L_81 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_79, L_80, /*hidden argument*/NULL); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_82 = V_13; NullCheck(L_77); OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2(L_77, L_81, L_82, /*hidden argument*/NULL); goto IL_017e; } IL_0174: { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_83 = V_3; String_t* L_84 = V_11; MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_85 = V_10; NullCheck(L_83); OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2(L_83, L_84, L_85, /*hidden argument*/NULL); } IL_017e: { RuntimeObject* L_86 = V_7; NullCheck(L_86); bool L_87; L_87 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_86); if (L_87) { goto IL_00f9; } } IL_018a: { IL2CPP_LEAVE(0x1A1, FINALLY_018c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_018c; } FINALLY_018c: {// begin finally (depth: 1) { RuntimeObject* L_88 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_88, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_89 = V_9; if (!L_89) { goto IL_01a0; } } IL_0199: { RuntimeObject* L_90 = V_9; NullCheck(L_90); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_90); } IL_01a0: { IL2CPP_END_FINALLY(396) } }// end finally (depth: 1) IL2CPP_CLEANUP(396) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A1, IL_01a1) } IL_01a1: { int32_t L_91 = ___pipelineType0; if ((!(((uint32_t)L_91) == ((uint32_t)1)))) { goto IL_01b1; } } { RuntimeObject* L_92 = V_1; RuntimeObject* L_93 = V_0; OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_94 = V_3; NullCheck(L_92); bool L_95; L_95 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(2 /* System.Boolean System.ComponentModel.Design.ITypeDescriptorFilterService::FilterProperties(System.ComponentModel.IComponent,System.Collections.IDictionary) */, ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_il2cpp_TypeInfo_var, L_92, L_93, L_94); V_4 = L_95; goto IL_01c0; } IL_01b1: { RuntimeObject* L_96 = V_1; RuntimeObject* L_97 = V_0; OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_98 = V_3; NullCheck(L_96); bool L_99; L_99 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Boolean System.ComponentModel.Design.ITypeDescriptorFilterService::FilterEvents(System.ComponentModel.IComponent,System.Collections.IDictionary) */, ITypeDescriptorFilterService_tF21E1150F0C5F95CF9A58747C6A881A82DBB8C40_il2cpp_TypeInfo_var, L_96, L_97, L_98); V_4 = L_99; goto IL_01c0; } IL_01bd: { V_4 = (bool)0; } IL_01c0: { RuntimeObject* L_100 = V_2; if (!L_100) { goto IL_01cb; } } { RuntimeObject* L_101 = V_2; NullCheck(L_101); bool L_102; L_102 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_101); if (!L_102) { goto IL_01d9; } } IL_01cb: { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_103 = V_3; NullCheck(L_103); RuntimeObject* L_104; L_104 = OrderedDictionary_get_Values_m85823D309E685DC4DE0FC11D7F7B511FE18BFAFF(L_103, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_105 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_105, L_104, /*hidden argument*/NULL); V_2 = L_105; goto IL_0220; } IL_01d9: { RuntimeObject* L_106 = V_2; NullCheck(L_106); InterfaceActionInvoker0::Invoke(4 /* System.Void System.Collections.IList::Clear() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_106); OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_107 = V_3; NullCheck(L_107); RuntimeObject* L_108; L_108 = OrderedDictionary_get_Values_m85823D309E685DC4DE0FC11D7F7B511FE18BFAFF(L_107, /*hidden argument*/NULL); NullCheck(L_108); RuntimeObject* L_109; L_109 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_108); V_7 = L_109; } IL_01ec: try {// begin try (depth: 1) { goto IL_0200; } IL_01ee: { RuntimeObject* L_110 = V_7; NullCheck(L_110); RuntimeObject * L_111; L_111 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_110); V_14 = L_111; RuntimeObject* L_112 = V_2; RuntimeObject * L_113 = V_14; NullCheck(L_112); int32_t L_114; L_114 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_112, L_113); } IL_0200: { RuntimeObject* L_115 = V_7; NullCheck(L_115); bool L_116; L_116 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_115); if (L_116) { goto IL_01ee; } } IL_0209: { IL2CPP_LEAVE(0x220, FINALLY_020b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_020b; } FINALLY_020b: {// begin finally (depth: 1) { RuntimeObject* L_117 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_117, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_118 = V_9; if (!L_118) { goto IL_021f; } } IL_0218: { RuntimeObject* L_119 = V_9; NullCheck(L_119); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_119); } IL_021f: { IL2CPP_END_FINALLY(523) } }// end finally (depth: 1) IL2CPP_CLEANUP(523) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x220, IL_0220) } IL_0220: { bool L_120 = V_4; if (!L_120) { goto IL_0368; } } { RuntimeObject* L_121 = ___cache3; if (!L_121) { goto IL_0368; } } { int32_t L_122 = ___pipelineType0; switch (L_122) { case 0: { goto IL_0244; } case 1: { goto IL_0293; } case 2: { goto IL_02e0; } } } { goto IL_032d; } IL_0244: { RuntimeObject* L_123 = V_2; NullCheck(L_123); int32_t L_124; L_124 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_123); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_125 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_124); V_17 = L_125; } IL_0251: try {// begin try (depth: 1) RuntimeObject* L_126 = V_2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_127 = V_17; NullCheck(L_126); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_126, (RuntimeArray *)(RuntimeArray *)L_127, 0); goto IL_0285; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_025c; } throw e; } CATCH_025c: {// begin catch(System.InvalidCastException) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_128 = (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_129 = L_128; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_130 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_131; L_131 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_130, /*hidden argument*/NULL); NullCheck(L_131); String_t* L_132; L_132 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_131); NullCheck(L_129); ArrayElementTypeCheck (L_129, L_132); (L_129)->SetAt(static_cast(0), (RuntimeObject *)L_132); String_t* L_133; L_133 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37)), L_129, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_134 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_134, L_133, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_134, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533_RuntimeMethod_var))); }// end catch (depth: 1) IL_0285: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_135 = V_17; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_136 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_136, L_135, /*hidden argument*/NULL); V_15 = L_136; goto IL_0330; } IL_0293: { RuntimeObject* L_137 = V_2; NullCheck(L_137); int32_t L_138; L_138 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_137); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_139 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_138); V_18 = L_139; } IL_02a0: try {// begin try (depth: 1) RuntimeObject* L_140 = V_2; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_141 = V_18; NullCheck(L_140); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_140, (RuntimeArray *)(RuntimeArray *)L_141, 0); goto IL_02d4; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02ab; } throw e; } CATCH_02ab: {// begin catch(System.InvalidCastException) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_142 = (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_143 = L_142; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_144 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_145; L_145 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_144, /*hidden argument*/NULL); NullCheck(L_145); String_t* L_146; L_146 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_145); NullCheck(L_143); ArrayElementTypeCheck (L_143, L_146); (L_143)->SetAt(static_cast(0), (RuntimeObject *)L_146); String_t* L_147; L_147 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37)), L_143, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_148 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_148, L_147, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_148, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533_RuntimeMethod_var))); }// end catch (depth: 1) IL_02d4: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_149 = V_18; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_150 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_150, L_149, (bool)1, /*hidden argument*/NULL); V_15 = L_150; goto IL_0330; } IL_02e0: { RuntimeObject* L_151 = V_2; NullCheck(L_151); int32_t L_152; L_152 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_151); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_153 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_152); V_19 = L_153; } IL_02ed: try {// begin try (depth: 1) RuntimeObject* L_154 = V_2; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_155 = V_19; NullCheck(L_154); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_154, (RuntimeArray *)(RuntimeArray *)L_155, 0); goto IL_0321; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_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.InvalidCastException) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_156 = (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_157 = L_156; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_158 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_159; L_159 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_158, /*hidden argument*/NULL); NullCheck(L_159); String_t* L_160; L_160 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_159); NullCheck(L_157); ArrayElementTypeCheck (L_157, L_160); (L_157)->SetAt(static_cast(0), (RuntimeObject *)L_160); String_t* L_161; L_161 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37)), L_157, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_162 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_162, L_161, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_162, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_PipelineFilter_m3054B07D1B3DDAB72ED22C2755FE2391820F8533_RuntimeMethod_var))); }// end catch (depth: 1) IL_0321: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_163 = V_19; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_164 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_164, L_163, (bool)1, /*hidden argument*/NULL); V_15 = L_164; goto IL_0330; } IL_032d: { V_15 = (RuntimeObject*)NULL; } IL_0330: { RuntimeObject* L_165 = V_1; RuntimeObject* L_166 = V_15; FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * L_167 = (FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 *)il2cpp_codegen_object_new(FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62_il2cpp_TypeInfo_var); FilterCacheItem__ctor_mF69C19DF15EBE47914A3CE586482FCA80ED3EB92(L_167, L_165, L_166, /*hidden argument*/NULL); V_16 = L_167; RuntimeObject* L_168 = ___cache3; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_169 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineFilterKeys_12(); int32_t L_170 = ___pipelineType0; NullCheck(L_169); int32_t L_171 = L_170; Guid_t L_172 = (L_169)->GetAt(static_cast(L_171)); Guid_t L_173 = L_172; RuntimeObject * L_174 = Box(Guid_t_il2cpp_TypeInfo_var, &L_173); FilterCacheItem_tADA80C02D67A2D99C6BE169A7E87445CF9B60D62 * L_175 = V_16; NullCheck(L_168); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_168, L_174, L_175); RuntimeObject* L_176 = ___cache3; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_177 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineAttributeFilterKeys_13(); int32_t L_178 = ___pipelineType0; NullCheck(L_177); int32_t L_179 = L_178; Guid_t L_180 = (L_177)->GetAt(static_cast(L_179)); Guid_t L_181 = L_180; RuntimeObject * L_182 = Box(Guid_t_il2cpp_TypeInfo_var, &L_181); NullCheck(L_176); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_176, L_182); } IL_0368: { RuntimeObject* L_183 = V_2; return L_183; } } // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineInitialize(System.Int32,System.Collections.ICollection,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineInitialize_m57F81257A519949904575CFE5ABA22CD97620406 (int32_t ___pipelineType0, RuntimeObject* ___members1, RuntimeObject* ___cache2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { RuntimeObject* L_0 = ___cache2; if (!L_0) { goto IL_00c3; } } { V_0 = (bool)1; RuntimeObject* L_1 = ___cache2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_2 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineInitializeKeys_10(); int32_t L_3 = ___pipelineType0; NullCheck(L_2); int32_t L_4 = L_3; Guid_t L_5 = (L_2)->GetAt(static_cast(L_4)); Guid_t L_6 = L_5; RuntimeObject * L_7 = Box(Guid_t_il2cpp_TypeInfo_var, &L_6); NullCheck(L_1); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_1, L_7); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0067; } } { RuntimeObject* L_10 = V_1; NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_10); RuntimeObject* L_12 = ___members1; NullCheck(L_12); int32_t L_13; L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_12); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0067; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_14); V_2 = L_15; RuntimeObject* L_16 = ___members1; NullCheck(L_16); RuntimeObject* L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_16); V_3 = L_17; goto IL_0057; } IL_0045: { RuntimeObject* L_18 = V_2; NullCheck(L_18); RuntimeObject * L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); RuntimeObject* L_20 = V_3; NullCheck(L_20); RuntimeObject * L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if ((((RuntimeObject*)(RuntimeObject *)L_19) == ((RuntimeObject*)(RuntimeObject *)L_21))) { goto IL_0057; } } { V_0 = (bool)0; goto IL_0067; } IL_0057: { RuntimeObject* L_22 = V_2; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (!L_23) { goto IL_0067; } } { RuntimeObject* L_24 = V_3; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0045; } } IL_0067: { bool L_26 = V_0; if (L_26) { goto IL_00c3; } } { RuntimeObject* L_27 = ___cache2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_28 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineMergeKeys_11(); int32_t L_29 = ___pipelineType0; NullCheck(L_28); int32_t L_30 = L_29; Guid_t L_31 = (L_28)->GetAt(static_cast(L_30)); Guid_t L_32 = L_31; RuntimeObject * L_33 = Box(Guid_t_il2cpp_TypeInfo_var, &L_32); NullCheck(L_27); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_27, L_33); RuntimeObject* L_34 = ___cache2; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_35 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineFilterKeys_12(); int32_t L_36 = ___pipelineType0; NullCheck(L_35); int32_t L_37 = L_36; Guid_t L_38 = (L_35)->GetAt(static_cast(L_37)); Guid_t L_39 = L_38; RuntimeObject * L_40 = Box(Guid_t_il2cpp_TypeInfo_var, &L_39); NullCheck(L_34); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_34, L_40); RuntimeObject* L_41 = ___cache2; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_42 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineAttributeFilterKeys_13(); int32_t L_43 = ___pipelineType0; NullCheck(L_42); int32_t L_44 = L_43; Guid_t L_45 = (L_42)->GetAt(static_cast(L_44)); Guid_t L_46 = L_45; RuntimeObject * L_47 = Box(Guid_t_il2cpp_TypeInfo_var, &L_46); NullCheck(L_41); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_41, L_47); RuntimeObject* L_48 = ___cache2; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_49 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineInitializeKeys_10(); int32_t L_50 = ___pipelineType0; NullCheck(L_49); int32_t L_51 = L_50; Guid_t L_52 = (L_49)->GetAt(static_cast(L_51)); Guid_t L_53 = L_52; RuntimeObject * L_54 = Box(Guid_t_il2cpp_TypeInfo_var, &L_53); RuntimeObject* L_55 = ___members1; NullCheck(L_48); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_48, L_54, L_55); } IL_00c3: { RuntimeObject* L_56 = ___members1; return L_56; } } // System.Collections.ICollection System.ComponentModel.TypeDescriptor::PipelineMerge(System.Int32,System.Collections.ICollection,System.Collections.ICollection,System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineMerge_m12CA95F8EF8BC2855E60E80C235807E663E44F58 (int32_t ___pipelineType0, RuntimeObject* ___primary1, RuntimeObject* ___secondary2, RuntimeObject * ___instance3, RuntimeObject* ___cache4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject * V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject * V_9 = NULL; RuntimeObject* V_10 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_11 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_12 = NULL; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___secondary2; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___secondary2; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_000d; } } IL_000b: { RuntimeObject* L_3 = ___primary1; return L_3; } IL_000d: { RuntimeObject* L_4 = ___cache4; if (!L_4) { goto IL_00bb; } } { RuntimeObject* L_5 = ___cache4; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_6 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineMergeKeys_11(); int32_t L_7 = ___pipelineType0; NullCheck(L_6); int32_t L_8 = L_7; Guid_t L_9 = (L_6)->GetAt(static_cast(L_8)); Guid_t L_10 = L_9; RuntimeObject * L_11 = Box(Guid_t_il2cpp_TypeInfo_var, &L_10); NullCheck(L_5); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_5, L_11); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_00bb; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_14); RuntimeObject* L_16 = ___primary1; NullCheck(L_16); int32_t L_17; L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_16); RuntimeObject* L_18 = ___secondary2; NullCheck(L_18); int32_t L_19; L_19 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_18); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_19)))))) { goto IL_00bb; } } { RuntimeObject* L_20 = V_1; NullCheck(L_20); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_20); V_2 = L_21; RuntimeObject* L_22 = ___primary1; NullCheck(L_22); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_22); V_3 = L_23; V_4 = (bool)1; goto IL_0072; } IL_005f: { RuntimeObject* L_24 = V_3; NullCheck(L_24); RuntimeObject * L_25; L_25 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_24); RuntimeObject* L_26 = V_2; NullCheck(L_26); RuntimeObject * L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if ((((RuntimeObject*)(RuntimeObject *)L_25) == ((RuntimeObject*)(RuntimeObject *)L_27))) { goto IL_0072; } } { V_4 = (bool)0; goto IL_0082; } IL_0072: { RuntimeObject* L_28 = V_3; NullCheck(L_28); bool L_29; L_29 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_28); if (!L_29) { goto IL_0082; } } { RuntimeObject* L_30 = V_2; NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_005f; } } IL_0082: { bool L_32 = V_4; if (!L_32) { goto IL_00b5; } } { RuntimeObject* L_33 = ___secondary2; NullCheck(L_33); RuntimeObject* L_34; L_34 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_33); V_5 = L_34; goto IL_00a4; } IL_0090: { RuntimeObject* L_35 = V_5; NullCheck(L_35); RuntimeObject * L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); RuntimeObject* L_37 = V_2; NullCheck(L_37); RuntimeObject * L_38; L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); if ((((RuntimeObject*)(RuntimeObject *)L_36) == ((RuntimeObject*)(RuntimeObject *)L_38))) { goto IL_00a4; } } { V_4 = (bool)0; goto IL_00b5; } IL_00a4: { RuntimeObject* L_39 = V_5; NullCheck(L_39); bool L_40; L_40 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_39); if (!L_40) { goto IL_00b5; } } { RuntimeObject* L_41 = V_2; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_0090; } } IL_00b5: { bool L_43 = V_4; if (!L_43) { goto IL_00bb; } } { RuntimeObject* L_44 = V_1; return L_44; } IL_00bb: { RuntimeObject* L_45 = ___primary1; NullCheck(L_45); int32_t L_46; L_46 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_45); RuntimeObject* L_47 = ___secondary2; NullCheck(L_47); int32_t L_48; L_48 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_47); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_49 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_49, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_48)), /*hidden argument*/NULL); V_0 = L_49; RuntimeObject* L_50 = ___primary1; NullCheck(L_50); RuntimeObject* L_51; L_51 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_50); V_6 = L_51; } IL_00d6: try {// begin try (depth: 1) { goto IL_00ea; } IL_00d8: { RuntimeObject* L_52 = V_6; NullCheck(L_52); RuntimeObject * L_53; L_53 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_52); V_7 = L_53; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_54 = V_0; RuntimeObject * L_55 = V_7; NullCheck(L_54); int32_t L_56; L_56 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_54, L_55); } IL_00ea: { RuntimeObject* L_57 = V_6; NullCheck(L_57); bool L_58; L_58 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_57); if (L_58) { goto IL_00d8; } } IL_00f3: { IL2CPP_LEAVE(0x10A, FINALLY_00f5); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f5; } FINALLY_00f5: {// begin finally (depth: 1) { RuntimeObject* L_59 = V_6; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_59, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_60 = V_8; if (!L_60) { goto IL_0109; } } IL_0102: { RuntimeObject* L_61 = V_8; NullCheck(L_61); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_61); } IL_0109: { IL2CPP_END_FINALLY(245) } }// end finally (depth: 1) IL2CPP_CLEANUP(245) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10A, IL_010a) } IL_010a: { RuntimeObject* L_62 = ___secondary2; NullCheck(L_62); RuntimeObject* L_63; L_63 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_62); V_6 = L_63; } IL_0112: try {// begin try (depth: 1) { goto IL_0126; } IL_0114: { RuntimeObject* L_64 = V_6; NullCheck(L_64); RuntimeObject * L_65; L_65 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_64); V_9 = L_65; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_66 = V_0; RuntimeObject * L_67 = V_9; NullCheck(L_66); int32_t L_68; L_68 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_66, L_67); } IL_0126: { RuntimeObject* L_69 = V_6; NullCheck(L_69); bool L_70; L_70 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_69); if (L_70) { goto IL_0114; } } IL_012f: { IL2CPP_LEAVE(0x146, FINALLY_0131); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0131; } FINALLY_0131: {// begin finally (depth: 1) { RuntimeObject* L_71 = V_6; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_71, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_72 = V_8; if (!L_72) { goto IL_0145; } } IL_013e: { RuntimeObject* L_73 = V_8; NullCheck(L_73); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_73); } IL_0145: { IL2CPP_END_FINALLY(305) } }// end finally (depth: 1) IL2CPP_CLEANUP(305) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x146, IL_0146) } IL_0146: { RuntimeObject* L_74 = ___cache4; if (!L_74) { goto IL_0210; } } { int32_t L_75 = ___pipelineType0; switch (L_75) { case 0: { goto IL_0161; } case 1: { goto IL_0182; } case 2: { goto IL_01a4; } } } { goto IL_01c6; } IL_0161: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_76 = V_0; NullCheck(L_76); int32_t L_77; L_77 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_76); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_78 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_77); V_11 = L_78; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_79 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_80 = V_11; NullCheck(L_79); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_79, (RuntimeArray *)(RuntimeArray *)L_80, 0); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_81 = V_11; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_82 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_82, L_81, /*hidden argument*/NULL); V_10 = L_82; goto IL_01c9; } IL_0182: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_83 = V_0; NullCheck(L_83); int32_t L_84; L_84 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_83); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_85 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_84); V_12 = L_85; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_86 = V_0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_87 = V_12; NullCheck(L_86); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_86, (RuntimeArray *)(RuntimeArray *)L_87, 0); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_88 = V_12; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_89 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_89, L_88, (bool)1, /*hidden argument*/NULL); V_10 = L_89; goto IL_01c9; } IL_01a4: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_90 = V_0; NullCheck(L_90); int32_t L_91; L_91 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_90); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_92 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_91); V_13 = L_92; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_93 = V_0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_94 = V_13; NullCheck(L_93); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_93, (RuntimeArray *)(RuntimeArray *)L_94, 0); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_95 = V_13; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_96 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_96, L_95, (bool)1, /*hidden argument*/NULL); V_10 = L_96; goto IL_01c9; } IL_01c6: { V_10 = (RuntimeObject*)NULL; } IL_01c9: { RuntimeObject* L_97 = ___cache4; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_98 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineMergeKeys_11(); int32_t L_99 = ___pipelineType0; NullCheck(L_98); int32_t L_100 = L_99; Guid_t L_101 = (L_98)->GetAt(static_cast(L_100)); Guid_t L_102 = L_101; RuntimeObject * L_103 = Box(Guid_t_il2cpp_TypeInfo_var, &L_102); RuntimeObject* L_104 = V_10; NullCheck(L_97); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_97, L_103, L_104); RuntimeObject* L_105 = ___cache4; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_106 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineFilterKeys_12(); int32_t L_107 = ___pipelineType0; NullCheck(L_106); int32_t L_108 = L_107; Guid_t L_109 = (L_106)->GetAt(static_cast(L_108)); Guid_t L_110 = L_109; RuntimeObject * L_111 = Box(Guid_t_il2cpp_TypeInfo_var, &L_110); NullCheck(L_105); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_105, L_111); RuntimeObject* L_112 = ___cache4; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_113 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineAttributeFilterKeys_13(); int32_t L_114 = ___pipelineType0; NullCheck(L_113); int32_t L_115 = L_114; Guid_t L_116 = (L_113)->GetAt(static_cast(L_115)); Guid_t L_117 = L_116; RuntimeObject * L_118 = Box(Guid_t_il2cpp_TypeInfo_var, &L_117); NullCheck(L_112); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_112, L_118); } IL_0210: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_119 = V_0; return L_119; } } // System.Void System.ComponentModel.TypeDescriptor::RaiseRefresh(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m04A1B8C22008DFAD7309BD01472BA00B04D72A05 (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_0; L_0 = VolatileRead((RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C **)(((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_address_of_Refreshed_15())); V_0 = L_0; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_1 = V_0; if (!L_1) { goto IL_001a; } } { RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_2 = V_0; RuntimeObject * L_3 = ___component0; RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * L_4 = (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 *)il2cpp_codegen_object_new(RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273_il2cpp_TypeInfo_var); RefreshEventArgs__ctor_m995D9590BFAC4517DA7010387272651E0ABCBF66(L_4, L_3, /*hidden argument*/NULL); NullCheck(L_2); RefreshEventHandler_Invoke_m9CA734910EB392A101B3A9E92FA145E83824910A(L_2, L_4, /*hidden argument*/NULL); } IL_001a: { return; } } // System.Void System.ComponentModel.TypeDescriptor::RaiseRefresh(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m994F8BC54B10FF4DCA59D5E42F42AC2E3E0C6AFF (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_0; L_0 = VolatileRead((RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C **)(((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_address_of_Refreshed_15())); V_0 = L_0; RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_1 = V_0; if (!L_1) { goto IL_001a; } } { RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_2 = V_0; Type_t * L_3 = ___type0; RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * L_4 = (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 *)il2cpp_codegen_object_new(RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273_il2cpp_TypeInfo_var); RefreshEventArgs__ctor_m477F628EC5A87B9942FA7055326178BB5270ED34(L_4, L_3, /*hidden argument*/NULL); NullCheck(L_2); RefreshEventHandler_Invoke_m9CA734910EB392A101B3A9E92FA145E83824910A(L_2, L_4, /*hidden argument*/NULL); } IL_001a: { return; } } // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mBAEBE9A3B0C847936C953BDD8A2C0D0BA4C764AE (RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_mE19398EDAE1219D73ED916DD606E8757111CCA39(L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mE19398EDAE1219D73ED916DD606E8757111CCA39 (RuntimeObject * ___component0, bool ___refreshReflectionProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Type_t * V_2 = NULL; WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_6; memset((&V_6), 0, sizeof(V_6)); Type_t * V_7 = NULL; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_8 = NULL; ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * V_9 = NULL; RuntimeObject* V_10 = NULL; int32_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { V_0 = (bool)0; bool L_1 = ___refreshReflectionProvider1; if (!L_1) { goto IL_00f9; } } { RuntimeObject * L_2 = ___component0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_2 = L_3; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_4 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_3 = L_4; V_4 = (bool)0; } IL_001c: try {// begin try (depth: 1) { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_5 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_5, (bool*)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_6 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); NullCheck(L_6); RuntimeObject* L_7; L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_6); V_5 = L_7; } IL_0030: try {// begin try (depth: 2) { goto IL_00cb; } IL_0035: { RuntimeObject* L_8 = V_5; NullCheck(L_8); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); V_6 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_9, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_10; L_10 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_6), /*hidden argument*/NULL); V_7 = ((Type_t *)IsInstClass((RuntimeObject*)L_10, Type_t_il2cpp_TypeInfo_var)); Type_t * L_11 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_12; L_12 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_11, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0065; } } IL_005b: { Type_t * L_13 = V_2; Type_t * L_14 = V_7; NullCheck(L_13); bool L_15; L_15 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_13, L_14); if (L_15) { goto IL_0078; } } IL_0065: { Type_t * L_16 = V_7; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); bool L_19; L_19 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00cb; } } IL_0078: { RuntimeObject * L_20; L_20 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_6), /*hidden argument*/NULL); V_8 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_20, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); goto IL_0093; } IL_0088: { V_0 = (bool)1; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_21 = V_8; NullCheck(L_21); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_22 = L_21->get_Next_2(); V_8 = L_22; } IL_0093: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_23 = V_8; if (!L_23) { goto IL_00a5; } } IL_0097: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_24 = V_8; NullCheck(L_24); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_25 = L_24->get_Provider_3(); if (!((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B *)IsInstSealed((RuntimeObject*)L_25, ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))) { goto IL_0088; } } IL_00a5: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_26 = V_8; if (!L_26) { goto IL_00cb; } } IL_00a9: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_27 = V_8; NullCheck(L_27); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_28 = L_27->get_Provider_3(); V_9 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B *)CastclassSealed((RuntimeObject*)L_28, ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * L_29 = V_9; Type_t * L_30 = V_2; NullCheck(L_29); bool L_31; L_31 = ReflectTypeDescriptionProvider_IsPopulated_m49E093E3D472AE49E4530BBBCD7EE6339319720C(L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00cb; } } IL_00c1: { V_0 = (bool)1; ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * L_32 = V_9; Type_t * L_33 = V_2; NullCheck(L_32); ReflectTypeDescriptionProvider_Refresh_m219336F721BB21C53382DCC6C144AB46B4ADA873(L_32, L_33, /*hidden argument*/NULL); } IL_00cb: { RuntimeObject* L_34 = V_5; NullCheck(L_34); bool L_35; L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_34); if (L_35) { goto IL_0035; } } IL_00d7: { IL2CPP_LEAVE(0xF9, FINALLY_00d9); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d9; } FINALLY_00d9: {// begin finally (depth: 2) { RuntimeObject* L_36 = V_5; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_37 = V_10; if (!L_37) { goto IL_00ed; } } IL_00e6: { RuntimeObject* L_38 = V_10; NullCheck(L_38); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_38); } IL_00ed: { IL2CPP_END_FINALLY(217) } }// end finally (depth: 2) IL2CPP_CLEANUP(217) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xF9, FINALLY_00ee); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ee; } FINALLY_00ee: {// begin finally (depth: 1) { bool L_39 = V_4; if (!L_39) { goto IL_00f8; } } IL_00f2: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_40 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_40, /*hidden argument*/NULL); } IL_00f8: { IL2CPP_END_FINALLY(238) } }// end finally (depth: 1) IL2CPP_CLEANUP(238) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF9, IL_00f9) } IL_00f9: { RuntimeObject * L_41 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_42; L_42 = TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4(L_41, /*hidden argument*/NULL); V_1 = L_42; bool L_43 = V_0; if (L_43) { goto IL_0106; } } { RuntimeObject* L_44 = V_1; if (!L_44) { goto IL_0175; } } IL_0106: { RuntimeObject* L_45 = V_1; if (!L_45) { goto IL_0164; } } { V_11 = 0; goto IL_0159; } IL_010e: { RuntimeObject* L_46 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_47 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineFilterKeys_12(); int32_t L_48 = V_11; NullCheck(L_47); int32_t L_49 = L_48; Guid_t L_50 = (L_47)->GetAt(static_cast(L_49)); Guid_t L_51 = L_50; RuntimeObject * L_52 = Box(Guid_t_il2cpp_TypeInfo_var, &L_51); NullCheck(L_46); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_46, L_52); RuntimeObject* L_53 = V_1; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_54 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineMergeKeys_11(); int32_t L_55 = V_11; NullCheck(L_54); int32_t L_56 = L_55; Guid_t L_57 = (L_54)->GetAt(static_cast(L_56)); Guid_t L_58 = L_57; RuntimeObject * L_59 = Box(Guid_t_il2cpp_TypeInfo_var, &L_58); NullCheck(L_53); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_53, L_59); RuntimeObject* L_60 = V_1; GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_61 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineAttributeFilterKeys_13(); int32_t L_62 = V_11; NullCheck(L_61); int32_t L_63 = L_62; Guid_t L_64 = (L_61)->GetAt(static_cast(L_63)); Guid_t L_65 = L_64; RuntimeObject * L_66 = Box(Guid_t_il2cpp_TypeInfo_var, &L_65); NullCheck(L_60); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_60, L_66); int32_t L_67 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0159: { int32_t L_68 = V_11; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_69 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__pipelineFilterKeys_12(); NullCheck(L_69); if ((((int32_t)L_68) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))))) { goto IL_010e; } } IL_0164: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); int32_t L_70; L_70 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)(((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_address_of__metadataVersion_4()), /*hidden argument*/NULL); RuntimeObject * L_71 = ___component0; TypeDescriptor_RaiseRefresh_m04A1B8C22008DFAD7309BD01472BA00B04D72A05(L_71, /*hidden argument*/NULL); } IL_0175: { return; } } // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mE91916EA0EE7D2E5FF3A85D1CB77EF8E90192A3E (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_4; memset((&V_4), 0, sizeof(V_4)); Type_t * V_5 = NULL; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_6 = NULL; ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * V_7 = NULL; RuntimeObject* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { return; } IL_000a: { V_0 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_2 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_1 = L_2; V_2 = (bool)0; } IL_0014: try {// begin try (depth: 1) { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_4 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_4); V_3 = L_5; } IL_0027: try {// begin try (depth: 2) { goto IL_00c1; } IL_002c: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_4 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_7, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_8; L_8 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); V_5 = ((Type_t *)IsInstClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var)); Type_t * L_9 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_9, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_005b; } } IL_0051: { Type_t * L_11 = ___type0; Type_t * L_12 = V_5; NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_11, L_12); if (L_13) { goto IL_006e; } } IL_005b: { Type_t * L_14 = V_5; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); bool L_17; L_17 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00c1; } } IL_006e: { RuntimeObject * L_18; L_18 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); V_6 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_18, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); goto IL_0089; } IL_007e: { V_0 = (bool)1; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_19 = V_6; NullCheck(L_19); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_20 = L_19->get_Next_2(); V_6 = L_20; } IL_0089: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_21 = V_6; if (!L_21) { goto IL_009b; } } IL_008d: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_22 = V_6; NullCheck(L_22); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_23 = L_22->get_Provider_3(); if (!((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B *)IsInstSealed((RuntimeObject*)L_23, ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))) { goto IL_007e; } } IL_009b: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_24 = V_6; if (!L_24) { goto IL_00c1; } } IL_009f: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_25 = V_6; NullCheck(L_25); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_26 = L_25->get_Provider_3(); V_7 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B *)CastclassSealed((RuntimeObject*)L_26, ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * L_27 = V_7; Type_t * L_28 = ___type0; NullCheck(L_27); bool L_29; L_29 = ReflectTypeDescriptionProvider_IsPopulated_m49E093E3D472AE49E4530BBBCD7EE6339319720C(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00c1; } } IL_00b7: { V_0 = (bool)1; ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * L_30 = V_7; Type_t * L_31 = ___type0; NullCheck(L_30); ReflectTypeDescriptionProvider_Refresh_m219336F721BB21C53382DCC6C144AB46B4ADA873(L_30, L_31, /*hidden argument*/NULL); } IL_00c1: { RuntimeObject* L_32 = V_3; NullCheck(L_32); bool L_33; L_33 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_32); if (L_33) { goto IL_002c; } } IL_00cc: { IL2CPP_LEAVE(0xEC, FINALLY_00ce); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ce; } FINALLY_00ce: {// begin finally (depth: 2) { RuntimeObject* L_34 = V_3; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_34, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_35 = V_8; if (!L_35) { goto IL_00e1; } } IL_00da: { RuntimeObject* L_36 = V_8; NullCheck(L_36); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_36); } IL_00e1: { IL2CPP_END_FINALLY(206) } }// end finally (depth: 2) IL2CPP_CLEANUP(206) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xEC, FINALLY_00e2); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e2; } FINALLY_00e2: {// begin finally (depth: 1) { bool L_37 = V_2; if (!L_37) { goto IL_00eb; } } IL_00e5: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_38 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_38, /*hidden argument*/NULL); } IL_00eb: { IL2CPP_END_FINALLY(226) } }// end finally (depth: 1) IL2CPP_CLEANUP(226) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xEC, IL_00ec) } IL_00ec: { bool L_39 = V_0; if (!L_39) { goto IL_0100; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); int32_t L_40; L_40 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)(((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_address_of__metadataVersion_4()), /*hidden argument*/NULL); Type_t * L_41 = ___type0; TypeDescriptor_RaiseRefresh_m994F8BC54B10FF4DCA59D5E42F42AC2E3E0C6AFF(L_41, /*hidden argument*/NULL); } IL_0100: { return; } } // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Reflection.Module) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m6EB3E4588F03B182DCED4661C7BDED7CD86D2865 (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___module0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_4; memset((&V_4), 0, sizeof(V_4)); Type_t * V_5 = NULL; TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * V_6 = NULL; ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * V_7 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_8 = NULL; int32_t V_9 = 0; Type_t * V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_0 = ___module0; IL2CPP_RUNTIME_CLASS_INIT(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var); bool L_1; L_1 = Module_op_Equality_m1A6D1EB305AFE379184C1C472FAAF39F4DA8DD12(L_0, (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { return; } IL_000a: { V_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)NULL; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_2 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); V_1 = L_2; V_2 = (bool)0; } IL_0014: try {// begin try (depth: 1) { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_4 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__providerTable_0(); NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_4); V_3 = L_5; } IL_0027: try {// begin try (depth: 2) { goto IL_0106; } IL_002c: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_4 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_7, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_8; L_8 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); V_5 = ((Type_t *)IsInstClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var)); Type_t * L_9 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_9, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0060; } } IL_0051: { Type_t * L_11 = V_5; NullCheck(L_11); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_12; L_12 = VirtualFuncInvoker0< Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * >::Invoke(17 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_11); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_13 = ___module0; NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13); if (L_14) { goto IL_0076; } } IL_0060: { Type_t * L_15 = V_5; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_16, /*hidden argument*/NULL); bool L_18; L_18 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_15, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0106; } } IL_0076: { RuntimeObject * L_19; L_19 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); V_6 = ((TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 *)CastclassSealed((RuntimeObject*)L_19, TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2_il2cpp_TypeInfo_var)); goto IL_00a2; } IL_0086: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_20 = V_0; if (L_20) { goto IL_008f; } } IL_0089: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_21 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_21, /*hidden argument*/NULL); V_0 = L_21; } IL_008f: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = V_0; Type_t * L_23 = V_5; Type_t * L_24 = V_5; NullCheck(L_22); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_22, L_23, L_24); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_25 = V_6; NullCheck(L_25); TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_26 = L_25->get_Next_2(); V_6 = L_26; } IL_00a2: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_27 = V_6; if (!L_27) { goto IL_00b4; } } IL_00a6: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_28 = V_6; NullCheck(L_28); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_29 = L_28->get_Provider_3(); if (!((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B *)IsInstSealed((RuntimeObject*)L_29, ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))) { goto IL_0086; } } IL_00b4: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_30 = V_6; if (!L_30) { goto IL_0106; } } IL_00b8: { TypeDescriptionNode_t7A79A727498A1324403BDA48DDE5CD34C2DD79B2 * L_31 = V_6; NullCheck(L_31); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_32 = L_31->get_Provider_3(); V_7 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B *)CastclassSealed((RuntimeObject*)L_32, ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * L_33 = V_7; Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_34 = ___module0; NullCheck(L_33); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_35; L_35 = ReflectTypeDescriptionProvider_GetPopulatedTypes_mB2BE844BFB14D7B7B2917F283CC91DB3619C9E27(L_33, L_34, /*hidden argument*/NULL); V_8 = L_35; V_9 = 0; goto IL_00fe; } IL_00d5: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_36 = V_8; int32_t L_37 = V_9; NullCheck(L_36); int32_t L_38 = L_37; Type_t * L_39 = (L_36)->GetAt(static_cast(L_38)); V_10 = L_39; ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * L_40 = V_7; Type_t * L_41 = V_10; NullCheck(L_40); ReflectTypeDescriptionProvider_Refresh_m219336F721BB21C53382DCC6C144AB46B4ADA873(L_40, L_41, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_42 = V_0; if (L_42) { goto IL_00ee; } } IL_00e8: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_43 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_43, /*hidden argument*/NULL); V_0 = L_43; } IL_00ee: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_44 = V_0; Type_t * L_45 = V_10; Type_t * L_46 = V_10; NullCheck(L_44); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_44, L_45, L_46); int32_t L_47 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00fe: { int32_t L_48 = V_9; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_49 = V_8; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))) { goto IL_00d5; } } IL_0106: { RuntimeObject* L_50 = V_3; NullCheck(L_50); bool L_51; L_51 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_002c; } } IL_0111: { IL2CPP_LEAVE(0x131, FINALLY_0113); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0113; } FINALLY_0113: {// begin finally (depth: 2) { RuntimeObject* L_52 = V_3; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_11; if (!L_53) { goto IL_0126; } } IL_011f: { RuntimeObject* L_54 = V_11; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_54); } IL_0126: { IL2CPP_END_FINALLY(275) } }// end finally (depth: 2) IL2CPP_CLEANUP(275) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x131, FINALLY_0127); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0127; } FINALLY_0127: {// begin finally (depth: 1) { bool L_55 = V_2; if (!L_55) { goto IL_0130; } } IL_012a: { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_56 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_56, /*hidden argument*/NULL); } IL_0130: { IL2CPP_END_FINALLY(295) } }// end finally (depth: 1) IL2CPP_CLEANUP(295) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x131, IL_0131) } IL_0131: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_57 = V_0; if (!L_57) { goto IL_017b; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * L_58 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get_Refreshed_15(); if (!L_58) { goto IL_017b; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_59 = V_0; NullCheck(L_59); RuntimeObject* L_60; L_60 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_59); NullCheck(L_60); RuntimeObject* L_61; L_61 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_60); V_12 = L_61; } IL_0148: try {// begin try (depth: 1) { goto IL_015b; } IL_014a: { RuntimeObject* L_62 = V_12; NullCheck(L_62); RuntimeObject * L_63; L_63 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_62); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_RaiseRefresh_m994F8BC54B10FF4DCA59D5E42F42AC2E3E0C6AFF(((Type_t *)CastclassClass((RuntimeObject*)L_63, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_015b: { RuntimeObject* L_64 = V_12; NullCheck(L_64); bool L_65; L_65 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_64); if (L_65) { goto IL_014a; } } IL_0164: { IL2CPP_LEAVE(0x17B, FINALLY_0166); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0166; } FINALLY_0166: {// begin finally (depth: 1) { RuntimeObject* L_66 = V_12; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_66, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_67 = V_11; if (!L_67) { goto IL_017a; } } IL_0173: { RuntimeObject* L_68 = V_11; NullCheck(L_68); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_68); } IL_017a: { IL2CPP_END_FINALLY(358) } }// end finally (depth: 1) IL2CPP_CLEANUP(358) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x17B, IL_017b) } IL_017b: { return; } } // System.Void System.ComponentModel.TypeDescriptor::Refresh(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mD796E90EC269E4CE095B1120005591A35B209C41 (Assembly_t * ___assembly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A* V_0 = NULL; int32_t V_1 = 0; { Assembly_t * L_0 = ___assembly0; bool L_1; L_1 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_0, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { return; } IL_000a: { Assembly_t * L_2 = ___assembly0; NullCheck(L_2); ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A* L_3; L_3 = Assembly_GetModules_mEC1E16F9A33A15516B4192B2E1AEC99FCB6421FC(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0021; } IL_0015: { ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_7 = (L_4)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_m6EB3E4588F03B182DCED4661C7BDED7CD86D2865(L_7, /*hidden argument*/NULL); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0021: { int32_t L_9 = V_1; ModuleU5BU5D_tAA28E913DE93D09F4F14AF37DFB1EF4007AF460A* 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_0015; } } { return; } } // System.Void System.ComponentModel.TypeDescriptor::RemoveAssociation(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveAssociation_mCCC716947C1BBE72EF0F45927CA0EB4BE2FFF161 (RuntimeObject * ___primary0, RuntimeObject * ___secondary1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; RuntimeObject * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___primary0; 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*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveAssociation_mCCC716947C1BBE72EF0F45927CA0EB4BE2FFF161_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___secondary1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1ECD956B7E4E74651008E98FEBFB3E2411DECE4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveAssociation_mCCC716947C1BBE72EF0F45927CA0EB4BE2FFF161_RuntimeMethod_var))); } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_4 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); V_0 = L_4; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = V_0; if (!L_5) { goto IL_008b; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = V_0; RuntimeObject * L_7 = ___primary0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_6, L_7); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_008b; } } { RuntimeObject* L_10 = V_1; V_2 = L_10; V_3 = (bool)0; } IL_003b: try {// begin try (depth: 1) { RuntimeObject* L_11 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_11, (bool*)(&V_3), /*hidden argument*/NULL); RuntimeObject* L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_12); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); goto IL_007a; } IL_004f: { RuntimeObject* L_14 = V_1; int32_t L_15 = V_4; NullCheck(L_14); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_14, L_15); NullCheck(((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_16, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var))); RuntimeObject * L_17; L_17 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_16, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var))); V_5 = L_17; RuntimeObject * L_18 = V_5; if (!L_18) { goto IL_006c; } } IL_0067: { RuntimeObject * L_19 = V_5; RuntimeObject * L_20 = ___secondary1; if ((!(((RuntimeObject*)(RuntimeObject *)L_19) == ((RuntimeObject*)(RuntimeObject *)L_20)))) { goto IL_0074; } } IL_006c: { RuntimeObject* L_21 = V_1; int32_t L_22 = V_4; NullCheck(L_21); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_21, L_22); } IL_0074: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_007a: { int32_t L_24 = V_4; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_004f; } } IL_007f: { IL2CPP_LEAVE(0x8B, FINALLY_0081); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0081; } FINALLY_0081: {// begin finally (depth: 1) { bool L_25 = V_3; if (!L_25) { goto IL_008a; } } IL_0084: { RuntimeObject* L_26 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_26, /*hidden argument*/NULL); } IL_008a: { IL2CPP_END_FINALLY(129) } }// end finally (depth: 1) IL2CPP_CLEANUP(129) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8B, IL_008b) } IL_008b: { return; } } // System.Void System.ComponentModel.TypeDescriptor::RemoveAssociations(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveAssociations_m3E4C67363F6CC2B8E2029AAA9938BA114E259BE7 (RuntimeObject * ___primary0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; { RuntimeObject * L_0 = ___primary0; 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*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveAssociations_m3E4C67363F6CC2B8E2029AAA9938BA114E259BE7_RuntimeMethod_var))); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_2 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__associationTable_3(); il2cpp_codegen_memory_barrier(); V_0 = L_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = V_0; if (!L_3) { goto IL_0020; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = V_0; RuntimeObject * L_5 = ___primary0; NullCheck(L_4); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); } IL_0020: { return; } } // System.Void System.ComponentModel.TypeDescriptor::RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_mAE5A4DC54D94D2AB0B4A1E6816A820E8D0D7DD79 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_mAE5A4DC54D94D2AB0B4A1E6816A820E8D0D7DD79_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_mAE5A4DC54D94D2AB0B4A1E6816A820E8D0D7DD79_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___type1; TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_6 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_NodeRemove_m492A305C15C7B0BF514F0C3BC1FA74BFB1CAD1BB(L_5, L_6, /*hidden argument*/NULL); Type_t * L_7 = ___type1; TypeDescriptor_RaiseRefresh_m994F8BC54B10FF4DCA59D5E42F42AC2E3E0C6AFF(L_7, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_m20AE06118912C0DEF424C5BEF4F66CB4FDA35BA2 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, RuntimeObject * ___instance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_m20AE06118912C0DEF424C5BEF4F66CB4FDA35BA2_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_m20AE06118912C0DEF424C5BEF4F66CB4FDA35BA2_RuntimeMethod_var))); } IL_001c: { RuntimeObject * L_4 = ___instance1; TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_5 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_NodeRemove_m492A305C15C7B0BF514F0C3BC1FA74BFB1CAD1BB(L_4, L_5, /*hidden argument*/NULL); RuntimeObject * L_6 = ___instance1; TypeDescriptor_RaiseRefresh_m04A1B8C22008DFAD7309BD01472BA00B04D72A05(L_6, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProviderTransparent_m8BE0A89EC65AA6C423E5A8F79F057BF3182C7D91 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m8BE0A89EC65AA6C423E5A8F79F057BF3182C7D91_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m8BE0A89EC65AA6C423E5A8F79F057BF3182C7D91_RuntimeMethod_var))); } IL_0022: { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_5 = ___provider0; Type_t * L_6 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_RemoveProvider_mAE5A4DC54D94D2AB0B4A1E6816A820E8D0D7DD79(L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeDescriptor::RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProviderTransparent_m870CF982EDC6D18EE60CC13AFE85A53DCB5F5896 (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ___provider0, RuntimeObject * ___instance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0 = ___provider0; 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*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m870CF982EDC6D18EE60CC13AFE85A53DCB5F5896_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m870CF982EDC6D18EE60CC13AFE85A53DCB5F5896_RuntimeMethod_var))); } IL_001c: { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_4 = ___provider0; RuntimeObject * L_5 = ___instance1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_RemoveProvider_m20AE06118912C0DEF424C5BEF4F66CB4FDA35BA2(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.TypeDescriptor::ShouldHideMember(System.ComponentModel.MemberDescriptor,System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptor_ShouldHideMember_mAB30D4712D5BF06504E3DE6CBBE53875CC0374F4 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___member0, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * ___attribute1, const RuntimeMethod* method) { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_0 = NULL; { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_0 = ___member0; if (!L_0) { goto IL_0006; } } { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_1 = ___attribute1; if (L_1) { goto IL_0008; } } IL_0006: { return (bool)1; } IL_0008: { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_2 = ___member0; NullCheck(L_2); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_3; L_3 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_2); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4 = ___attribute1; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); NullCheck(L_3); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_6; L_6 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_3, L_5); V_0 = L_6; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_7 = V_0; if (L_7) { goto IL_0027; } } { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_8 = ___attribute1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_8); return (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); } IL_0027: { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_10 = ___attribute1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_11 = V_0; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(5 /* System.Boolean System.Attribute::Match(System.Object) */, L_10, L_11); return (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0); } } // System.Void System.ComponentModel.TypeDescriptor::SortDescriptorArray(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_SortDescriptorArray_mC97279DD994FCC49BB8E229B937A7D392A547D7C (RuntimeObject* ___infos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___infos0; 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*)&_stringLiteralED7C00197E09BCADC7C4C12F9AFE2C99693799A7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_SortDescriptorArray_mC97279DD994FCC49BB8E229B937A7D392A547D7C_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___infos0; IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3; L_3 = ArrayList_Adapter_m584C01DF7AC3961037C85B951FE3AF4A0589795A(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE_il2cpp_TypeInfo_var); MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE * L_4 = ((MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE_StaticFields*)il2cpp_codegen_static_fields_for(MemberDescriptorComparer_t42DF486F684CFE27EE4E84978914F061478D05CE_il2cpp_TypeInfo_var))->get_Instance_0(); NullCheck(L_3); VirtualActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_3, L_4); return; } } // System.Void System.ComponentModel.TypeDescriptor::Trace(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Trace_mF89716779A3D762AEE1FCBD655BCE9574D724A2A (String_t* ___message0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.TypeDescriptor::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor__cctor_m1375F81CFDA0ED60687E098B67BD557BF38F67ED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B7F2D4D512645479E144736945EB7801D72E576); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB685B58C78BBD2C174C699B34902FEDB4D764650); s_Il2CppMethodInitialized = true; } { WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * L_0 = (WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA *)il2cpp_codegen_object_new(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA_il2cpp_TypeInfo_var); WeakHashtable__ctor_mE543E906A10CC747A79E525172D265F05BA2C20C(L_0, /*hidden argument*/NULL); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__providerTable_0(L_0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__providerTypeTable_1(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__defaultProviders_2(L_2); BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * L_3 = (BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 *)il2cpp_codegen_object_new(BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2_il2cpp_TypeInfo_var); BooleanSwitch__ctor_m2FF77BE99ADF4D42BA2C9062CA03367320EA37B1(L_3, _stringLiteralB685B58C78BBD2C174C699B34902FEDB4D764650, _stringLiteral8B7F2D4D512645479E144736945EB7801D72E576, /*hidden argument*/NULL); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set_TraceDescriptor_6(L_3); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_4 = (GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)SZArrayNew(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_5 = L_4; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_6; L_6 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Guid_t )L_6); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_7 = L_5; Guid_t L_8; L_8 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (Guid_t )L_8); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_9 = L_7; Guid_t L_10; L_10 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(2), (Guid_t )L_10); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__pipelineInitializeKeys_10(L_9); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_11 = (GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)SZArrayNew(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_12 = L_11; Guid_t L_13; L_13 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (Guid_t )L_13); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_14 = L_12; Guid_t L_15; L_15 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(1), (Guid_t )L_15); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_16 = L_14; Guid_t L_17; L_17 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(2), (Guid_t )L_17); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__pipelineMergeKeys_11(L_16); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_18 = (GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)SZArrayNew(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_19 = L_18; Guid_t L_20; L_20 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Guid_t )L_20); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_21 = L_19; Guid_t L_22; L_22 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(1), (Guid_t )L_22); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_23 = L_21; Guid_t L_24; L_24 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_23); (L_23)->SetAt(static_cast(2), (Guid_t )L_24); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__pipelineFilterKeys_12(L_23); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_25 = (GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8*)SZArrayNew(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_26 = L_25; Guid_t L_27; L_27 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(0), (Guid_t )L_27); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_28 = L_26; Guid_t L_29; L_29 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(1), (Guid_t )L_29); GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* L_30 = L_28; Guid_t L_31; L_31 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(2), (Guid_t )L_31); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__pipelineAttributeFilterKeys_13(L_30); RuntimeObject * L_32 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_32, /*hidden argument*/NULL); ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->set__internalSyncObject_14(L_32); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RunInstallerAttribute_get_RunInstaller_mA6809F88FC3AD786CBF38D24DF7D92DCE39166FF_inline (RunInstallerAttribute_t46237634EA59A37B10F6BBAD88E245BB4D10C975 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_runInstaller_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AsyncCompletedEventArgs_get_UserState_m965C17F78A68704D06317F25D665543CACBB34FA_inline (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_userState_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppDomainSetup_get_LicenseFile_mDB627D4F336F501CDB7922E4AD03AB8093D41AD0_inline (AppDomainSetup_tF2C6AD0D3A09543EAC7388BD3F6500E8527F63A8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_license_file_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_m04BE43C08715BE89006B3E298A7706E7C05D05AA_inline (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; } { IL2CPP_RUNTIME_CLASS_INIT(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var); SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * L_0 = ((SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var))->get_defaultCredential_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebClient_set_Credentials_m21B1BF0BCD2B8E6ADB1C370495C4270CE56CC102_inline (WebClient_tBB9C025453A3820E593327E112FF5D08F632604E * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_m_credentials_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_description_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_m7690BF55F40A7C26BBDF62BEBC2728EC9A16A91B_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_description_1(L_0); return; } } 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 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 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 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_m569D92DE295D0A02310C9D9D3FC69D2DB923411C_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 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 bool SettingsBindableAttribute_get_Bindable_mB64EAF5229EA9C4B0B9D0D1F769CAA50609CA83A_inline (SettingsBindableAttribute_t783D603AF17D5F8513057F95AA46FF26995EEDA0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__bindable_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * SettingsSectionInternal_get_Section_mE0694DB22ADB571D842C04FE8DE06D3087AD45E6_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 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 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 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_0(); 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_1(); 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 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_m452D636F3D5CBE5AA8746078C35C42F69BE61722_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 void MonoTlsSettings_set_RemoteCertificateValidationCallback_m4727CA0470D108748A8D73E255621E3910747200_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___value0, const RuntimeMethod* method) { { MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_0 = ___value0; __this->set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_ClientCertificateSelectionCallback_m59891142180E21ADE370A36C12A8D4CF86DF285F_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___value0, const RuntimeMethod* method) { { MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_0 = ___value0; __this->set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__InnerStream_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 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 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 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 int32_t ToolboxItemFilterAttribute_get_FilterType_m9B267D5BAA7519CE1CADE5177001BF976BFCAB02_inline (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_filterType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_get_FilterString_m5316FEEA5C16BA67D1D5C648C4352656433FF295_inline (ToolboxItemFilterAttribute_t5C9C61F6909574473C62D8DB3E633172936763F4 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_filterString_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TraceListener_set_NeedIndent_m46D33EA09D9B4FF8843B3AFFCF827AA42B9D4C3F_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_needIndent_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * TraceListener_get_Filter_m376BB094F07317AC78F941ED97CAD5F98AA75F2A_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * L_0 = __this->get_filter_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TraceListener_get_TraceOutputOptions_m2FCD5041BD89ED25257F6326B2AC9A140D6DAE07_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_traceOptions_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TraceInternal_get_IndentLevel_m7DA181D071198D77A664C64F22C2292FC01D955C_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var); int32_t L_0 = ((TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceInternal_t58341FA307500C85EAA53AC757F780A2BFDF117D_il2cpp_TypeInfo_var))->get_indentLevel_3(); 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 RuntimeObject* ComNativeDescriptionProvider_get_Handler_m94C1EDD5BF3877EB4BC5F864EB9CFFD94DEDD2AB_inline (ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__handler_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider_set_Handler_mE7488C5F2C1C1ACE6233606D1BC0478062D4F383_inline (ComNativeDescriptionProvider_tE332632825A4B8CC46862FA2E0148EE554A83842 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__handler_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeDescriptionProviderAttribute_get_TypeName_mF9A0848F4E8D3B8A3CE79CF9CB13F74FAB4325A5_inline (TypeDescriptionProviderAttribute_t869915485F04ACF6C3CA00AC600047B00D55A42B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__typeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m0E81B088936AA02C1BE182979C8A40D4DC871C7A_inline (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_designerBaseTypeName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_mE8D2A2D61BD19B261383CC14E9CBB94EFC85406A_inline (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_designerTypeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mB14E4C280026B71DA4A7FDD3AEBAAD639F99E3B6_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = __this->get_extenderProperty_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_m39FC8BCC39DA714A25E7EA2974B199D8ACC1F584_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_provider_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_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_m7B5E3383CB67492E573AC0D875ED82A51350F188_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_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*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_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_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_m8425596BB4249956819960EC76E618357F573E76_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_mE9A1DA273E2BE8C97A010A4EFF7AC84935512378_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_mF35994B80AFFF4F3D1C27642E7B7E1C3EC271501_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_mF69290412AC5BBC637BD61E7079231FFC303EDB7_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_mFD6B80A68C205A0CA8083AB60EE4B1B6EAFFF529_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_m79996A0C101669893B6ACC314BEA31597A00F9CB_gshared_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get__array_0(); return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_0; } }