#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { 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 InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 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 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 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); } }; 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 GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, 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); } }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127; // Mono.Security.Interface.Alert struct Alert_tABF269545F2C583CCA47FF574E612DDAF232944E; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3; // Mono.Security.Interface.ICertificateValidator2 struct ICertificateValidator2_t59AEA784559648561EFC807C805B3F3AD216AB18; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6; // Mono.Security.Interface.MonoTlsConnectionInfo struct MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF; // Mono.Security.Interface.TlsException struct TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t struct unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t struct unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t struct unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t struct unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t struct unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t struct unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t struct unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t struct unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t struct unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t struct unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t struct unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t struct unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t struct unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t struct unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t struct unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t struct unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t struct unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t struct unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t struct unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t struct unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t struct unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t struct unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t struct unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t struct unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t struct unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t struct unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t struct unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t struct unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t struct unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t struct unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6; // Mono.Unity.UnityTls/unitytls_key struct unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9; // Mono.Unity.UnityTls/unitytls_tlsctx struct unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74; // Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback struct unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740; // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback struct unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5; // Mono.Unity.UnityTls/unitytls_tlsctx_trace_callback struct unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA; // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback struct unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6; // Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback struct unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A; // Mono.Unity.UnityTls/unitytls_x509list struct unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7; // Mono.Unity.UnityTls/unitytls_x509verify_callback struct unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9; // Mono.Unity.UnityTlsContext struct UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067; // Mono.Unity.UnityTlsProvider struct UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965; // Mono.Unity.UnityTlsStream struct UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166; // Mono.Util.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD; // System.Action`1 struct Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34; // System.Collections.CollectionBase struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95; // System.Collections.Generic.IList`1 struct IList_1_tFFB5515FC97391D04D5034ED7F334357FED1FAE6; // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A; // System.Collections.ICollection struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54; // System.Collections.IComparer struct IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Collections.IEqualityComparer struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C; // System.Collections.IHashCodeProvider struct IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E; // System.Collections.Specialized.ListDictionary/NodeEnumerator struct NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator struct NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1; // System.Collections.Specialized.StringCollection struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB; // System.ComponentModel.ArrayConverter struct ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63; // System.ComponentModel.BooleanConverter struct BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C; // System.ComponentModel.CollectionConverter struct CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184; // System.ComponentModel.DecimalConverter struct DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC; // System.ComponentModel.DoubleConverter struct DoubleConverter_t65A5D8B0C2736FC5469CE5DFA468D371DD5F9F75; // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516; // System.ComponentModel.EnumConverter struct EnumConverter_t5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12; // System.ComponentModel.Int16Converter struct Int16Converter_tA2223DDF2BE99AD79AD836FCEC90F2C12705433B; // System.ComponentModel.Int32Converter struct Int32Converter_t73A6E403EBE01B56528CB227509954397A46BA22; // System.ComponentModel.Int64Converter struct Int64Converter_tED09C98C409F894484943F8D4F9C6468A97F1447; // System.ComponentModel.SingleConverter struct SingleConverter_t86A24FBD46D753B99344470E9566584F15538902; // System.ComponentModel.StringConverter struct StringConverter_t054FA0796F4C8E951208AFA052D99BCB8E68BED7; // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_t4025A0861C52420BC73D837729E5EFA6ECDE07C7; // System.ComponentModel.TypeConverter struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8; // System.ComponentModel.Win32Exception struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668; // System.DBNull struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521; // System.EventHandler struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C; // System.Exception struct Exception_t; // System.Func`1 struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24; // System.Globalization.Calendar struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1; // System.Globalization.CultureData struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F; // System.Globalization.IdnMapping struct IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.Globalization.Punycode struct Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.Compression.DeflateStream struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE; // System.IO.Compression.DeflateStream/ReadMethod struct ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4; // System.IO.Compression.DeflateStream/WriteMethod struct WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397; // System.IO.Compression.DeflateStreamNative struct DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB; // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle struct SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959; // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0; // System.IO.Compression.GZipStream struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IOAsyncCallback struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547; // System.IOAsyncResult struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD; // System.IOSelectorJob struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.Net.Authorization struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B; // System.Net.AutoWebProxyScriptEngine struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455; // System.Net.BasicClient struct BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C; // System.Net.BindIPEndPoint struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9; // System.Net.Cache.RequestCache struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D; // System.Net.Cache.RequestCacheValidator struct RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41; // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B; // System.Net.Comparer struct Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB; // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7; // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572; // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B; // System.Net.Configuration.DefaultProxySectionInternal struct DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459; // System.Net.Configuration.HttpWebRequestElement struct HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D; // System.Net.Configuration.Ipv6Element struct Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23; // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570; // System.Net.Configuration.ProxyElement struct ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449; // System.Net.Configuration.ServicePointManagerElement struct ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC; // System.Net.Configuration.SettingsSection struct SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3; // System.Net.Configuration.SettingsSectionInternal struct SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821; // System.Net.Configuration.SocketElement struct SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9; // System.Net.Configuration.WebProxyScriptElement struct WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3; // System.Net.Configuration.WebRequestModuleElementCollection struct WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE; // System.Net.Configuration.WebRequestModulesSection struct WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC; // System.Net.Cookie struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90; // System.Net.CookieCollection struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3; // System.Net.CookieCollection/CookieCollectionEnumerator struct CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D; // System.Net.CookieContainer struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73; // System.Net.CookieException struct CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4; // System.Net.DigestClient struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC; // System.Net.HttpWebRequest struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0; // System.Net.HttpWebResponse struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951; // System.Net.IAuthenticationModule struct IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30; // System.Net.ICredentialPolicy struct ICredentialPolicy_t09FC19BE60498729D1F75F5EC8B35166F1FDD3C7; // System.Net.ICredentials struct ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344; // System.Net.IPAddress struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE; // System.Net.IPEndPoint struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F; // System.Net.IPHostEntry struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D; // System.Net.IWebProxy struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E; // System.Net.NetworkCredential struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062; // System.Net.NtlmClient struct NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204; // System.Net.Security.SslStream struct SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB; // System.Net.ServicePoint struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4; // System.Net.TimerThread/Queue struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643; // System.Net.WebAsyncResult struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE; // System.Net.WebConnection struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243; // System.Net.WebConnectionStream struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304; // System.Net.WebRequest struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A; // System.Runtime.InteropServices.ExternalException struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_t959A000023FFE2ED91C7AF8BB68CB6482888F8EB; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t51110C788CCAABE4722884C5FBAF98D97E90DA3D; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Runtime.Serialization.SerializationException struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67; // System.Security.SecureString struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5; // System.String struct String_t; // System.StringComparer struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676; // System.Threading.EventWaitHandle struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98; // System.Threading.ExecutionContext struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.StackGuard struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Threading.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468; // System.Threading.Timer struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553; // System.Threading.WaitCallback struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC; // System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E; // System.Uri/UriInfo struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E; // System.UriFormatException struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A; // System.UriParser struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC; // System.Version struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // System.Xml.XmlNode struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB; extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var; extern RuntimeClass* AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var; extern RuntimeClass* AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var; extern RuntimeClass* Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var; extern RuntimeClass* BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; extern RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var; extern RuntimeClass* CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; extern RuntimeClass* Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB_il2cpp_TypeInfo_var; extern RuntimeClass* CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var; extern RuntimeClass* CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D_il2cpp_TypeInfo_var; extern RuntimeClass* CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var; extern RuntimeClass* Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; extern RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC_il2cpp_TypeInfo_var; extern RuntimeClass* DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var; extern RuntimeClass* DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C_il2cpp_TypeInfo_var; extern RuntimeClass* DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var; extern RuntimeClass* EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516_il2cpp_TypeInfo_var; extern RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var; extern RuntimeClass* HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var; extern RuntimeClass* IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var; extern RuntimeClass* ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var; extern RuntimeClass* IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var; extern RuntimeClass* IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var; extern RuntimeClass* ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; extern RuntimeClass* IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var; extern RuntimeClass* IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_il2cpp_TypeInfo_var; extern RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var; extern RuntimeClass* IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; extern RuntimeClass* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; extern RuntimeClass* ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var; extern RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var; extern RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var; extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; extern RuntimeClass* MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_il2cpp_TypeInfo_var; extern RuntimeClass* MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D_il2cpp_TypeInfo_var; extern RuntimeClass* MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var; extern RuntimeClass* NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var; extern RuntimeClass* NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var; extern RuntimeClass* NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5_il2cpp_TypeInfo_var; extern RuntimeClass* NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58_il2cpp_TypeInfo_var; extern RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; extern RuntimeClass* NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; extern RuntimeClass* ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4_il2cpp_TypeInfo_var; extern RuntimeClass* RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_il2cpp_TypeInfo_var; extern RuntimeClass* RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var; extern RuntimeClass* SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var; extern RuntimeClass* SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var; extern RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* SystemCertificateValidator_tEB00AC944EDDAA53F9A9FA7A316A23574985475F_il2cpp_TypeInfo_var; extern RuntimeClass* TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91_il2cpp_TypeInfo_var; extern RuntimeClass* TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_il2cpp_TypeInfo_var; extern RuntimeClass* TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var; extern RuntimeClass* UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var; extern RuntimeClass* UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166_il2cpp_TypeInfo_var; extern RuntimeClass* UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var; extern RuntimeClass* UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0_il2cpp_TypeInfo_var; extern RuntimeClass* UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var; extern RuntimeClass* UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var; extern RuntimeClass* UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var; extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var; extern RuntimeClass* ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var; extern RuntimeClass* Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var; extern RuntimeClass* WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6_il2cpp_TypeInfo_var; extern RuntimeClass* unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____EEAFE8C6E1AB017237567305EE925C976CDB6458_15_FieldInfo_var; extern String_t* _stringLiteral00F0B04BE2DDD54416CDF6724BEAC175AA9DEB01; extern String_t* _stringLiteral02A1DE7D81235D0F3D7F59638AB990CC581D9A3B; extern String_t* _stringLiteral04523F11A3E39668B455F81116400F1C2FFF3889; extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9; extern String_t* _stringLiteral05BA63FF22FFFA946A6C1E3E8B9D184A5A911E55; extern String_t* _stringLiteral06118BA21C8A0E9CA2361BBF874711A76D2A8AD7; extern String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3; extern String_t* _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E; extern String_t* _stringLiteral0BE297B561141A6A2D82A7108DDDC36E1CC22DBA; extern String_t* _stringLiteral0DE700C837994DEAC0F71DB131BE20824AEC05EA; extern String_t* _stringLiteral0FC51A5C314382C855158EDA38FF5409A7E69535; extern String_t* _stringLiteral12B2131443E6187C800986B84AA53B32E1ADCB28; extern String_t* _stringLiteral1382875027AD2421A9833D7063B819DB401FAD94; extern String_t* _stringLiteral138AE1291D0FDD2939737A605784ED08E78A9737; extern String_t* _stringLiteral143E44BFE7FFA9CB39899B153BDB83E618D5F841; extern String_t* _stringLiteral1443CEC241FC8F0E9A22F01A964EE87B171C42C6; extern String_t* _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D; extern String_t* _stringLiteral162B3619A5B6D68413EDAD946D6DDFE18D6D905B; extern String_t* _stringLiteral16CAEF5A9399B4275E138D7FF5BB4E29BF6CAD72; extern String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25; extern String_t* _stringLiteral1A54038B0AA8D7F2DA83479B361076A9F2836D51; extern String_t* _stringLiteral1AFEFDAD8F394C65ED6D000A865D699A38489C6F; extern String_t* _stringLiteral1C1B3D6FF94B2A59F3278B9591692B9DE73EE437; extern String_t* _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F; extern String_t* _stringLiteral1E3210AAC5A12A7D539A355ABFDC49D749AF3849; extern String_t* _stringLiteral1E32CE9F371DB7B4CE775952DD410C8838B54F35; extern String_t* _stringLiteral1E591794DE2646B62ACB030C04B0F93927302891; extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441; extern String_t* _stringLiteral2051DA5902A321BE45FD27292CD8E8397E1CBC8A; extern String_t* _stringLiteral206975CE40BF2190E1EBE832CBFB91DBAEB66EB0; extern String_t* _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76; extern String_t* _stringLiteral21B53B1F02559D44A4E57D2971766159EBF6282F; extern String_t* _stringLiteral24DEE1AC4BAA7C3BE84AE093001E114B0AABD710; extern String_t* _stringLiteral25B6294BE206F89D782E1DECFE2B11C7BCF92979; extern String_t* _stringLiteral2749AD9B5C66B69071CBC7465E913B18000BE671; extern String_t* _stringLiteral2986A51D253E6221052722AAB2EFBC181246B417; extern String_t* _stringLiteral2A8D159B067EBDCF290C08A6872DB0782F4DB003; extern String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; extern String_t* _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312; extern String_t* _stringLiteral2D21C9BFEF23327E8608E29D3F6008951F788E42; extern String_t* _stringLiteral2DA600BF9404843107A9531694F654E5662959E0; extern String_t* _stringLiteral2E4466EF93355FCC8CF4F5C7A5CB223090BB352B; extern String_t* _stringLiteral2E8D21C998F75805B9367B60DD8A3B85620ACACC; extern String_t* _stringLiteral2E98A4ED23C4C749F9FC8167CD3BDE6181CD3DDB; extern String_t* _stringLiteral310BB6BA9118A5AE4CDF6A127D791325B95AFC7F; extern String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D; extern String_t* _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50; extern String_t* _stringLiteral359B616379C8686F51EF5E3A8762571D940EABF0; extern String_t* _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136; extern String_t* _stringLiteral36CA0BFCBC1963A66664AE75C501AF9D8B728C7C; extern String_t* _stringLiteral389AADC179870858E615E7F86494CF9F12A7BC2B; extern String_t* _stringLiteral38CF85963BD4C46FE562DAD9987D761639120DFC; extern String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727; extern String_t* _stringLiteral3BEAE53F6712B7D394747CBA061465E3234815F3; extern String_t* _stringLiteral3C7ECD7A063AD7AE0D2B9AB87B11F63CCC96C8F7; extern String_t* _stringLiteral3D24273BE458535CEFB4BAB63B3547DA87C24AA4; extern String_t* _stringLiteral3E5093C51691F5F09D01B272E203376795391CF1; extern String_t* _stringLiteral3E62E9B46156D196C1AAC718944419216D75E346; extern String_t* _stringLiteral3E66AEB02C4E4C2A2B3A431EBF1731473D567D14; extern String_t* _stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C; extern String_t* _stringLiteral3FF5F085A157B60CB28DBA0860F39CD3E12B11E1; extern String_t* _stringLiteral403658E687068FB4134ECC254ECAF3136CDC3FE6; extern String_t* _stringLiteral4091FC8C86D49636BCFA1F50F31C77CFA32263AF; extern String_t* _stringLiteral42A8F651D79FD005EEAC0612DF6442B983A01184; extern String_t* _stringLiteral42D7307C56A3147C3F9B4B8A6CB6810CBDF8B65D; extern String_t* _stringLiteral46751B390D92C344617E7490A91616F7DAE87A4D; extern String_t* _stringLiteral46C08613317C97DBB3017F710E4CE7C132854E87; extern String_t* _stringLiteral497DA240B99C0C1C3CD67AFDEED37F94AD9AE2D8; extern String_t* _stringLiteral4AC5B82C2DA6F96723218DFF7504C664E1F80881; extern String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC; extern String_t* _stringLiteral4BB9A46C5925D0B925A1EA4FA767E382573421A5; extern String_t* _stringLiteral4E4A483ED626825D63C2302304176521EFF9ECBD; extern String_t* _stringLiteral4F4E2E165630EEF5C6A1AE8670F28F4DDB7A7949; extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1; extern String_t* _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE; extern String_t* _stringLiteral52C871EA22DADA6554A1363EE61F9567C44EFD80; extern String_t* _stringLiteral532041BFE7809558509909668AB1E9ACD74F3380; extern String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651; extern String_t* _stringLiteral53CCE0631F5BA4546493E150CC5EF970434EEF7F; extern String_t* _stringLiteral5480F96B6833A4CB8F0AEF4EEA9FB153DB5B842E; extern String_t* _stringLiteral5567A4280B56B93887A3411B9BA889553B427D9C; extern String_t* _stringLiteral5768A067F71F301CCE9ED7360D139F45BA6D4727; extern String_t* _stringLiteral5798F18876C067AB053B1D0EB12BDAED73FA0392; extern String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889; extern String_t* _stringLiteral59C826FC854197CBD4D1083BCE8FC00D0761E8B3; extern String_t* _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F; extern String_t* _stringLiteral5C96F9E08C71D3D17CA63CB49B810BC60238D399; extern String_t* _stringLiteral5D2A246F921E0D8C40F9385ABD6ACB5B1F0CD6FD; extern String_t* _stringLiteral5F6C62FD921546F22A503EC993323335977C5BA0; extern String_t* _stringLiteral6019AA352C36BF78F73A83E660E2DA74F2E4C2CE; extern String_t* _stringLiteral603C063F0A9F2922CA12D357A484E790CD9035BC; extern String_t* _stringLiteral60C04606224708CFBFEF6AC5E778E815A3740AE8; extern String_t* _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD; extern String_t* _stringLiteral62C6526007299CA03F778B5B7CE0D726354CAE0D; extern String_t* _stringLiteral63D3C5CDB8796B255DDB829AB1BAEE8CD898BC1F; extern String_t* _stringLiteral64343A83AD8C0B8E2789C32CA5AB1EB6ABB614E0; extern String_t* _stringLiteral65E574DF4C26A5034E26490200EF9040B9AD3A26; extern String_t* _stringLiteral66613814024EB80FC065BCD43B8BF07ED9297053; extern String_t* _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E; extern String_t* _stringLiteral677789471BFC26B9BAA2DCB7BDC1E90F13C9BEAC; extern String_t* _stringLiteral6BF991E7854ED942E57F7A8AE958526D710E4851; extern String_t* _stringLiteral6FD577FD3A1BDC4DA28CD51D7A55EB397CEA3926; extern String_t* _stringLiteral700A2466FFB830FF1A97F4F2BA1074DB64F4518A; extern String_t* _stringLiteral701DF7684DBD9D56FD9124002994696024429442; extern String_t* _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA; extern String_t* _stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA; extern String_t* _stringLiteral789969EAF7D10D212A03811AC374BB7B7921E3D2; extern String_t* _stringLiteral798275C17944BDA73AC13CB181018C138194815A; extern String_t* _stringLiteral7A15E3C35643EC9CE81F0D068C0058ED00FE6913; extern String_t* _stringLiteral7AF8775D5B30FBB6D0F7780504AD9948D7D302AF; extern String_t* _stringLiteral7C1881B48BC394F86F2C5B88C9C0D564876D2822; extern String_t* _stringLiteral7C936D7C5A91DCA9198671C84F6C29001E1635E0; extern String_t* _stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62; extern String_t* _stringLiteral7D8C0F713241893544D6B281037E9209E24B3C3B; extern String_t* _stringLiteral7D9B4FAC07BFCAAA0E413BDE05E8E61039C6F7A3; extern String_t* _stringLiteral7DF115C7517A2274DDEA5B68BAC5337B387D957F; extern String_t* _stringLiteral8004417B5F89CE52D6415C773647383F0A9302FF; extern String_t* _stringLiteral81E6C84235179BEF6A424ADE0379CDB4A2F8F2B6; extern String_t* _stringLiteral81FAEE854ACACCFF169E20D21106D0BEB49C6FE0; extern String_t* _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF; extern String_t* _stringLiteral84F802341A80D8821928A6BF042018F28F6BD6BC; extern String_t* _stringLiteral8697064C54272EC190E9B70FFF08FEAF084EC16D; extern String_t* _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928; extern String_t* _stringLiteral8A87B64CAE5A39A0265ADA62F19E089C25FA123C; extern String_t* _stringLiteral8D49852F94B6B049DB87721DD00F949FF76F466B; extern String_t* _stringLiteral8D5280EE3B031DC560AA00396A9D537BC0401F97; extern String_t* _stringLiteral8D87BE91452AF30ABCE041C075C797BDD216F3FA; extern String_t* _stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB; extern String_t* _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D; extern String_t* _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3; extern String_t* _stringLiteral906E86556DAA261FF5DABB90A37D2280B3901D37; extern String_t* _stringLiteral9370B2A9A4016E2EAC0B29188FD6198E7257FCBE; extern String_t* _stringLiteral94195DF0921914B5E59813F0CF42420D7DEA99E7; extern String_t* _stringLiteral9649AD78D66FC282E7E49B63BEB51E52744030AC; extern String_t* _stringLiteral96F7E671B1E48DA4A2700769F8225126847B97CF; extern String_t* _stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04; extern String_t* _stringLiteral9929BD76BB6A479BD748D213279338B8145D9D00; extern String_t* _stringLiteral99C4DCF51C29E206ACBB65FCF35F5D50C53AF35C; extern String_t* _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44; extern String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; extern String_t* _stringLiteral9E01CD1E57B5FB9518EDB5C7E1B5764815B87DE1; extern String_t* _stringLiteralA1F04E6EFD522730470A7511DBE3EBF9FD0108A4; extern String_t* _stringLiteralA2CB223BA71CF84EDC9D437478B9F75A951A86DB; extern String_t* _stringLiteralA2DAD54D8BCE08503C34ABC283C6FE74BD2E9FFC; extern String_t* _stringLiteralA5A7E131A5CB8762553101BDA765297974113FA2; extern String_t* _stringLiteralA5B40FBDEF80156114E062A34FA25675588A0524; extern String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE; extern String_t* _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640; extern String_t* _stringLiteralA9AC5297B2F804CDAFA5D88F5E271E340BA5CF37; extern String_t* _stringLiteralAA2C96DACF00C451EF465F6115A45A20BCCF1256; extern String_t* _stringLiteralABA442733B6BE4C5CDA42A8593EAF3BC048FBE18; extern String_t* _stringLiteralAF1014AF32F4AF33B1AFD212C2C9D95188BD0C29; extern String_t* _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1; extern String_t* _stringLiteralB182F6EBE72F77E45EC43426AE0C1B6FAB9DCD48; extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; extern String_t* _stringLiteralBA195D654D6092A3E9DA8DDD541DD8C15779615B; extern String_t* _stringLiteralBB064B23223DFF9B805313CDAFC355ACC64F1642; extern String_t* _stringLiteralBB1826EE4D8EF405A91381FAED170939609CF604; extern String_t* _stringLiteralBB94D38BBC3E55D3BB9ED775E3926427237C5BB4; extern String_t* _stringLiteralBDB82E3AC7750DEFC34C5182BAFD1520C70F6BA0; extern String_t* _stringLiteralBEBD2907CA9295D99796EA50EE317A1FC881504C; extern String_t* _stringLiteralBF399D891C479024714F066225B388058E8B6849; extern String_t* _stringLiteralC6FC42C72609142B300B076BEFED5623027F3481; extern String_t* _stringLiteralC8452B0C049E050B8A8D8E298315154B410BB14F; extern String_t* _stringLiteralCA7F24EC5324B94DAA87C00735D4E1F2B19E035E; extern String_t* _stringLiteralCA827528D6904965FCEBBBCAD976A987F5F845B3; extern String_t* _stringLiteralCD1B5069963D9878F92F1CFBE77F8912CDD5B2ED; extern String_t* _stringLiteralCD7D0AC2EBED64F823B1ECA559037A9CB8EDE01A; extern String_t* _stringLiteralCDB100EC27456EEE1BC5B8D252DC239C8D478DAB; extern String_t* _stringLiteralCE5A3811A8B375F401C32463086EE9DB90DCEA44; extern String_t* _stringLiteralCE916EF262A1586F5008FD8B99902C2B4ECB2DBD; extern String_t* _stringLiteralCFE2562AB6327C20761CA6C5FC56D6DA277279E9; extern String_t* _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF; extern String_t* _stringLiteralD2BD354967D6DA5D68C9540C90A6352E927C88C6; extern String_t* _stringLiteralD2D586849E53CFD2F880934665669C695A79C230; extern String_t* _stringLiteralD34A1412DD6535CEABE7960D72728113A96B875C; extern String_t* _stringLiteralD506BD5213C46BD49E16C634754AD70113408252; extern String_t* _stringLiteralD6829BEAA0331951621D5601098DC271C792014A; extern String_t* _stringLiteralD802D232A85B790C06A7F0815C75D27016580682; extern String_t* _stringLiteralD82B06ADF1A876D702B6A3905D8D56B51827E40E; extern String_t* _stringLiteralD87CDC078CB88C11234C3F55C5D37B9805C7E3C7; extern String_t* _stringLiteralD897BF481C6D3038F32CD50B3A8B5F6CF56B6348; extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; extern String_t* _stringLiteralDE36C4365F53A75F4F2CE6CC742B8EDA0EE14E5D; extern String_t* _stringLiteralDFD6DF0631E85C741695FD36D45900F792B48FFD; extern String_t* _stringLiteralE0756C6ADA071055D4166C5D4CCD1E3F3F03D150; extern String_t* _stringLiteralE31A30F4BF98EB850A9819DC3447D918FC18090C; extern String_t* _stringLiteralE3F959C681BFAE1A38F2CC644ABE3A9F51F25000; extern String_t* _stringLiteralE462BF1A8BF1155E522ABAE519222876450BA43D; extern String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; extern String_t* _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019; extern String_t* _stringLiteralE5FD9AA24C9417E7332E6F25936AE2A6EC8F1524; extern String_t* _stringLiteralE60557A7E9CC6FEAF2F8FC5499C450D6D82D6923; extern String_t* _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC; extern String_t* _stringLiteralE9A049DD51F6F6165F82600419D9408A49973EBC; extern String_t* _stringLiteralEA702382708DA683ABF93965F8A5B28FEA3E28DE; extern String_t* _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122; extern String_t* _stringLiteralEB3A4B5CCA54F76C5610D00E036890D02D084AA6; extern String_t* _stringLiteralEB7CD3E223CE5B5243E4BF117FF3C01497B42C50; extern String_t* _stringLiteralEBF4DF063AA788A23C3FE2ADCA2B6C0525339B9A; extern String_t* _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102; extern String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5; extern String_t* _stringLiteralF5F3C7170FE5CED284547289C97FCF640CC3F7BB; extern String_t* _stringLiteralF624F9BCEFFF97614D51114B4D98876489DFA808; extern String_t* _stringLiteralF6F646066BDF4B1EC66764F189EA43F9555404F9; extern String_t* _stringLiteralF708D88AFD78292E96A07D5E880E7275E2C367D7; extern String_t* _stringLiteralF8A984849A4EAB9B84E59C9F56576501E362F093; extern String_t* _stringLiteralF8D3E8E47EDE7D1E1D63B90ADAC4163F137F5FBD; extern String_t* _stringLiteralFACD4C2D5BDCE52A545593E87469A809AC0E1231; extern String_t* _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049; extern String_t* _stringLiteralFBD638320493F35A0D0672A1D87CDDFCCFB9BADD; extern String_t* _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC; extern String_t* _stringLiteralFE7B8C6038A1A74D80BFF5F23FB9B41209B3A58B; extern String_t* _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC; extern String_t* _stringLiteralFF29395A7A1A8881F7149A9507B91A51D420AC0A; extern String_t* _stringLiteralFF303351D14868B5F554E7F370047D84527B3348; extern const RuntimeMethod* AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var; extern const RuntimeMethod* AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_RuntimeMethod_var; extern const RuntimeMethod* BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_RuntimeMethod_var; extern const RuntimeMethod* CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_RuntimeMethod_var; extern const RuntimeMethod* ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_RuntimeMethod_var; extern const RuntimeMethod* ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_RuntimeMethod_var; extern const RuntimeMethod* CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_RuntimeMethod_var; extern const RuntimeMethod* CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_RuntimeMethod_var; extern const RuntimeMethod* CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_RuntimeMethod_var; extern const RuntimeMethod* Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var; extern const RuntimeMethod* Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var; extern const RuntimeMethod* Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_RuntimeMethod_var; extern const RuntimeMethod* DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_RuntimeMethod_var; extern const RuntimeMethod* DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_RuntimeMethod_var; extern const RuntimeMethod* DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_RuntimeMethod_var; extern const RuntimeMethod* DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_RuntimeMethod_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_RuntimeMethod_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C_RuntimeMethod_var; extern const RuntimeMethod* DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_RuntimeMethod_var; extern const RuntimeMethod* DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_RuntimeMethod_var; extern const RuntimeMethod* GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_RuntimeMethod_var; extern const RuntimeMethod* GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_RuntimeMethod_var; extern const RuntimeMethod* GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_RuntimeMethod_var; extern const RuntimeMethod* GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_RuntimeMethod_var; extern const RuntimeMethod* GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_RuntimeMethod_var; extern const RuntimeMethod* HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_RuntimeMethod_var; extern const RuntimeMethod* Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_RuntimeMethod_var; extern const RuntimeMethod* IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_RuntimeMethod_var; extern const RuntimeMethod* ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_RuntimeMethod_var; extern const RuntimeMethod* ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var; extern const RuntimeMethod* ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_RuntimeMethod_var; extern const RuntimeMethod* ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var; extern const RuntimeMethod* NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_RuntimeMethod_var; extern const RuntimeMethod* NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_RuntimeMethod_var; extern const RuntimeMethod* NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_RuntimeMethod_var; extern const RuntimeMethod* NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_RuntimeMethod_var; extern const RuntimeMethod* NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var; extern const RuntimeMethod* NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var; extern const RuntimeMethod* NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_RuntimeMethod_var; extern const RuntimeMethod* NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_RuntimeMethod_var; extern const RuntimeMethod* NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_RuntimeMethod_var; extern const RuntimeMethod* NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_RuntimeMethod_var; extern const RuntimeMethod* NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_RuntimeMethod_var; extern const RuntimeMethod* NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_RuntimeMethod_var; extern const RuntimeMethod* NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_RuntimeMethod_var; extern const RuntimeMethod* NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_RuntimeMethod_var; extern const RuntimeMethod* NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_RuntimeMethod_var; extern const RuntimeMethod* NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_RuntimeMethod_var; extern const RuntimeMethod* NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_RuntimeMethod_var; extern const RuntimeMethod* PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_RuntimeMethod_var; extern const RuntimeMethod* ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_RuntimeMethod_var; extern const RuntimeMethod* RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_RuntimeMethod_var; extern const RuntimeMethod* RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_RuntimeMethod_var; extern const RuntimeMethod* ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_RuntimeMethod_var; extern const RuntimeMethod* SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_RuntimeMethod_var; extern const RuntimeMethod* SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_RuntimeMethod_var; extern const RuntimeMethod* TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_CertificateCallback_mC2342B4F75EB243AED15E7D6AA7389394966AA8E_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_ProcessHandshake_mDA4456F24FC2E02FBBE6252120506A0852BD6CCC_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_Read_m57A71EE175BE7D20FBBBF23208F4370198E82FCE_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F_RuntimeMethod_var; extern const RuntimeMethod* UnityTlsContext_Write_m2A845C13751DFCADF4065D4108C92065662EF6D5_RuntimeMethod_var; extern const RuntimeMethod* ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var; extern const RuntimeMethod* WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_RuntimeMethod_var; extern const RuntimeMethod* WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_RuntimeMethod_var; extern const RuntimeMethod* WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_RuntimeMethod_var; extern const RuntimeMethod* Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_RuntimeMethod_var; extern const RuntimeType* IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var; extern const RuntimeType* IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var; extern const RuntimeType* IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var; extern const RuntimeType* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var; extern const RuntimeType* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var; extern const uint32_t AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_MetadataUsageId; extern const uint32_t AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A_MetadataUsageId; extern const uint32_t AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C_MetadataUsageId; extern const uint32_t AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_MetadataUsageId; extern const uint32_t AuthenticationManager__cctor_m714CA7C74E3FB74FF66F0082240ADC7017D5B790_MetadataUsageId; extern const uint32_t Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55_MetadataUsageId; extern const uint32_t Authorization__ctor_mAAC9C79A5BE6062F83A3127CD4A115A6B6FF6691_MetadataUsageId; extern const uint32_t BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83_MetadataUsageId; extern const uint32_t BasicClient_Authenticate_mAFFE68105ECD5FA9236C3F8DDA8EB1ACD51908E3_MetadataUsageId; extern const uint32_t BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457_MetadataUsageId; extern const uint32_t BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1_MetadataUsageId; extern const uint32_t BasicClient_get_AuthenticationType_mF03B1A75D7F4C95446C340E658DCA4EE18B2EC30_MetadataUsageId; extern const uint32_t BindIPEndPoint_BeginInvoke_m41238E8762D41E78D7755E7086366793BD92C3A7_MetadataUsageId; extern const uint32_t BooleanConverter__ctor_m8293C29BCB7B90516FFE978C6295C0378C1BFEE4_MetadataUsageId; extern const uint32_t BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_MetadataUsageId; extern const uint32_t CaseInsensitiveAscii_Compare_m89633B3A475AC918C505843E6F7824FE789A6E4B_MetadataUsageId; extern const uint32_t CaseInsensitiveAscii_Equals_m31D348231E3122FF20FA5BDEFC6BC3A8B65CB9C0_MetadataUsageId; extern const uint32_t CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090_MetadataUsageId; extern const uint32_t CaseInsensitiveAscii_GetHashCode_mEDEDA9FD6885627614E710E60A2EA06D69F6D436_MetadataUsageId; extern const uint32_t CaseInsensitiveAscii__cctor_m759446C030AB0E794F53B4D3E38A5813361A7886_MetadataUsageId; extern const uint32_t CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7_MetadataUsageId; extern const uint32_t Comparer_System_Collections_IComparer_Compare_m5F0251A5FB72061E6E62456AD2EFFC72EC38ADD9_MetadataUsageId; extern const uint32_t CompatibleComparer_Equals_mBB2FF4E0B234C0A1854821B349899246FDD37E95_MetadataUsageId; extern const uint32_t CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_MetadataUsageId; extern const uint32_t CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB_MetadataUsageId; extern const uint32_t CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20_MetadataUsageId; extern const uint32_t ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_MetadataUsageId; extern const uint32_t ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_MetadataUsageId; extern const uint32_t CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_MetadataUsageId; extern const uint32_t CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_MetadataUsageId; extern const uint32_t CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687_MetadataUsageId; extern const uint32_t CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F_MetadataUsageId; extern const uint32_t CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525_MetadataUsageId; extern const uint32_t CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A_MetadataUsageId; extern const uint32_t CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E_MetadataUsageId; extern const uint32_t CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_MetadataUsageId; extern const uint32_t Cookie_Equals_m74305F8EA7C93F817EC69275DC908E47FB301BF6_MetadataUsageId; extern const uint32_t Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_MetadataUsageId; extern const uint32_t Cookie_GetHashCode_mF39EC56666F1E0C0233FE18131B00E5607A95150_MetadataUsageId; extern const uint32_t Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F_MetadataUsageId; extern const uint32_t Cookie_ToString_mFC5C73DC436E950266395CBEDAD0A11A810B938F_MetadataUsageId; extern const uint32_t Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_MetadataUsageId; extern const uint32_t Cookie__cctor_m650C2BB9FCA1DDF4624BA3C89FAAEB77D8815A87_MetadataUsageId; extern const uint32_t Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16_MetadataUsageId; extern const uint32_t Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA_MetadataUsageId; extern const uint32_t Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15_MetadataUsageId; extern const uint32_t Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC_MetadataUsageId; extern const uint32_t Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5_MetadataUsageId; extern const uint32_t Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3_MetadataUsageId; extern const uint32_t Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B_MetadataUsageId; extern const uint32_t Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65_MetadataUsageId; extern const uint32_t Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD_MetadataUsageId; extern const uint32_t Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_MetadataUsageId; extern const uint32_t Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC_MetadataUsageId; extern const uint32_t Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_MetadataUsageId; extern const uint32_t DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F_MetadataUsageId; extern const uint32_t DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65_MetadataUsageId; extern const uint32_t DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_MetadataUsageId; extern const uint32_t DefaultValueAttribute_Equals_m337FB64F797F188E4815CF051E5DAB44E6E555D3_MetadataUsageId; extern const uint32_t DefaultValueAttribute__ctor_m7572A53E3D06C0DAAA2AC7C24E0A7F2647135867_MetadataUsageId; extern const uint32_t DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_MetadataUsageId; extern const uint32_t DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1_MetadataUsageId; extern const uint32_t DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7_MetadataUsageId; extern const uint32_t DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54_MetadataUsageId; extern const uint32_t DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A_MetadataUsageId; extern const uint32_t DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB_MetadataUsageId; extern const uint32_t DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453_MetadataUsageId; extern const uint32_t DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_MetadataUsageId; extern const uint32_t DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A_MetadataUsageId; extern const uint32_t DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_MetadataUsageId; extern const uint32_t DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717_MetadataUsageId; extern const uint32_t DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_MetadataUsageId; extern const uint32_t DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_MetadataUsageId; extern const uint32_t DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_MetadataUsageId; extern const uint32_t DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_MetadataUsageId; extern const uint32_t DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_MetadataUsageId; extern const uint32_t DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_MetadataUsageId; extern const uint32_t DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_MetadataUsageId; extern const uint32_t DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_MetadataUsageId; extern const uint32_t DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_MetadataUsageId; extern const uint32_t DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_MetadataUsageId; extern const uint32_t DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_MetadataUsageId; extern const uint32_t DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_MetadataUsageId; extern const uint32_t DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_MetadataUsageId; extern const uint32_t DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_MetadataUsageId; extern const uint32_t DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F_MetadataUsageId; extern const uint32_t DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_MetadataUsageId; extern const uint32_t DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4_MetadataUsageId; extern const uint32_t DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3_MetadataUsageId; extern const uint32_t DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_MetadataUsageId; extern const uint32_t EditorBrowsableAttribute_Equals_m6F5EF9CC298CBDC862CBCA5187379A79635726FA_MetadataUsageId; extern const uint32_t EnumConverter__ctor_mBA8B2E210D061A3CF86950F6D797E911A2E3C774_MetadataUsageId; extern const uint32_t GZipStream_BeginRead_m4D9A6FDB6B844509C53DE42AC41F41AB3D072FE4_MetadataUsageId; extern const uint32_t GZipStream_BeginWrite_mFCB8E7B7B7310C135BF1D67E099D64579919ADC7_MetadataUsageId; extern const uint32_t GZipStream_EndRead_m06C42C55E06295656D4DDEF65EF0B9EBBA5E140E_MetadataUsageId; extern const uint32_t GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_MetadataUsageId; extern const uint32_t GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_MetadataUsageId; extern const uint32_t GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E_MetadataUsageId; extern const uint32_t GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_MetadataUsageId; extern const uint32_t GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_MetadataUsageId; extern const uint32_t GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_MetadataUsageId; extern const uint32_t HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_MetadataUsageId; extern const uint32_t HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D_MetadataUsageId; extern const uint32_t HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173_MetadataUsageId; extern const uint32_t HybridDictionary_GetEnumerator_m02B2FC70ED4C2E91818DC8EAA3F3602B0DE81437_MetadataUsageId; extern const uint32_t HybridDictionary_System_Collections_IEnumerable_GetEnumerator_m4B6D49D2814E11C16C7005F84DFC58333BCBFAA0_MetadataUsageId; extern const uint32_t HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_MetadataUsageId; extern const uint32_t HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E_MetadataUsageId; extern const uint32_t HybridDictionary_set_Item_mFFC14A7F4B45807D97503616AF98160061F6B9D3_MetadataUsageId; extern const uint32_t IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5_MetadataUsageId; extern const uint32_t IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813_MetadataUsageId; extern const uint32_t IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E_MetadataUsageId; extern const uint32_t IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A_MetadataUsageId; extern const uint32_t IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD_MetadataUsageId; extern const uint32_t IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A_MetadataUsageId; extern const uint32_t IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14_MetadataUsageId; extern const uint32_t IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB_MetadataUsageId; extern const uint32_t Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_MetadataUsageId; extern const uint32_t IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9_MetadataUsageId; extern const uint32_t IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C_MetadataUsageId; extern const uint32_t IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_MetadataUsageId; extern const uint32_t ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_MetadataUsageId; extern const uint32_t ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_MetadataUsageId; extern const uint32_t ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D_MetadataUsageId; extern const uint32_t ListDictionary_System_Collections_IEnumerable_GetEnumerator_mF0DF8988C2CA6D5D493A61C502F20DA7879FA8E3_MetadataUsageId; extern const uint32_t ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_MetadataUsageId; extern const uint32_t ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7_MetadataUsageId; extern const uint32_t ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_GetEnumerator_mAAFB01528169706D8E604D3EA8C9CE9EDAB9B3FD_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_mDAD72AF014EA323F18F7E6C4DC71DEE13A1CE909_MetadataUsageId; extern const uint32_t NameObjectCollectionBase__cctor_mB31DAEC0EB0A04003468496FC87D42812F0A0691_MetadataUsageId; extern const uint32_t NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6_MetadataUsageId; extern const uint32_t NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C_MetadataUsageId; extern const uint32_t NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_MetadataUsageId; extern const uint32_t NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_MetadataUsageId; extern const uint32_t NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_MetadataUsageId; extern const uint32_t NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_MetadataUsageId; extern const uint32_t NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F_MetadataUsageId; extern const uint32_t NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818_MetadataUsageId; extern const uint32_t NameValueCollection_GetValues_mC60A341A340822C2CB825630A75A4F0A8C05D6BD_MetadataUsageId; extern const uint32_t NameValueCollection_Get_m300E47F531EE449FC72B6319D6AC7423AB9E991C_MetadataUsageId; extern const uint32_t NameValueCollection_Get_mBB1620F0B7E68EA41CE34FACBF5429DC216817DF_MetadataUsageId; extern const uint32_t NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_MetadataUsageId; extern const uint32_t NameValueCollection__ctor_m5BB309F095815D835ED9E9BF73266383892215C3_MetadataUsageId; extern const uint32_t NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62_MetadataUsageId; extern const uint32_t NameValueCollection__ctor_m778D8601E84C12D4EABEAA3A8B495FB92A953909_MetadataUsageId; extern const uint32_t NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA_MetadataUsageId; extern const uint32_t NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_MetadataUsageId; extern const uint32_t NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_MetadataUsageId; extern const uint32_t NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_MetadataUsageId; extern const uint32_t NodeEnumerator_get_Current_m08DA3FD558CA771BD75B9C9A54FE681EDE668D25_MetadataUsageId; extern const uint32_t NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_MetadataUsageId; extern const uint32_t NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_MetadataUsageId; extern const uint32_t NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_MetadataUsageId; extern const uint32_t PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_MetadataUsageId; extern const uint32_t ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_MetadataUsageId; extern const uint32_t ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832_MetadataUsageId; extern const uint32_t RequestCachePolicy_ToString_mC2132E2DCEE213AC917BCC8ACEB65672294E16FC_MetadataUsageId; extern const uint32_t RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_MetadataUsageId; extern const uint32_t RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_MetadataUsageId; extern const uint32_t RequestCache__cctor_mFAEFA434EE3444D488DFACD6CC159A4778520F02_MetadataUsageId; extern const uint32_t SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39_MetadataUsageId; extern const uint32_t SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C_MetadataUsageId; extern const uint32_t SafeDeflateStreamHandle_get_IsInvalid_mC280A71E9A5849EE9A2C20A495195A9E424529F8_MetadataUsageId; extern const uint32_t ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_MetadataUsageId; extern const uint32_t SettingsSectionInternal__cctor_mB44A40867AA454670DC1D71ADE59576183610030_MetadataUsageId; extern const uint32_t SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9_MetadataUsageId; extern const uint32_t SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_MetadataUsageId; extern const uint32_t SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_MetadataUsageId; extern const uint32_t StandardValuesCollection_CopyTo_mA319F11A11360C258FCEEF3C9EFA53D504BD7C3E_MetadataUsageId; extern const uint32_t StandardValuesCollection_GetEnumerator_m40E0D69CDEDD7EDE2D9454C4A18AA4C91A96B95F_MetadataUsageId; extern const uint32_t StandardValuesCollection_get_Count_mD0531EA777492E88EBEA8C6B8E8A12C4AFE5103A_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Add_m31EA60F5452738475A79F562CC741336D2C9A2CF_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Contains_mF385154C4DDD61DDFE3D9273598E212977DDDDF8_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_IndexOf_mDE4B1B0D406BCE5065474EF50EED32663E996177_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Insert_m97C6AF183F6E33425F90A6746B1B9BCA2EC18DB2_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Remove_m81D305F7785DD4D4BCDBD5439004D122E26A6A36_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_set_Item_m84FFCB0C0EDF382722E6D86EA441056197E742BC_MetadataUsageId; extern const uint32_t StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14_MetadataUsageId; extern const uint32_t StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8_MetadataUsageId; extern const uint32_t StringConverter__ctor_m2718AC00691AF4A3AF8A8D64896BE3B5D58658B2_MetadataUsageId; extern const uint32_t TimeSpanConverter__ctor_m28E7294174F979EF86FEF9511474B0AB9431217B_MetadataUsageId; extern const uint32_t TypeConverterAttribute_Equals_mDA74DFC28CC7ABC315407EDD1AAC14531C5F6AC4_MetadataUsageId; extern const uint32_t TypeConverterAttribute__cctor_mB1A775F56A5933A17CF349BD466B0CCE66B1078A_MetadataUsageId; extern const uint32_t TypeConverterAttribute__ctor_mD0795A29B6FD59978CAAC6DAF3AC7EC564C519A5_MetadataUsageId; extern const uint32_t UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347_MetadataUsageId; extern const uint32_t UnityTlsContext_CertificateCallback_mC2342B4F75EB243AED15E7D6AA7389394966AA8E_MetadataUsageId; extern const uint32_t UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B_MetadataUsageId; extern const uint32_t UnityTlsContext_FinishHandshake_mBC43C5018B3D65BB8807CCAEDDFEBC4D4719B2FB_MetadataUsageId; extern const uint32_t UnityTlsContext_ProcessHandshake_mDA4456F24FC2E02FBBE6252120506A0852BD6CCC_MetadataUsageId; extern const uint32_t UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB_MetadataUsageId; extern const uint32_t UnityTlsContext_ReadCallback_m4ED16457432EC59B4B9697ABE4421E093B2B0929_MetadataUsageId; extern const uint32_t UnityTlsContext_Read_m57A71EE175BE7D20FBBBF23208F4370198E82FCE_MetadataUsageId; extern const uint32_t UnityTlsContext_Shutdown_m8F28FC6DA210C07662E2237E4AE0F37CDEFAAC16_MetadataUsageId; extern const uint32_t UnityTlsContext_StartHandshake_m3E616FB8331ADCE5754EE66CF047C8C218D233FE_MetadataUsageId; extern const uint32_t UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850_MetadataUsageId; extern const uint32_t UnityTlsContext_VerifyCallback_mD1AB1BC9CA979D58ED90B5B1A39848FAB95C83D3_MetadataUsageId; extern const uint32_t UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F_MetadataUsageId; extern const uint32_t UnityTlsContext_WriteCallback_mFA8E9E3FE64CD88CEEAC5F83393A939D683BE025_MetadataUsageId; extern const uint32_t UnityTlsContext_Write_m2A845C13751DFCADF4065D4108C92065662EF6D5_MetadataUsageId; extern const uint32_t UnityTlsContext__ctor_m82A8A07485BBA40B72407958085454EBFFEB826C_MetadataUsageId; extern const uint32_t UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA_MetadataUsageId; extern const uint32_t UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1_MetadataUsageId; extern const uint32_t UnityTlsConversions_VerifyResultToAlertDescription_m1C318DCEFF9F42E73FF8DAB347BA7B9E4E7EFF7E_MetadataUsageId; extern const uint32_t UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7_MetadataUsageId; extern const uint32_t UnityTlsProvider_CreateSslStreamInternal_mA8AD037F184BD564ACD9945D6EA3961971030F7E_MetadataUsageId; extern const uint32_t UnityTlsProvider_ValidateCertificate_mB131CB7451246C50BC4F3612C768E09C1DF59AAF_MetadataUsageId; extern const uint32_t UnityTlsProvider_get_ID_m69F15693799E92CF740F1632C811ABBDD9501CE3_MetadataUsageId; extern const uint32_t UnityTlsProvider_get_Name_mD97B0783E337EF392796C2B54B2893132AE3CE6E_MetadataUsageId; extern const uint32_t UnityTlsStream_CreateContext_m0626DFB8390DAFD3CDDF43BF033F6BBE6260E1C9_MetadataUsageId; extern const uint32_t UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F_MetadataUsageId; extern const uint32_t UnmanagedReadOrWrite_BeginInvoke_mBD3A8C89B1537B538B8C9560653E868F7BC00A8A_MetadataUsageId; extern const uint32_t WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_MetadataUsageId; extern const uint32_t WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_MetadataUsageId; extern const uint32_t WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_MetadataUsageId; extern const uint32_t Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D_MetadataUsageId; extern const uint32_t Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_MetadataUsageId; extern const uint32_t Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438_MetadataUsageId; extern const uint32_t Win32Exception__cctor_m800CD9D0B3E3253B79A19B6646A7D28B29C3FC52_MetadataUsageId; extern const uint32_t Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714_MetadataUsageId; extern const uint32_t Win32Exception__ctor_mC03E215A1695ED64DDC50F4BE9F59966974DF759_MetadataUsageId; extern const uint32_t Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB_MetadataUsageId; extern const uint32_t WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C_MetadataUsageId; extern const uint32_t unitytls_tlsctx_read_callback_BeginInvoke_mFDE9382397C181E07D075AA3FDE12B10ABC2C602_MetadataUsageId; extern const uint32_t unitytls_tlsctx_trace_callback_BeginInvoke_mE23C8513E935C278BCC120731072893E86729CAA_MetadataUsageId; extern const uint32_t unitytls_tlsctx_write_callback_BeginInvoke_m9FA442F88C3483A74C56938DD30BF36505666EDD_MetadataUsageId; extern const uint32_t unitytls_tlsctx_x509verify_callback_BeginInvoke_m84DAB124121532AF9AECBA6E706A0914C4EA22F4_MetadataUsageId; extern const uint32_t unitytls_x509verify_callback_BeginInvoke_m34DFF04B0DD733860B3BAE73885A90C6A936E26F_MetadataUsageId; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD;; struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com; struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com;; struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke; struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke;; struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com; struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke; struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com; struct CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4; struct unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H #define MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H #ifndef UNITYTLSCONVERSIONS_T46A0D2F58860BE3A6D8ACA6B2B1D3A579B2F8F71_H #define UNITYTLSCONVERSIONS_T46A0D2F58860BE3A6D8ACA6B2B1D3A579B2F8F71_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTlsConversions struct UnityTlsConversions_t46A0D2F58860BE3A6D8ACA6B2B1D3A579B2F8F71 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLSCONVERSIONS_T46A0D2F58860BE3A6D8ACA6B2B1D3A579B2F8F71_H #ifndef SR_TF6C259D0ADF333DE679CC02B526A504888CDD8AC_H #define SR_TF6C259D0ADF333DE679CC02B526A504888CDD8AC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SR struct SR_tF6C259D0ADF333DE679CC02B526A504888CDD8AC : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SR_TF6C259D0ADF333DE679CC02B526A504888CDD8AC_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H #define ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_TF048C13FB3C8CFCC53F82290E4A3F621089F9A74_H #ifndef ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H #define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((&____items_0), value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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((&____syncRoot_3), value); } }; struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5; public: inline static int32_t get_offset_of_emptyArray_5() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_5() const { return ___emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_5() { return &___emptyArray_5; } inline void set_emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&___emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H #ifndef CASEINSENSITIVECOMPARER_TF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE_H #define CASEINSENSITIVECOMPARER_TF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.CaseInsensitiveComparer::m_compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_0; public: inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast(offsetof(CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE, ___m_compareInfo_0)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_0() const { return ___m_compareInfo_0; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; } inline void set_m_compareInfo_0(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value) { ___m_compareInfo_0 = value; Il2CppCodeGenWriteBarrier((&___m_compareInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVECOMPARER_TF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE_H #ifndef CASEINSENSITIVEHASHCODEPROVIDER_TC6D5564219051252BBC7B49F78CC8173105F0C34_H #define CASEINSENSITIVEHASHCODEPROVIDER_TC6D5564219051252BBC7B49F78CC8173105F0C34_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 : public RuntimeObject { public: // System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___m_text_0; public: inline static int32_t get_offset_of_m_text_0() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34, ___m_text_0)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_m_text_0() const { return ___m_text_0; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_m_text_0() { return &___m_text_0; } inline void set_m_text_0(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value) { ___m_text_0 = value; Il2CppCodeGenWriteBarrier((&___m_text_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVEHASHCODEPROVIDER_TC6D5564219051252BBC7B49F78CC8173105F0C34_H #ifndef COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H #define COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01, ___list_0)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H #ifndef DICTIONARY_2_T4EFE6A1D6502662B911688316C6920444A18CF0C_H #define DICTIONARY_2_T4EFE6A1D6502662B911688316C6920444A18CF0C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1* ___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_t2F25BAF319A40DA5241F076B74BB90B72F16822F * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F * ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___entries_1)); } inline EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t69CCD9E4E7050700879917C9CB7E5E88F89235B1* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___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((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___keys_7)); } inline KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F * get_keys_7() const { return ___keys_7; } inline KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t2F25BAF319A40DA5241F076B74BB90B72F16822F * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C, ___values_8)); } inline ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F * get_values_8() const { return ___values_8; } inline ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tEDEE983AB5C1AD1832785DBAED94462C85312A6F * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C, ____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((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4EFE6A1D6502662B911688316C6920444A18CF0C_H #ifndef LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H #define LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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((&____syncRoot_4), value); } }; struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H #ifndef COMPATIBLECOMPARER_T3AF98635FCA9D8C4830435F5FEEC183B10385EBF_H #define COMPATIBLECOMPARER_T3AF98635FCA9D8C4830435F5FEEC183B10385EBF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF : public RuntimeObject { public: // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::_comparer RuntimeObject* ____comparer_0; // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::_hcp RuntimeObject* ____hcp_2; public: inline static int32_t get_offset_of__comparer_0() { return static_cast(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF, ____comparer_0)); } inline RuntimeObject* get__comparer_0() const { return ____comparer_0; } inline RuntimeObject** get_address_of__comparer_0() { return &____comparer_0; } inline void set__comparer_0(RuntimeObject* value) { ____comparer_0 = value; Il2CppCodeGenWriteBarrier((&____comparer_0), value); } inline static int32_t get_offset_of__hcp_2() { return static_cast(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF, ____hcp_2)); } inline RuntimeObject* get__hcp_2() const { return ____hcp_2; } inline RuntimeObject** get_address_of__hcp_2() { return &____hcp_2; } inline void set__hcp_2(RuntimeObject* value) { ____hcp_2 = value; Il2CppCodeGenWriteBarrier((&____hcp_2), value); } }; struct CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields { public: // System.Collections.IComparer modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultComparer RuntimeObject* ___defaultComparer_1; // System.Collections.IHashCodeProvider modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultHashProvider RuntimeObject* ___defaultHashProvider_3; public: inline static int32_t get_offset_of_defaultComparer_1() { return static_cast(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields, ___defaultComparer_1)); } inline RuntimeObject* get_defaultComparer_1() const { return ___defaultComparer_1; } inline RuntimeObject** get_address_of_defaultComparer_1() { return &___defaultComparer_1; } inline void set_defaultComparer_1(RuntimeObject* value) { ___defaultComparer_1 = value; Il2CppCodeGenWriteBarrier((&___defaultComparer_1), value); } inline static int32_t get_offset_of_defaultHashProvider_3() { return static_cast(offsetof(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields, ___defaultHashProvider_3)); } inline RuntimeObject* get_defaultHashProvider_3() const { return ___defaultHashProvider_3; } inline RuntimeObject** get_address_of_defaultHashProvider_3() { return &___defaultHashProvider_3; } inline void set_defaultHashProvider_3(RuntimeObject* value) { ___defaultHashProvider_3 = value; Il2CppCodeGenWriteBarrier((&___defaultHashProvider_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPATIBLECOMPARER_T3AF98635FCA9D8C4830435F5FEEC183B10385EBF_H #ifndef HYBRIDDICTIONARY_T885F953154C575D3408650DCE5D0B76F1EE4E549_H #define HYBRIDDICTIONARY_T885F953154C575D3408650DCE5D0B76F1EE4E549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___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_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___list_0)); } inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * get_list_0() const { return ___list_0; } inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_hashtable_1() { return static_cast(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___hashtable_1)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((&___hashtable_1), value); } inline static int32_t get_offset_of_caseInsensitive_2() { return static_cast(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HYBRIDDICTIONARY_T885F953154C575D3408650DCE5D0B76F1EE4E549_H #ifndef LISTDICTIONARY_TE68C8A5DB37EB10F3AA958AB3BF214346402074D_H #define LISTDICTIONARY_TE68C8A5DB37EB10F3AA958AB3BF214346402074D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary struct ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary_DictionaryNode System.Collections.Specialized.ListDictionary::head DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * ___head_0; // System.Int32 System.Collections.Specialized.ListDictionary::version int32_t ___version_1; // System.Int32 System.Collections.Specialized.ListDictionary::count int32_t ___count_2; // System.Collections.IComparer System.Collections.Specialized.ListDictionary::comparer RuntimeObject* ___comparer_3; // System.Object System.Collections.Specialized.ListDictionary::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___head_0)); } inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * get_head_0() const { return ___head_0; } inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((&___head_0), value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ___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((&___comparer_3), value); } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D, ____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((&____syncRoot_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTDICTIONARY_TE68C8A5DB37EB10F3AA958AB3BF214346402074D_H #ifndef DICTIONARYNODE_T41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_H #define DICTIONARYNODE_T41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary_DictionaryNode struct DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E : public RuntimeObject { public: // System.Object System.Collections.Specialized.ListDictionary_DictionaryNode::key RuntimeObject * ___key_0; // System.Object System.Collections.Specialized.ListDictionary_DictionaryNode::value RuntimeObject * ___value_1; // System.Collections.Specialized.ListDictionary_DictionaryNode System.Collections.Specialized.ListDictionary_DictionaryNode::next DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * ___next_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E, ___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((&___value_1), value); } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E, ___next_2)); } inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * get_next_2() const { return ___next_2; } inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((&___next_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODE_T41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_H #ifndef NODEENUMERATOR_T3E4259603410865D72993AD4CF725707784C9D58_H #define NODEENUMERATOR_T3E4259603410865D72993AD4CF725707784C9D58_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary_NodeEnumerator struct NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary_NodeEnumerator::list ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list_0; // System.Collections.Specialized.ListDictionary_DictionaryNode System.Collections.Specialized.ListDictionary_NodeEnumerator::current DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * ___current_1; // System.Int32 System.Collections.Specialized.ListDictionary_NodeEnumerator::version int32_t ___version_2; // System.Boolean System.Collections.Specialized.ListDictionary_NodeEnumerator::start bool ___start_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___list_0)); } inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * get_list_0() const { return ___list_0; } inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___current_1)); } inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * get_current_1() const { return ___current_1; } inline DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((&___current_1), value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_start_3() { return static_cast(offsetof(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58, ___start_3)); } inline bool get_start_3() const { return ___start_3; } inline bool* get_address_of_start_3() { return &___start_3; } inline void set_start_3(bool value) { ___start_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODEENUMERATOR_T3E4259603410865D72993AD4CF725707784C9D58_H #ifndef NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H #define NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly bool ____readOnly_0; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____entriesArray_1; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer RuntimeObject* ____keyComparer_2; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____entriesTable_3; // System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * ____nullKeyEntry_4; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____serializationInfo_5; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version int32_t ____version_6; // System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of__readOnly_0() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____readOnly_0)); } inline bool get__readOnly_0() const { return ____readOnly_0; } inline bool* get_address_of__readOnly_0() { return &____readOnly_0; } inline void set__readOnly_0(bool value) { ____readOnly_0 = value; } inline static int32_t get_offset_of__entriesArray_1() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesArray_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__entriesArray_1() const { return ____entriesArray_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__entriesArray_1() { return &____entriesArray_1; } inline void set__entriesArray_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____entriesArray_1 = value; Il2CppCodeGenWriteBarrier((&____entriesArray_1), value); } inline static int32_t get_offset_of__keyComparer_2() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____keyComparer_2)); } inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; } inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; } inline void set__keyComparer_2(RuntimeObject* value) { ____keyComparer_2 = value; Il2CppCodeGenWriteBarrier((&____keyComparer_2), value); } inline static int32_t get_offset_of__entriesTable_3() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesTable_3)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__entriesTable_3() const { return ____entriesTable_3; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__entriesTable_3() { return &____entriesTable_3; } inline void set__entriesTable_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ____entriesTable_3 = value; Il2CppCodeGenWriteBarrier((&____entriesTable_3), value); } inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____nullKeyEntry_4)); } inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; } inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; } inline void set__nullKeyEntry_4(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * value) { ____nullKeyEntry_4 = value; Il2CppCodeGenWriteBarrier((&____nullKeyEntry_4), value); } inline static int32_t get_offset_of__serializationInfo_5() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____serializationInfo_5)); } inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__serializationInfo_5() const { return ____serializationInfo_5; } inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; } inline void set__serializationInfo_5(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value) { ____serializationInfo_5 = value; Il2CppCodeGenWriteBarrier((&____serializationInfo_5), value); } inline static int32_t get_offset_of__version_6() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____version_6)); } inline int32_t get__version_6() const { return ____version_6; } inline int32_t* get_address_of__version_6() { return &____version_6; } inline void set__version_6(int32_t value) { ____version_6 = value; } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_7), value); } }; struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields { public: // System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ___defaultComparer_8; public: inline static int32_t get_offset_of_defaultComparer_8() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields, ___defaultComparer_8)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get_defaultComparer_8() const { return ___defaultComparer_8; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of_defaultComparer_8() { return &___defaultComparer_8; } inline void set_defaultComparer_8(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ___defaultComparer_8 = value; Il2CppCodeGenWriteBarrier((&___defaultComparer_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H #ifndef NAMEOBJECTENTRY_TC137E0E1F256300B1F9F0ED88EE02B6611918B54_H #define NAMEOBJECTENTRY_TC137E0E1F256300B1F9F0ED88EE02B6611918B54_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 : public RuntimeObject { public: // System.String System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry::Key String_t* ___Key_0; // System.Object System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry::Value RuntimeObject * ___Value_1; public: inline static int32_t get_offset_of_Key_0() { return static_cast(offsetof(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54, ___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((&___Key_0), value); } inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54, ___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((&___Value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEOBJECTENTRY_TC137E0E1F256300B1F9F0ED88EE02B6611918B54_H #ifndef NAMEOBJECTKEYSENUMERATOR_TF732067271E844365B1FF19A6A37852ABCD990D5_H #define NAMEOBJECTKEYSENUMERATOR_TF732067271E844365B1FF19A6A37852ABCD990D5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator struct NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_pos int32_t ____pos_0; // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_coll NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ____coll_1; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_version int32_t ____version_2; public: inline static int32_t get_offset_of__pos_0() { return static_cast(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____pos_0)); } inline int32_t get__pos_0() const { return ____pos_0; } inline int32_t* get_address_of__pos_0() { return &____pos_0; } inline void set__pos_0(int32_t value) { ____pos_0 = value; } inline static int32_t get_offset_of__coll_1() { return static_cast(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____coll_1)); } inline NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * get__coll_1() const { return ____coll_1; } inline NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D ** get_address_of__coll_1() { return &____coll_1; } inline void set__coll_1(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * value) { ____coll_1 = value; Il2CppCodeGenWriteBarrier((&____coll_1), value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEOBJECTKEYSENUMERATOR_TF732067271E844365B1FF19A6A37852ABCD990D5_H #ifndef STRINGCOLLECTION_TFF1A487B535F709103604F9DBC2C63FEB1434EFB_H #define STRINGCOLLECTION_TFF1A487B535F709103604F9DBC2C63FEB1434EFB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringCollection struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.StringCollection::data ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB, ___data_0)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_data_0() const { return ___data_0; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOLLECTION_TFF1A487B535F709103604F9DBC2C63FEB1434EFB_H #ifndef STANDARDVALUESCOLLECTION_T929677712574EF02F5C4CF4C38E070841C20BDA3_H #define STANDARDVALUESCOLLECTION_T929677712574EF02F5C4CF4C38E070841C20BDA3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverter_StandardValuesCollection struct StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 : 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_t929677712574EF02F5C4CF4C38E070841C20BDA3, ___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((&___values_0), value); } inline static int32_t get_offset_of_valueArray_1() { return static_cast(offsetof(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3, ___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((&___valueArray_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STANDARDVALUESCOLLECTION_T929677712574EF02F5C4CF4C38E070841C20BDA3_H #ifndef CONFIGURATIONELEMENT_TF3ECE1CDFD3304CD9D595E758276F014321AD9FE_H #define CONFIGURATIONELEMENT_TF3ECE1CDFD3304CD9D595E758276F014321AD9FE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationElement struct ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONELEMENT_TF3ECE1CDFD3304CD9D595E758276F014321AD9FE_H #ifndef CONFIGURATIONSECTIONGROUP_T64AC7C211E1F868ABF1BD604DA43815564D304E6_H #define CONFIGURATIONSECTIONGROUP_T64AC7C211E1F868ABF1BD604DA43815564D304E6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSectionGroup struct ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSECTIONGROUP_T64AC7C211E1F868ABF1BD604DA43815564D304E6_H #ifndef DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H #define DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DBNull struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject { public: public: }; struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); } inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; } inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((&___Value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H #ifndef DIAGNOSTICSCONFIGURATIONHANDLER_T885EAAD2DCF9678F16E3BB296E307868ECE68239_H #define DIAGNOSTICSCONFIGURATIONHANDLER_T885EAAD2DCF9678F16E3BB296E307868ECE68239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIAGNOSTICSCONFIGURATIONHANDLER_T885EAAD2DCF9678F16E3BB296E307868ECE68239_H #ifndef DOMAINNAMEHELPER_T352A81605233B6F36A5E382453C798E1AD4389CC_H #define DOMAINNAMEHELPER_T352A81605233B6F36A5E382453C798E1AD4389CC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DomainNameHelper struct DomainNameHelper_t352A81605233B6F36A5E382453C798E1AD4389CC : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOMAINNAMEHELPER_T352A81605233B6F36A5E382453C798E1AD4389CC_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(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((&____className_1), 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((&____message_2), 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((&____data_3), 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((&____innerException_4), 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((&____helpURL_5), 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((&____stackTrace_6), 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((&____stackTraceString_7), 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((&____remoteStackTraceString_8), 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((&____dynamicMethods_10), 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((&____source_12), value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((&___captured_traces_14), value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), 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((&___s_EDILock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; intptr_t* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; intptr_t* ___native_trace_ips_15; }; #endif // EXCEPTION_T_H #ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((&___numInfo_10), value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((&___textInfo_12), value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((&___m_name_13), value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((&___englishname_14), value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((&___nativename_15), value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_16), value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_17), value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((&___win3lang_18), value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((&___territory_19), value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_21), value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((&___calendar_24), value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_25), value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; uint8_t* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; uint8_t* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; #endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #ifndef IDNMAPPING_TAF779B2798D263F30F4F4DAF1F21363201256EDC_H #define IDNMAPPING_TAF779B2798D263F30F4F4DAF1F21363201256EDC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.IdnMapping struct IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC : public RuntimeObject { public: // System.Boolean System.Globalization.IdnMapping::allow_unassigned bool ___allow_unassigned_0; // System.Boolean System.Globalization.IdnMapping::use_std3 bool ___use_std3_1; // System.Globalization.Punycode System.Globalization.IdnMapping::puny Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA * ___puny_2; public: inline static int32_t get_offset_of_allow_unassigned_0() { return static_cast(offsetof(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC, ___allow_unassigned_0)); } inline bool get_allow_unassigned_0() const { return ___allow_unassigned_0; } inline bool* get_address_of_allow_unassigned_0() { return &___allow_unassigned_0; } inline void set_allow_unassigned_0(bool value) { ___allow_unassigned_0 = value; } inline static int32_t get_offset_of_use_std3_1() { return static_cast(offsetof(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC, ___use_std3_1)); } inline bool get_use_std3_1() const { return ___use_std3_1; } inline bool* get_address_of_use_std3_1() { return &___use_std3_1; } inline void set_use_std3_1(bool value) { ___use_std3_1 = value; } inline static int32_t get_offset_of_puny_2() { return static_cast(offsetof(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC, ___puny_2)); } inline Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA * get_puny_2() const { return ___puny_2; } inline Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA ** get_address_of_puny_2() { return &___puny_2; } inline void set_puny_2(Punycode_t603C1A89205A5CB0C0A24B1EB2C95F0A5655D0CA * value) { ___puny_2 = value; Il2CppCodeGenWriteBarrier((&___puny_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDNMAPPING_TAF779B2798D263F30F4F4DAF1F21363201256EDC_H #ifndef IOASYNCRESULT_TB02ABC485035B18A731F1B61FB27EE17F4B792AD_H #define IOASYNCRESULT_TB02ABC485035B18A731F1B61FB27EE17F4B792AD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IOAsyncResult struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD : public RuntimeObject { public: // System.AsyncCallback System.IOAsyncResult::async_callback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___async_callback_0; // System.Object System.IOAsyncResult::async_state RuntimeObject * ___async_state_1; // System.Threading.ManualResetEvent System.IOAsyncResult::wait_handle ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___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_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___async_callback_0)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_async_callback_0() const { return ___async_callback_0; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_async_callback_0() { return &___async_callback_0; } inline void set_async_callback_0(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___async_callback_0 = value; Il2CppCodeGenWriteBarrier((&___async_callback_0), value); } inline static int32_t get_offset_of_async_state_1() { return static_cast(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___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((&___async_state_1), value); } inline static int32_t get_offset_of_wait_handle_2() { return static_cast(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___wait_handle_2)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_wait_handle_2() const { return ___wait_handle_2; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_wait_handle_2() { return &___wait_handle_2; } inline void set_wait_handle_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___wait_handle_2 = value; Il2CppCodeGenWriteBarrier((&___wait_handle_2), value); } inline static int32_t get_offset_of_completed_synchronously_3() { return static_cast(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___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_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.IOAsyncResult struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke { Il2CppMethodPointer ___async_callback_0; Il2CppIUnknown* ___async_state_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2; int32_t ___completed_synchronously_3; int32_t ___completed_4; }; // Native definition for COM marshalling of System.IOAsyncResult struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com { Il2CppMethodPointer ___async_callback_0; Il2CppIUnknown* ___async_state_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2; int32_t ___completed_synchronously_3; int32_t ___completed_4; }; #endif // IOASYNCRESULT_TB02ABC485035B18A731F1B61FB27EE17F4B792AD_H #ifndef IOSELECTOR_TF15BB95A2914F6D31E1FB39CF0C18FAB30FD4835_H #define IOSELECTOR_TF15BB95A2914F6D31E1FB39CF0C18FAB30FD4835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IOSelector struct IOSelector_tF15BB95A2914F6D31E1FB39CF0C18FAB30FD4835 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOSELECTOR_TF15BB95A2914F6D31E1FB39CF0C18FAB30FD4835_H #ifndef IPV4ADDRESSHELPER_T06EA480809796F398A6E625E72409FEAB7FBE651_H #define IPV4ADDRESSHELPER_T06EA480809796F398A6E625E72409FEAB7FBE651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IPv4AddressHelper struct IPv4AddressHelper_t06EA480809796F398A6E625E72409FEAB7FBE651 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPV4ADDRESSHELPER_T06EA480809796F398A6E625E72409FEAB7FBE651_H #ifndef IPV6ADDRESSHELPER_T9ADF3294E97B0B635821927A0946F92BF1E3A35A_H #define IPV6ADDRESSHELPER_T9ADF3294E97B0B635821927A0946F92BF1E3A35A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IPv6AddressHelper struct IPv6AddressHelper_t9ADF3294E97B0B635821927A0946F92BF1E3A35A : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPV6ADDRESSHELPER_T9ADF3294E97B0B635821927A0946F92BF1E3A35A_H #ifndef IRIHELPER_T1F587A9DDB97B13CE32CBD7C4834654EB7060D99_H #define IRIHELPER_T1F587A9DDB97B13CE32CBD7C4834654EB7060D99_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IriHelper struct IriHelper_t1F587A9DDB97B13CE32CBD7C4834654EB7060D99 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IRIHELPER_T1F587A9DDB97B13CE32CBD7C4834654EB7060D99_H #ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; #endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #ifndef AUTHENTICATIONMANAGER_T0C973C7282FB47EAA7E2A239421304D47571B012_H #define AUTHENTICATIONMANAGER_T0C973C7282FB47EAA7E2A239421304D47571B012_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.AuthenticationManager struct AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012 : public RuntimeObject { public: public: }; struct AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields { public: // System.Collections.ArrayList System.Net.AuthenticationManager::modules ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___modules_0; // System.Object System.Net.AuthenticationManager::locker RuntimeObject * ___locker_1; // System.Net.ICredentialPolicy System.Net.AuthenticationManager::credential_policy RuntimeObject* ___credential_policy_2; public: inline static int32_t get_offset_of_modules_0() { return static_cast(offsetof(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields, ___modules_0)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_modules_0() const { return ___modules_0; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_modules_0() { return &___modules_0; } inline void set_modules_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___modules_0 = value; Il2CppCodeGenWriteBarrier((&___modules_0), value); } inline static int32_t get_offset_of_locker_1() { return static_cast(offsetof(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields, ___locker_1)); } inline RuntimeObject * get_locker_1() const { return ___locker_1; } inline RuntimeObject ** get_address_of_locker_1() { return &___locker_1; } inline void set_locker_1(RuntimeObject * value) { ___locker_1 = value; Il2CppCodeGenWriteBarrier((&___locker_1), value); } inline static int32_t get_offset_of_credential_policy_2() { return static_cast(offsetof(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields, ___credential_policy_2)); } inline RuntimeObject* get_credential_policy_2() const { return ___credential_policy_2; } inline RuntimeObject** get_address_of_credential_policy_2() { return &___credential_policy_2; } inline void set_credential_policy_2(RuntimeObject* value) { ___credential_policy_2 = value; Il2CppCodeGenWriteBarrier((&___credential_policy_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONMANAGER_T0C973C7282FB47EAA7E2A239421304D47571B012_H #ifndef AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H #define AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Authorization struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B : public RuntimeObject { public: // System.String System.Net.Authorization::m_Message String_t* ___m_Message_0; // System.Boolean System.Net.Authorization::m_Complete bool ___m_Complete_1; // System.String System.Net.Authorization::ModuleAuthenticationType String_t* ___ModuleAuthenticationType_2; public: inline static int32_t get_offset_of_m_Message_0() { return static_cast(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Message_0)); } inline String_t* get_m_Message_0() const { return ___m_Message_0; } inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; } inline void set_m_Message_0(String_t* value) { ___m_Message_0 = value; Il2CppCodeGenWriteBarrier((&___m_Message_0), value); } inline static int32_t get_offset_of_m_Complete_1() { return static_cast(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Complete_1)); } inline bool get_m_Complete_1() const { return ___m_Complete_1; } inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; } inline void set_m_Complete_1(bool value) { ___m_Complete_1 = value; } inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___ModuleAuthenticationType_2)); } inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; } inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; } inline void set_ModuleAuthenticationType_2(String_t* value) { ___ModuleAuthenticationType_2 = value; Il2CppCodeGenWriteBarrier((&___ModuleAuthenticationType_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H #ifndef AUTOWEBPROXYSCRIPTENGINE_TA3B7EF6B73AD21A750868072B07936408AB3B455_H #define AUTOWEBPROXYSCRIPTENGINE_TA3B7EF6B73AD21A750868072B07936408AB3B455_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.AutoWebProxyScriptEngine struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTOWEBPROXYSCRIPTENGINE_TA3B7EF6B73AD21A750868072B07936408AB3B455_H #ifndef BASICCLIENT_T691369603F87465F4B5A78CD356545B56ABCA18C_H #define BASICCLIENT_T691369603F87465F4B5A78CD356545B56ABCA18C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.BasicClient struct BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASICCLIENT_T691369603F87465F4B5A78CD356545B56ABCA18C_H #ifndef REQUESTCACHE_T41E1BB0AF0CD41C778E51C62180B844887B6EAF8_H #define REQUESTCACHE_T41E1BB0AF0CD41C778E51C62180B844887B6EAF8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCache struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 : public RuntimeObject { public: public: }; struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields { public: // System.Char[] System.Net.Cache.RequestCache::LineSplits CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___LineSplits_0; public: inline static int32_t get_offset_of_LineSplits_0() { return static_cast(offsetof(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields, ___LineSplits_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_LineSplits_0() const { return ___LineSplits_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_LineSplits_0() { return &___LineSplits_0; } inline void set_LineSplits_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___LineSplits_0 = value; Il2CppCodeGenWriteBarrier((&___LineSplits_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHE_T41E1BB0AF0CD41C778E51C62180B844887B6EAF8_H #ifndef REQUESTCACHEBINDING_TB84D71781C4BCEF43DEBC72165283C4543BA4724_H #define REQUESTCACHEBINDING_TB84D71781C4BCEF43DEBC72165283C4543BA4724_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 : public RuntimeObject { public: // System.Net.Cache.RequestCache System.Net.Cache.RequestCacheBinding::m_RequestCache RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * ___m_RequestCache_0; // System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::m_CacheValidator RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * ___m_CacheValidator_1; public: inline static int32_t get_offset_of_m_RequestCache_0() { return static_cast(offsetof(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724, ___m_RequestCache_0)); } inline RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * get_m_RequestCache_0() const { return ___m_RequestCache_0; } inline RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 ** get_address_of_m_RequestCache_0() { return &___m_RequestCache_0; } inline void set_m_RequestCache_0(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * value) { ___m_RequestCache_0 = value; Il2CppCodeGenWriteBarrier((&___m_RequestCache_0), value); } inline static int32_t get_offset_of_m_CacheValidator_1() { return static_cast(offsetof(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724, ___m_CacheValidator_1)); } inline RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * get_m_CacheValidator_1() const { return ___m_CacheValidator_1; } inline RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 ** get_address_of_m_CacheValidator_1() { return &___m_CacheValidator_1; } inline void set_m_CacheValidator_1(RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * value) { ___m_CacheValidator_1 = value; Il2CppCodeGenWriteBarrier((&___m_CacheValidator_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHEBINDING_TB84D71781C4BCEF43DEBC72165283C4543BA4724_H #ifndef REQUESTCACHEPROTOCOL_T51DE21412EAD66CAD600D3A6940942920340D35D_H #define REQUESTCACHEPROTOCOL_T51DE21412EAD66CAD600D3A6940942920340D35D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHEPROTOCOL_T51DE21412EAD66CAD600D3A6940942920340D35D_H #ifndef REQUESTCACHEVALIDATOR_T21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41_H #define REQUESTCACHEVALIDATOR_T21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCacheValidator struct RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHEVALIDATOR_T21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41_H #ifndef CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H #define CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B : public RuntimeObject { public: public: }; struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields { public: // System.Net.CaseInsensitiveAscii System.Net.CaseInsensitiveAscii::StaticInstance CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * ___StaticInstance_0; // System.Byte[] System.Net.CaseInsensitiveAscii::AsciiToLower ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___AsciiToLower_1; public: inline static int32_t get_offset_of_StaticInstance_0() { return static_cast(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___StaticInstance_0)); } inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * get_StaticInstance_0() const { return ___StaticInstance_0; } inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; } inline void set_StaticInstance_0(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * value) { ___StaticInstance_0 = value; Il2CppCodeGenWriteBarrier((&___StaticInstance_0), value); } inline static int32_t get_offset_of_AsciiToLower_1() { return static_cast(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___AsciiToLower_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_AsciiToLower_1() const { return ___AsciiToLower_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_AsciiToLower_1() { return &___AsciiToLower_1; } inline void set_AsciiToLower_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___AsciiToLower_1 = value; Il2CppCodeGenWriteBarrier((&___AsciiToLower_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H #ifndef COMPARER_TFC5265AD65740F9DB39C75F1E3EF8032982F45AB_H #define COMPARER_TFC5265AD65740F9DB39C75F1E3EF8032982F45AB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Comparer struct Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_TFC5265AD65740F9DB39C75F1E3EF8032982F45AB_H #ifndef DEFAULTPROXYSECTIONINTERNAL_TF2CCE31F75FAA00492E00F045768C58A69F53459_H #define DEFAULTPROXYSECTIONINTERNAL_TF2CCE31F75FAA00492E00F045768C58A69F53459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.DefaultProxySectionInternal struct DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 : public RuntimeObject { public: // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::webProxy RuntimeObject* ___webProxy_0; public: inline static int32_t get_offset_of_webProxy_0() { return static_cast(offsetof(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459, ___webProxy_0)); } inline RuntimeObject* get_webProxy_0() const { return ___webProxy_0; } inline RuntimeObject** get_address_of_webProxy_0() { return &___webProxy_0; } inline void set_webProxy_0(RuntimeObject* value) { ___webProxy_0 = value; Il2CppCodeGenWriteBarrier((&___webProxy_0), value); } }; struct DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields { public: // System.Object System.Net.Configuration.DefaultProxySectionInternal::classSyncObject RuntimeObject * ___classSyncObject_1; public: inline static int32_t get_offset_of_classSyncObject_1() { return static_cast(offsetof(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields, ___classSyncObject_1)); } inline RuntimeObject * get_classSyncObject_1() const { return ___classSyncObject_1; } inline RuntimeObject ** get_address_of_classSyncObject_1() { return &___classSyncObject_1; } inline void set_classSyncObject_1(RuntimeObject * value) { ___classSyncObject_1 = value; Il2CppCodeGenWriteBarrier((&___classSyncObject_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTPROXYSECTIONINTERNAL_TF2CCE31F75FAA00492E00F045768C58A69F53459_H #ifndef COOKIECOLLECTIONENUMERATOR_TDADB2721F8B45D4F815C846DCE2EF92E3760A48D_H #define COOKIECOLLECTIONENUMERATOR_TDADB2721F8B45D4F815C846DCE2EF92E3760A48D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection_CookieCollectionEnumerator struct CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D : public RuntimeObject { public: // System.Net.CookieCollection System.Net.CookieCollection_CookieCollectionEnumerator::m_cookies CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___m_cookies_0; // System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_count int32_t ___m_count_1; // System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_index int32_t ___m_index_2; // System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_version int32_t ___m_version_3; public: inline static int32_t get_offset_of_m_cookies_0() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_cookies_0)); } inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * get_m_cookies_0() const { return ___m_cookies_0; } inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 ** get_address_of_m_cookies_0() { return &___m_cookies_0; } inline void set_m_cookies_0(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * value) { ___m_cookies_0 = value; Il2CppCodeGenWriteBarrier((&___m_cookies_0), value); } inline static int32_t get_offset_of_m_count_1() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_count_1)); } inline int32_t get_m_count_1() const { return ___m_count_1; } inline int32_t* get_address_of_m_count_1() { return &___m_count_1; } inline void set_m_count_1(int32_t value) { ___m_count_1 = value; } inline static int32_t get_offset_of_m_index_2() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_index_2)); } inline int32_t get_m_index_2() const { return ___m_index_2; } inline int32_t* get_address_of_m_index_2() { return &___m_index_2; } inline void set_m_index_2(int32_t value) { ___m_index_2 = value; } inline static int32_t get_offset_of_m_version_3() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_version_3)); } inline int32_t get_m_version_3() const { return ___m_version_3; } inline int32_t* get_address_of_m_version_3() { return &___m_version_3; } inline void set_m_version_3(int32_t value) { ___m_version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECOLLECTIONENUMERATOR_TDADB2721F8B45D4F815C846DCE2EF92E3760A48D_H #ifndef DIGESTCLIENT_T2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_H #define DIGESTCLIENT_T2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DigestClient struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C : public RuntimeObject { public: public: }; struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields { public: // System.Collections.Hashtable System.Net.DigestClient::cache Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields, ___cache_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cache_0() const { return ___cache_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIGESTCLIENT_T2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_H #ifndef ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H #define ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.EndPoint struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H #ifndef NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H #define NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.NetworkCredential struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 : 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_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___m_password_2; public: inline static int32_t get_offset_of_m_domain_0() { return static_cast(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___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((&___m_domain_0), value); } inline static int32_t get_offset_of_m_userName_1() { return static_cast(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___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((&___m_userName_1), value); } inline static int32_t get_offset_of_m_password_2() { return static_cast(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_password_2)); } inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * get_m_password_2() const { return ___m_password_2; } inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 ** get_address_of_m_password_2() { return &___m_password_2; } inline void set_m_password_2(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * value) { ___m_password_2 = value; Il2CppCodeGenWriteBarrier((&___m_password_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H #ifndef NTLMCLIENT_TBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_H #define NTLMCLIENT_TBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.NtlmClient struct NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 : public RuntimeObject { public: // System.Net.IAuthenticationModule System.Net.NtlmClient::authObject RuntimeObject* ___authObject_0; public: inline static int32_t get_offset_of_authObject_0() { return static_cast(offsetof(NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204, ___authObject_0)); } inline RuntimeObject* get_authObject_0() const { return ___authObject_0; } inline RuntimeObject** get_address_of_authObject_0() { return &___authObject_0; } inline void set_authObject_0(RuntimeObject* value) { ___authObject_0 = value; Il2CppCodeGenWriteBarrier((&___authObject_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NTLMCLIENT_TBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H #define CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H #ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H #define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_4; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_5; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_6; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_7; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_8; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_9; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_10; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_11; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((&___m_members_0), value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((&___m_data_1), value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((&___m_types_2), value); } inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; } inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value) { ___m_nameToIndex_3 = value; Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value); } inline static int32_t get_offset_of_m_currMember_4() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); } inline int32_t get_m_currMember_4() const { return ___m_currMember_4; } inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; } inline void set_m_currMember_4(int32_t value) { ___m_currMember_4 = value; } inline static int32_t get_offset_of_m_converter_5() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); } inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; } inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; } inline void set_m_converter_5(RuntimeObject* value) { ___m_converter_5 = value; Il2CppCodeGenWriteBarrier((&___m_converter_5), value); } inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); } inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; } inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; } inline void set_m_fullTypeName_6(String_t* value) { ___m_fullTypeName_6 = value; Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value); } inline static int32_t get_offset_of_m_assemName_7() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); } inline String_t* get_m_assemName_7() const { return ___m_assemName_7; } inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; } inline void set_m_assemName_7(String_t* value) { ___m_assemName_7 = value; Il2CppCodeGenWriteBarrier((&___m_assemName_7), value); } inline static int32_t get_offset_of_objectType_8() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); } inline Type_t * get_objectType_8() const { return ___objectType_8; } inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; } inline void set_objectType_8(Type_t * value) { ___objectType_8 = value; Il2CppCodeGenWriteBarrier((&___objectType_8), value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); } inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; } inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; } inline void set_isFullTypeNameSetExplicit_9(bool value) { ___isFullTypeNameSetExplicit_9 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); } inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; } inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; } inline void set_isAssemblyNameSetExplicit_10(bool value) { ___isAssemblyNameSetExplicit_10 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); } inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; } inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; } inline void set_requireSameTokenInPartialTrust_11(bool value) { ___requireSameTokenInPartialTrust_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H #ifndef SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H #define SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((&___m_members_0), value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((&___m_data_1), value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((&___m_types_2), value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H #ifndef ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H #define ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H #ifndef X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H #define X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___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_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); } inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; } inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((&___impl_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___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_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___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((&___issuer_name_2), value); } inline static int32_t get_offset_of_subject_name_3() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___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((&___subject_name_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H #ifndef X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H #define X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538, ___impl_0)); } inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * get_impl_0() const { return ___impl_0; } inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((&___impl_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___Empty_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H #define STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparer struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject { public: public: }; struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((&____invariantCulture_0), value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((&____invariantCultureIgnoreCase_1), value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((&____ordinal_2), value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((&____ordinalIgnoreCase_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H #ifndef DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H #define DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 : public RuntimeObject { public: // System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields { public: // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___replacementFallback_1; // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___exceptionFallback_2; // System.Object System.Text.DecoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___replacementFallback_1)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((&___replacementFallback_1), value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___exceptionFallback_2)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((&___exceptionFallback_2), value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H #ifndef ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H #define ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 : public RuntimeObject { public: // System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields { public: // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___replacementFallback_1; // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___exceptionFallback_2; // System.Object System.Text.EncoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___replacementFallback_1)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((&___replacementFallback_1), value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___exceptionFallback_2)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((&___exceptionFallback_2), value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H #ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((&___dataItem_10), value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_0), value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_1), value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUnicode_2), value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_3), value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((&___utf8Encoding_4), value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_5), value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_6), value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((&___latin1Encoding_7), value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((&___encodings_8), value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), 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((&___m_ChunkPrevious_1), 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; #endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifndef XMLNODE_T07D70045D843753E4FE8AFE40FD36244E6B6D7FB_H #define XMLNODE_T07D70045D843753E4FE8AFE40FD36244E6B6D7FB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB, ___parentNode_0)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((&___parentNode_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T07D70045D843753E4FE8AFE40FD36244E6B6D7FB_H #ifndef __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H #define __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H #ifndef __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H #define __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D128 struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H #ifndef __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H #define __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D14 struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H #ifndef __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H #define __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D256 struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H #ifndef __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H #define __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D3 struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H #ifndef __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H #define __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H #ifndef __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H #define __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D44 struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H #ifndef __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H #define __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D6 struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H #ifndef __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H #define __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D9 struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H #ifndef TLSEXCEPTION_T774465EA64E3ADAAE3DB21835DD9AB8C40247F91_H #define TLSEXCEPTION_T774465EA64E3ADAAE3DB21835DD9AB8C40247F91_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.TlsException struct TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91 : public Exception_t { public: // Mono.Security.Interface.Alert Mono.Security.Interface.TlsException::alert Alert_tABF269545F2C583CCA47FF574E612DDAF232944E * ___alert_17; public: inline static int32_t get_offset_of_alert_17() { return static_cast(offsetof(TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91, ___alert_17)); } inline Alert_tABF269545F2C583CCA47FF574E612DDAF232944E * get_alert_17() const { return ___alert_17; } inline Alert_tABF269545F2C583CCA47FF574E612DDAF232944E ** get_address_of_alert_17() { return &___alert_17; } inline void set_alert_17(Alert_tABF269545F2C583CCA47FF574E612DDAF232944E * value) { ___alert_17 = value; Il2CppCodeGenWriteBarrier((&___alert_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSEXCEPTION_T774465EA64E3ADAAE3DB21835DD9AB8C40247F91_H #ifndef UNITYTLS_KEY_TABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9_H #define UNITYTLS_KEY_TABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_key struct unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 { public: union { struct { }; uint8_t unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_KEY_TABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9_H #ifndef UNITYTLS_KEY_REF_TE908606656A7C49CA1EB734722E4C3DED7CE6E5B_H #define UNITYTLS_KEY_REF_TE908606656A7C49CA1EB734722E4C3DED7CE6E5B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_key_ref struct unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B { public: // System.UInt64 Mono.Unity.UnityTls_unitytls_key_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_KEY_REF_TE908606656A7C49CA1EB734722E4C3DED7CE6E5B_H #ifndef UNITYTLS_TLSCTX_T6B948536BDFA3AAC0135FF136ABD7779A0B96A74_H #define UNITYTLS_TLSCTX_T6B948536BDFA3AAC0135FF136ABD7779A0B96A74_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx struct unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 { public: union { struct { }; uint8_t unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_T6B948536BDFA3AAC0135FF136ABD7779A0B96A74_H #ifndef UNITYTLS_TLSCTX_CALLBACKS_T7BB5F622E014A8EC300C578657E2B0550DA828B2_H #define UNITYTLS_TLSCTX_CALLBACKS_T7BB5F622E014A8EC300C578657E2B0550DA828B2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 { public: // Mono.Unity.UnityTls_unitytls_tlsctx_read_callback Mono.Unity.UnityTls_unitytls_tlsctx_callbacks::read unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * ___read_0; // Mono.Unity.UnityTls_unitytls_tlsctx_write_callback Mono.Unity.UnityTls_unitytls_tlsctx_callbacks::write unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * ___write_1; // System.Void* Mono.Unity.UnityTls_unitytls_tlsctx_callbacks::data void* ___data_2; public: inline static int32_t get_offset_of_read_0() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2, ___read_0)); } inline unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * get_read_0() const { return ___read_0; } inline unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 ** get_address_of_read_0() { return &___read_0; } inline void set_read_0(unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * value) { ___read_0 = value; Il2CppCodeGenWriteBarrier((&___read_0), value); } inline static int32_t get_offset_of_write_1() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2, ___write_1)); } inline unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * get_write_1() const { return ___write_1; } inline unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 ** get_address_of_write_1() { return &___write_1; } inline void set_write_1(unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * value) { ___write_1 = value; Il2CppCodeGenWriteBarrier((&___write_1), value); } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2, ___data_2)); } inline void* get_data_2() const { return ___data_2; } inline void** get_address_of_data_2() { return &___data_2; } inline void set_data_2(void* value) { ___data_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2_marshaled_pinvoke { Il2CppMethodPointer ___read_0; Il2CppMethodPointer ___write_1; void* ___data_2; }; // Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2_marshaled_com { Il2CppMethodPointer ___read_0; Il2CppMethodPointer ___write_1; void* ___data_2; }; #endif // UNITYTLS_TLSCTX_CALLBACKS_T7BB5F622E014A8EC300C578657E2B0550DA828B2_H #ifndef UNITYTLS_X509_REF_TE1ED17887226610A1328A57FF787396C9457E7B7_H #define UNITYTLS_X509_REF_TE1ED17887226610A1328A57FF787396C9457E7B7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_x509_ref struct unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 { public: // System.UInt64 Mono.Unity.UnityTls_unitytls_x509_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509_REF_TE1ED17887226610A1328A57FF787396C9457E7B7_H #ifndef UNITYTLS_X509LIST_TDFEEABB4254CDE9475890D0F2AE361B45EC357C7_H #define UNITYTLS_X509LIST_TDFEEABB4254CDE9475890D0F2AE361B45EC357C7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_x509list struct unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 { public: union { struct { }; uint8_t unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509LIST_TDFEEABB4254CDE9475890D0F2AE361B45EC357C7_H #ifndef UNITYTLS_X509LIST_REF_TF01A6BF5ADA9C454E6B975D2669AF22D27555BF6_H #define UNITYTLS_X509LIST_REF_TF01A6BF5ADA9C454E6B975D2669AF22D27555BF6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_x509list_ref struct unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 { public: // System.UInt64 Mono.Unity.UnityTls_unitytls_x509list_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509LIST_REF_TF01A6BF5ADA9C454E6B975D2669AF22D27555BF6_H #ifndef UNITYTLS_X509NAME_T551F433869F1BAA39C78962C7ACA1BAB9A4D6337_H #define UNITYTLS_X509NAME_T551F433869F1BAA39C78962C7ACA1BAB9A4D6337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_x509name struct unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 { public: union { struct { }; uint8_t unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509NAME_T551F433869F1BAA39C78962C7ACA1BAB9A4D6337_H #ifndef UNITYTLSPROVIDER_T38A61346F4CF37E18E390610CF6092AEFCA65965_H #define UNITYTLSPROVIDER_T38A61346F4CF37E18E390610CF6092AEFCA65965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTlsProvider struct UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 : public MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLSPROVIDER_T38A61346F4CF37E18E390610CF6092AEFCA65965_H #ifndef MONOPINVOKECALLBACKATTRIBUTE_T4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD_H #define MONOPINVOKECALLBACKATTRIBUTE_T4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Util.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOPINVOKECALLBACKATTRIBUTE_T4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD_H #ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((&___TrueString_5), value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((&___FalseString_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifndef DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H #define DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 { 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_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H #ifndef KEYVALUEPAIR_2_TA9AFBC865B07606ED8F020A8E3AF8E27491AF809_H #define KEYVALUEPAIR_2_TA9AFBC865B07606ED8F020A8E3AF8E27491AF809_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_TA9AFBC865B07606ED8F020A8E3AF8E27491AF809_H #ifndef NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H #define NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 : public NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D { public: // System.String[] System.Collections.Specialized.NameValueCollection::_all StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____all_9; // System.String[] System.Collections.Specialized.NameValueCollection::_allKeys StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____allKeys_10; public: inline static int32_t get_offset_of__all_9() { return static_cast(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____all_9)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__all_9() const { return ____all_9; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__all_9() { return &____all_9; } inline void set__all_9(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____all_9 = value; Il2CppCodeGenWriteBarrier((&____all_9), value); } inline static int32_t get_offset_of__allKeys_10() { return static_cast(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____allKeys_10)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__allKeys_10() const { return ____allKeys_10; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__allKeys_10() { return &____allKeys_10; } inline void set__allKeys_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____allKeys_10 = value; Il2CppCodeGenWriteBarrier((&____allKeys_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H #ifndef DEFAULTVALUEATTRIBUTE_T03B1F51B35271D50779D31234C9C6845BC9626EC_H #define DEFAULTVALUEATTRIBUTE_T03B1F51B35271D50779D31234C9C6845BC9626EC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.Object System.ComponentModel.DefaultValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((&___value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTVALUEATTRIBUTE_T03B1F51B35271D50779D31234C9C6845BC9626EC_H #ifndef TYPECONVERTERATTRIBUTE_TA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_H #define TYPECONVERTERATTRIBUTE_TA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { 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_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8, ___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((&___typeName_0), value); } }; struct TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_StaticFields { public: // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_StaticFields, ___Default_1)); } inline TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * get_Default_1() const { return ___Default_1; } inline TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((&___Default_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECONVERTERATTRIBUTE_TA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_H #ifndef CONFIGURATIONELEMENTCOLLECTION_TB0DA3194B9C1528D2627B291C79B560C68A78FCC_H #define CONFIGURATIONELEMENTCOLLECTION_TB0DA3194B9C1528D2627B291C79B560C68A78FCC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONELEMENTCOLLECTION_TB0DA3194B9C1528D2627B291C79B560C68A78FCC_H #ifndef CONFIGURATIONSECTION_T044F68052218C8000611AE9ADD5F66E62A632B34_H #define CONFIGURATIONSECTION_T044F68052218C8000611AE9ADD5F66E62A632B34_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSection struct ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSECTION_T044F68052218C8000611AE9ADD5F66E62A632B34_H #ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H #define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { 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_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___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_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H #ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; #endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13; 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((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((&____activeReadWriteTask_2), value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((&____asyncActiveSemaphore_3), value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef BYPASSELEMENT_T89C59A549C7A25609AA5C200352CD9E310172BAF_H #define BYPASSELEMENT_T89C59A549C7A25609AA5C200352CD9E310172BAF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.BypassElement struct BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYPASSELEMENT_T89C59A549C7A25609AA5C200352CD9E310172BAF_H #ifndef CONNECTIONMANAGEMENTELEMENT_TABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD_H #define CONNECTIONMANAGEMENTELEMENT_TABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ConnectionManagementElement struct ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONMANAGEMENTELEMENT_TABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD_H #ifndef HTTPWEBREQUESTELEMENT_T3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D_H #define HTTPWEBREQUESTELEMENT_T3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.HttpWebRequestElement struct HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBREQUESTELEMENT_T3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D_H #ifndef IPV6ELEMENT_TCA869DC79FE3740DBDECC47877F1676294DB4A23_H #define IPV6ELEMENT_TCA869DC79FE3740DBDECC47877F1676294DB4A23_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.Ipv6Element struct Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPV6ELEMENT_TCA869DC79FE3740DBDECC47877F1676294DB4A23_H #ifndef NETSECTIONGROUP_TA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591_H #define NETSECTIONGROUP_TA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 : public ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETSECTIONGROUP_TA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591_H #ifndef PERFORMANCECOUNTERSELEMENT_TCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570_H #define PERFORMANCECOUNTERSELEMENT_TCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERFORMANCECOUNTERSELEMENT_TCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570_H #ifndef PROXYELEMENT_TBD5D75620576BA5BB5521C11D09E0A6E996F9449_H #define PROXYELEMENT_TBD5D75620576BA5BB5521C11D09E0A6E996F9449_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ProxyElement struct ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROXYELEMENT_TBD5D75620576BA5BB5521C11D09E0A6E996F9449_H #ifndef SERVICEPOINTMANAGERELEMENT_TD8D1491569C963460C14DF4D42ED05DF34428CFC_H #define SERVICEPOINTMANAGERELEMENT_TD8D1491569C963460C14DF4D42ED05DF34428CFC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ServicePointManagerElement struct ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINTMANAGERELEMENT_TD8D1491569C963460C14DF4D42ED05DF34428CFC_H #ifndef SOCKETELEMENT_T32F016077CBED287B80063811E80BCCC7E8B1BF9_H #define SOCKETELEMENT_T32F016077CBED287B80063811E80BCCC7E8B1BF9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.SocketElement struct SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETELEMENT_T32F016077CBED287B80063811E80BCCC7E8B1BF9_H #ifndef WEBPROXYSCRIPTELEMENT_T4302A26A6D4E02146662B30E3452A5167966E6B3_H #define WEBPROXYSCRIPTELEMENT_T4302A26A6D4E02146662B30E3452A5167966E6B3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebProxyScriptElement struct WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBPROXYSCRIPTELEMENT_T4302A26A6D4E02146662B30E3452A5167966E6B3_H #ifndef WEBREQUESTMODULEELEMENT_TE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC_H #define WEBREQUESTMODULEELEMENT_TE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebRequestModuleElement struct WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUESTMODULEELEMENT_TE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC_H #ifndef IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H #define IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPEndPoint struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F : public EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___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_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Address_0)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_m_Address_0() const { return ___m_Address_0; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___m_Address_0 = value; Il2CppCodeGenWriteBarrier((&___m_Address_0), value); } inline static int32_t get_offset_of_m_Port_1() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___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_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___Any_2; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___IPv6Any_3; public: inline static int32_t get_offset_of_Any_2() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___Any_2)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_Any_2() const { return ___Any_2; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_Any_2() { return &___Any_2; } inline void set_Any_2(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___Any_2 = value; Il2CppCodeGenWriteBarrier((&___Any_2), value); } inline static int32_t get_offset_of_IPv6Any_3() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___IPv6Any_3)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_IPv6Any_3() const { return ___IPv6Any_3; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; } inline void set_IPv6Any_3(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___IPv6Any_3 = value; Il2CppCodeGenWriteBarrier((&___IPv6Any_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H #ifndef NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #define NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 { 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_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___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_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #ifndef GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H #define GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandle struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 { 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_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H #ifndef X509CERTIFICATE2_TC1C49EB4CFD571C2FFDE940C24BC69651A058F73_H #define X509CERTIFICATE2_TC1C49EB4CFD571C2FFDE940C24BC69651A058F73_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 : public X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 { public: // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::friendlyName String_t* ___friendlyName_4; public: inline static int32_t get_offset_of_friendlyName_4() { return static_cast(offsetof(X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73, ___friendlyName_4)); } inline String_t* get_friendlyName_4() const { return ___friendlyName_4; } inline String_t** get_address_of_friendlyName_4() { return &___friendlyName_4; } inline void set_friendlyName_4(String_t* value) { ___friendlyName_4 = value; Il2CppCodeGenWriteBarrier((&___friendlyName_4), value); } }; struct X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_StaticFields { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::signedData ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signedData_5; public: inline static int32_t get_offset_of_signedData_5() { return static_cast(offsetof(X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_StaticFields, ___signedData_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_signedData_5() const { return ___signedData_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_signedData_5() { return &___signedData_5; } inline void set_signedData_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___signedData_5 = value; Il2CppCodeGenWriteBarrier((&___signedData_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE2_TC1C49EB4CFD571C2FFDE940C24BC69651A058F73_H #ifndef X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H #define X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H #ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifndef DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H #define DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 { public: // System.String System.Text.DecoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742, ___strDefault_4)); } inline String_t* get_strDefault_4() const { return ___strDefault_4; } inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; } inline void set_strDefault_4(String_t* value) { ___strDefault_4 = value; Il2CppCodeGenWriteBarrier((&___strDefault_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H #ifndef ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H #define ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 { public: // System.String System.Text.EncoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998, ___strDefault_4)); } inline String_t* get_strDefault_4() const { return ___strDefault_4; } inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; } inline void set_strDefault_4(String_t* value) { ___strDefault_4 = value; Il2CppCodeGenWriteBarrier((&___strDefault_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H #ifndef CANCELLATIONTOKEN_T9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_H #define CANCELLATIONTOKEN_T9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((&___m_source_0), value); } }; struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((&___s_ActionToActionObjShunt_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; }; #endif // CANCELLATIONTOKEN_T9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_H #ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H #define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H #ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifndef UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H #define UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H #ifndef VALUETUPLE_2_T446756A8057B54D18CAD5BA1D73699DA4B40A264_H #define VALUETUPLE_2_T446756A8057B54D18CAD5BA1D73699DA4B40A264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueTuple`2 struct ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 bool ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALUETUPLE_2_T446756A8057B54D18CAD5BA1D73699DA4B40A264_H #ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields { public: // ___StaticArrayInitTypeSizeU3D14 ::0283A6AF88802AB45989B29549915BEA0F6CD515 __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; // System.Int64 ::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; // ___StaticArrayInitTypeSizeU3D9 ::1A39764B112685485A5BA7B2880D878B858C1A7A __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; // ___StaticArrayInitTypeSizeU3D3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; // ___StaticArrayInitTypeSizeU3D12 ::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; // ___StaticArrayInitTypeSizeU3D32 ::59F5BD34B6C013DEACC784F69C67E95150033A84 __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; // ___StaticArrayInitTypeSizeU3D6 ::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; // ___StaticArrayInitTypeSizeU3D9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; // ___StaticArrayInitTypeSizeU3D128 ::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; // ___StaticArrayInitTypeSizeU3D44 ::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3 __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; // System.Int64 ::98A44A6F8606AE6F23FE230286C1D6FBCC407226 int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; // ___StaticArrayInitTypeSizeU3D32 ::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536 __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; // ___StaticArrayInitTypeSizeU3D128 ::CCEEADA43268372341F81AE0C9208C6856441C04 __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_12; // System.Int64 ::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78 int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; // ___StaticArrayInitTypeSizeU3D32 ::EC5842B3154E1AF94500B57220EB9F684BCCC42A __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; // ___StaticArrayInitTypeSizeU3D256 ::EEAFE8C6E1AB017237567305EE925C976CDB6458 __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; public: inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); } inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 value) { ___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value; } inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); } inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value) { ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value; } inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value) { ___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); } inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value; } inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); } inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 value) { ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value; } inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_5)); } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_5(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value) { ___59F5BD34B6C013DEACC784F69C67E95150033A84_5 = value; } inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6)); } inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value) { ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7)); } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7 = value; } inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8)); } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value) { ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8 = value; } inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9)); } inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value) { ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9 = value; } inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10)); } inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; } inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; } inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10(int64_t value) { ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10 = value; } inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11)); } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value) { ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11 = value; } inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_12)); } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_12() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_12(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value) { ___CCEEADA43268372341F81AE0C9208C6856441C04_12 = value; } inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13)); } inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; } inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; } inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13(int64_t value) { ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13 = value; } inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14)); } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value) { ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14 = value; } inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15)); } inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_15(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value) { ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H #ifndef MONOTLSPROVIDERFACTORY_T01773E7677E88B1202FB7770A3E9F53655BB2525_H #define MONOTLSPROVIDERFACTORY_T01773E7677E88B1202FB7770A3E9F53655BB2525_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Net.Security.MonoTlsProviderFactory struct MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525 : public RuntimeObject { public: public: }; struct MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields { public: // System.Object Mono.Net.Security.MonoTlsProviderFactory::locker RuntimeObject * ___locker_0; // System.Boolean Mono.Net.Security.MonoTlsProviderFactory::initialized bool ___initialized_1; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::defaultProvider MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___defaultProvider_2; // System.Collections.Generic.Dictionary`2> Mono.Net.Security.MonoTlsProviderFactory::providerRegistration Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 * ___providerRegistration_3; // System.Collections.Generic.Dictionary`2 Mono.Net.Security.MonoTlsProviderFactory::providerCache Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A * ___providerCache_4; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::UnityTlsId Guid_t ___UnityTlsId_5; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::AppleTlsId Guid_t ___AppleTlsId_6; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::BtlsId Guid_t ___BtlsId_7; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::LegacyId Guid_t ___LegacyId_8; public: inline static int32_t get_offset_of_locker_0() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___locker_0)); } inline RuntimeObject * get_locker_0() const { return ___locker_0; } inline RuntimeObject ** get_address_of_locker_0() { return &___locker_0; } inline void set_locker_0(RuntimeObject * value) { ___locker_0 = value; Il2CppCodeGenWriteBarrier((&___locker_0), value); } inline static int32_t get_offset_of_initialized_1() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___initialized_1)); } inline bool get_initialized_1() const { return ___initialized_1; } inline bool* get_address_of_initialized_1() { return &___initialized_1; } inline void set_initialized_1(bool value) { ___initialized_1 = value; } inline static int32_t get_offset_of_defaultProvider_2() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___defaultProvider_2)); } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_defaultProvider_2() const { return ___defaultProvider_2; } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_defaultProvider_2() { return &___defaultProvider_2; } inline void set_defaultProvider_2(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value) { ___defaultProvider_2 = value; Il2CppCodeGenWriteBarrier((&___defaultProvider_2), value); } inline static int32_t get_offset_of_providerRegistration_3() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___providerRegistration_3)); } inline Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 * get_providerRegistration_3() const { return ___providerRegistration_3; } inline Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 ** get_address_of_providerRegistration_3() { return &___providerRegistration_3; } inline void set_providerRegistration_3(Dictionary_2_t0DEBD9B05828A13E8F20294ED843C9289BF0BA44 * value) { ___providerRegistration_3 = value; Il2CppCodeGenWriteBarrier((&___providerRegistration_3), value); } inline static int32_t get_offset_of_providerCache_4() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___providerCache_4)); } inline Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A * get_providerCache_4() const { return ___providerCache_4; } inline Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A ** get_address_of_providerCache_4() { return &___providerCache_4; } inline void set_providerCache_4(Dictionary_2_tE22C9E76AB6889061EEF214ABFCB603C8A03DE8A * value) { ___providerCache_4 = value; Il2CppCodeGenWriteBarrier((&___providerCache_4), value); } inline static int32_t get_offset_of_UnityTlsId_5() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___UnityTlsId_5)); } inline Guid_t get_UnityTlsId_5() const { return ___UnityTlsId_5; } inline Guid_t * get_address_of_UnityTlsId_5() { return &___UnityTlsId_5; } inline void set_UnityTlsId_5(Guid_t value) { ___UnityTlsId_5 = value; } inline static int32_t get_offset_of_AppleTlsId_6() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___AppleTlsId_6)); } inline Guid_t get_AppleTlsId_6() const { return ___AppleTlsId_6; } inline Guid_t * get_address_of_AppleTlsId_6() { return &___AppleTlsId_6; } inline void set_AppleTlsId_6(Guid_t value) { ___AppleTlsId_6 = value; } inline static int32_t get_offset_of_BtlsId_7() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___BtlsId_7)); } inline Guid_t get_BtlsId_7() const { return ___BtlsId_7; } inline Guid_t * get_address_of_BtlsId_7() { return &___BtlsId_7; } inline void set_BtlsId_7(Guid_t value) { ___BtlsId_7 = value; } inline static int32_t get_offset_of_LegacyId_8() { return static_cast(offsetof(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields, ___LegacyId_8)); } inline Guid_t get_LegacyId_8() const { return ___LegacyId_8; } inline Guid_t * get_address_of_LegacyId_8() { return &___LegacyId_8; } inline void set_LegacyId_8(Guid_t value) { ___LegacyId_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTLSPROVIDERFACTORY_T01773E7677E88B1202FB7770A3E9F53655BB2525_H #ifndef ALERTDESCRIPTION_T8D4DE3060801044928816134B2292AFB933D40D6_H #define ALERTDESCRIPTION_T8D4DE3060801044928816134B2292AFB933D40D6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.AlertDescription struct AlertDescription_t8D4DE3060801044928816134B2292AFB933D40D6 { public: // System.Byte Mono.Security.Interface.AlertDescription::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AlertDescription_t8D4DE3060801044928816134B2292AFB933D40D6, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALERTDESCRIPTION_T8D4DE3060801044928816134B2292AFB933D40D6_H #ifndef CIPHERSUITECODE_T32674B07A5C552605FA138AEACFFA20474A255F1_H #define CIPHERSUITECODE_T32674B07A5C552605FA138AEACFFA20474A255F1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.CipherSuiteCode struct CipherSuiteCode_t32674B07A5C552605FA138AEACFFA20474A255F1 { public: // System.UInt16 Mono.Security.Interface.CipherSuiteCode::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherSuiteCode_t32674B07A5C552605FA138AEACFFA20474A255F1, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERSUITECODE_T32674B07A5C552605FA138AEACFFA20474A255F1_H #ifndef MONOSSLPOLICYERRORS_T5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7_H #define MONOSSLPOLICYERRORS_T5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.MonoSslPolicyErrors struct MonoSslPolicyErrors_t5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7 { 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_t5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOSSLPOLICYERRORS_T5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7_H #ifndef TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H #define TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.TlsProtocols struct TlsProtocols_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163 { 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_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H #ifndef UNITYTLS_CIPHERSUITE_TA99DBE84EF3BB26740AEF7A5CC6DEA1227B5F9DC_H #define UNITYTLS_CIPHERSUITE_TA99DBE84EF3BB26740AEF7A5CC6DEA1227B5F9DC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_ciphersuite struct unitytls_ciphersuite_tA99DBE84EF3BB26740AEF7A5CC6DEA1227B5F9DC { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_ciphersuite::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_ciphersuite_tA99DBE84EF3BB26740AEF7A5CC6DEA1227B5F9DC, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_CIPHERSUITE_TA99DBE84EF3BB26740AEF7A5CC6DEA1227B5F9DC_H #ifndef UNITYTLS_ERROR_CODE_TA9272A71D51F7FE555C03185AE244FB01EAF998F_H #define UNITYTLS_ERROR_CODE_TA9272A71D51F7FE555C03185AE244FB01EAF998F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_error_code struct unitytls_error_code_tA9272A71D51F7FE555C03185AE244FB01EAF998F { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_error_code::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_error_code_tA9272A71D51F7FE555C03185AE244FB01EAF998F, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_ERROR_CODE_TA9272A71D51F7FE555C03185AE244FB01EAF998F_H #ifndef UNITYTLS_PROTOCOL_T4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8_H #define UNITYTLS_PROTOCOL_T4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_protocol struct unitytls_protocol_t4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8 { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_protocol::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_protocol_t4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_PROTOCOL_T4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8_H #ifndef UNITYTLS_X509VERIFY_RESULT_T835FEA0265EFD70F0762B220C663474E03402278_H #define UNITYTLS_X509VERIFY_RESULT_T835FEA0265EFD70F0762B220C663474E03402278_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_x509verify_result struct unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278 { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_x509verify_result::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509VERIFY_RESULT_T835FEA0265EFD70F0762B220C663474E03402278_H #ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((&___m_paramName_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H #define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject { public: // System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0; // System.Int32 System.Collections.Hashtable::count int32_t ___count_1; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_2; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_3; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_6; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_7; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_8; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_9; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_10; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_occupancy_2() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); } inline int32_t get_occupancy_2() const { return ___occupancy_2; } inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; } inline void set_occupancy_2(int32_t value) { ___occupancy_2 = value; } inline static int32_t get_offset_of_loadsize_3() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); } inline int32_t get_loadsize_3() const { return ___loadsize_3; } inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; } inline void set_loadsize_3(int32_t value) { ___loadsize_3 = value; } inline static int32_t get_offset_of_loadFactor_4() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); } inline float get_loadFactor_4() const { return ___loadFactor_4; } inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; } inline void set_loadFactor_4(float value) { ___loadFactor_4 = value; } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); } inline int32_t get_version_5() const { return ___version_5; } inline int32_t* get_address_of_version_5() { return &___version_5; } inline void set_version_5(int32_t value) { ___version_5 = value; } inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); } inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; } inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; } inline void set_isWriterInProgress_6(bool value) { ___isWriterInProgress_6 = value; } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); } inline RuntimeObject* get_keys_7() const { return ___keys_7; } inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(RuntimeObject* value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); } inline RuntimeObject* get_values_8() const { return ___values_8; } inline RuntimeObject** get_address_of_values_8() { return &___values_8; } inline void set_values_8(RuntimeObject* value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__keycomparer_9() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); } inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; } inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; } inline void set__keycomparer_9(RuntimeObject* value) { ____keycomparer_9 = value; Il2CppCodeGenWriteBarrier((&____keycomparer_9), value); } inline static int32_t get_offset_of__syncRoot_10() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); } inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; } inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; } inline void set__syncRoot_10(RuntimeObject * value) { ____syncRoot_10 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H #ifndef EDITORBROWSABLESTATE_T8EAF9BADAAE7DA735C235280DF4B8974EAA39C1B_H #define EDITORBROWSABLESTATE_T8EAF9BADAAE7DA735C235280DF4B8974EAA39C1B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EditorBrowsableState struct EditorBrowsableState_t8EAF9BADAAE7DA735C235280DF4B8974EAA39C1B { public: // System.Int32 System.ComponentModel.EditorBrowsableState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EditorBrowsableState_t8EAF9BADAAE7DA735C235280DF4B8974EAA39C1B, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITORBROWSABLESTATE_T8EAF9BADAAE7DA735C235280DF4B8974EAA39C1B_H #ifndef TYPECONVERTER_T8306AE03734853B551DDF089C1F17836A7764DBB_H #define TYPECONVERTER_T8306AE03734853B551DDF089C1F17836A7764DBB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverter struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB : public RuntimeObject { public: public: }; struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_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_t8306AE03734853B551DDF089C1F17836A7764DBB_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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECONVERTER_T8306AE03734853B551DDF089C1F17836A7764DBB_H #ifndef DELEGATE_T_H #define DELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(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((&___m_target_2), 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((&___method_info_7), 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((&___original_method_info_8), value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((&___data_9), 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; #endif // DELEGATE_T_H #ifndef FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H #define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H #ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H #define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H #ifndef COMPRESSIONMODE_TA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C_H #define COMPRESSIONMODE_TA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.CompressionMode struct CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C { public: // System.Int32 System.IO.Compression.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPRESSIONMODE_TA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C_H #ifndef DEFLATESTREAMNATIVE_T7370A3BA77DBD70CCF3355B3862D101135D0F1DB_H #define DEFLATESTREAMNATIVE_T7370A3BA77DBD70CCF3355B3862D101135D0F1DB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStreamNative struct DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB : public RuntimeObject { public: // System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite System.IO.Compression.DeflateStreamNative::feeder UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * ___feeder_0; // System.IO.Stream System.IO.Compression.DeflateStreamNative::base_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___base_stream_1; // System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::z_stream SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___z_stream_2; // System.Runtime.InteropServices.GCHandle System.IO.Compression.DeflateStreamNative::data GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___data_3; // System.Boolean System.IO.Compression.DeflateStreamNative::disposed bool ___disposed_4; // System.Byte[] System.IO.Compression.DeflateStreamNative::io_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___io_buffer_5; public: inline static int32_t get_offset_of_feeder_0() { return static_cast(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___feeder_0)); } inline UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * get_feeder_0() const { return ___feeder_0; } inline UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 ** get_address_of_feeder_0() { return &___feeder_0; } inline void set_feeder_0(UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * value) { ___feeder_0 = value; Il2CppCodeGenWriteBarrier((&___feeder_0), value); } inline static int32_t get_offset_of_base_stream_1() { return static_cast(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___base_stream_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_base_stream_1() const { return ___base_stream_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_base_stream_1() { return &___base_stream_1; } inline void set_base_stream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___base_stream_1 = value; Il2CppCodeGenWriteBarrier((&___base_stream_1), value); } inline static int32_t get_offset_of_z_stream_2() { return static_cast(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___z_stream_2)); } inline SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * get_z_stream_2() const { return ___z_stream_2; } inline SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 ** get_address_of_z_stream_2() { return &___z_stream_2; } inline void set_z_stream_2(SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * value) { ___z_stream_2 = value; Il2CppCodeGenWriteBarrier((&___z_stream_2), value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___data_3)); } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_data_3() const { return ___data_3; } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_data_3() { return &___data_3; } inline void set_data_3(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value) { ___data_3 = value; } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } inline static int32_t get_offset_of_io_buffer_5() { return static_cast(offsetof(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB, ___io_buffer_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_io_buffer_5() const { return ___io_buffer_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_io_buffer_5() { return &___io_buffer_5; } inline void set_io_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___io_buffer_5 = value; Il2CppCodeGenWriteBarrier((&___io_buffer_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATESTREAMNATIVE_T7370A3BA77DBD70CCF3355B3862D101135D0F1DB_H #ifndef GZIPSTREAM_T8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_H #define GZIPSTREAM_T8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.GZipStream struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::_deflateStream DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * ____deflateStream_4; public: inline static int32_t get_offset_of__deflateStream_4() { return static_cast(offsetof(GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588, ____deflateStream_4)); } inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * get__deflateStream_4() const { return ____deflateStream_4; } inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE ** get_address_of__deflateStream_4() { return &____deflateStream_4; } inline void set__deflateStream_4(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * value) { ____deflateStream_4 = value; Il2CppCodeGenWriteBarrier((&____deflateStream_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GZIPSTREAM_T8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_H #ifndef IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H #define IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((&____maybeFullPath_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H #ifndef SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #define SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3 { 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_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #ifndef IOOPERATION_T49FF3E40F8D6C93F406C56521BE8CC395E4FE834_H #define IOOPERATION_T49FF3E40F8D6C93F406C56521BE8CC395E4FE834_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IOOperation struct IOOperation_t49FF3E40F8D6C93F406C56521BE8CC395E4FE834 { 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_t49FF3E40F8D6C93F406C56521BE8CC395E4FE834, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOOPERATION_T49FF3E40F8D6C93F406C56521BE8CC395E4FE834_H #ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #ifndef REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H #define REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCacheLevel struct RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B { 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_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H #ifndef CLOSEEXSTATE_T7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429_H #define CLOSEEXSTATE_T7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CloseExState struct CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429 { public: // System.Int32 System.Net.CloseExState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOSEEXSTATE_T7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429_H #ifndef BYPASSELEMENTCOLLECTION_T5CCE032F76311FCEFC3128DA5A88D25568A234A7_H #define BYPASSELEMENTCOLLECTION_T5CCE032F76311FCEFC3128DA5A88D25568A234A7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYPASSELEMENTCOLLECTION_T5CCE032F76311FCEFC3128DA5A88D25568A234A7_H #ifndef CONNECTIONMANAGEMENTELEMENTCOLLECTION_T83F843AEC2D2354836CC863E346FE2ECFEED2572_H #define CONNECTIONMANAGEMENTELEMENTCOLLECTION_T83F843AEC2D2354836CC863E346FE2ECFEED2572_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONMANAGEMENTELEMENTCOLLECTION_T83F843AEC2D2354836CC863E346FE2ECFEED2572_H #ifndef CONNECTIONMANAGEMENTSECTION_TA88F9BAD144E401AB524A9579B50050140592447_H #define CONNECTIONMANAGEMENTSECTION_TA88F9BAD144E401AB524A9579B50050140592447_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONMANAGEMENTSECTION_TA88F9BAD144E401AB524A9579B50050140592447_H #ifndef DEFAULTPROXYSECTION_TB752851846FC0CEBA83C36C2BF6553211029AA3B_H #define DEFAULTPROXYSECTION_TB752851846FC0CEBA83C36C2BF6553211029AA3B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTPROXYSECTION_TB752851846FC0CEBA83C36C2BF6553211029AA3B_H #ifndef SETTINGSSECTION_T8BECD0EB76F1865B33D072DD368676A8D51840B3_H #define SETTINGSSECTION_T8BECD0EB76F1865B33D072DD368676A8D51840B3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.SettingsSection struct SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SETTINGSSECTION_T8BECD0EB76F1865B33D072DD368676A8D51840B3_H #ifndef WEBREQUESTMODULEELEMENTCOLLECTION_T2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE_H #define WEBREQUESTMODULEELEMENTCOLLECTION_T2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebRequestModuleElementCollection struct WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUESTMODULEELEMENTCOLLECTION_T2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE_H #ifndef WEBREQUESTMODULESSECTION_T5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC_H #define WEBREQUESTMODULESSECTION_T5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebRequestModulesSection struct WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUESTMODULESSECTION_T5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC_H #ifndef COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H #define COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 : public RuntimeObject { public: // System.Int32 System.Net.CookieCollection::m_version int32_t ___m_version_0; // System.Collections.ArrayList System.Net.CookieCollection::m_list ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___m_list_1; // System.DateTime System.Net.CookieCollection::m_TimeStamp DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_TimeStamp_2; // System.Boolean System.Net.CookieCollection::m_has_other_versions bool ___m_has_other_versions_3; // System.Boolean System.Net.CookieCollection::m_IsReadOnly bool ___m_IsReadOnly_4; public: inline static int32_t get_offset_of_m_version_0() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_version_0)); } inline int32_t get_m_version_0() const { return ___m_version_0; } inline int32_t* get_address_of_m_version_0() { return &___m_version_0; } inline void set_m_version_0(int32_t value) { ___m_version_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_list_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_m_list_1() const { return ___m_list_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((&___m_list_1), value); } inline static int32_t get_offset_of_m_TimeStamp_2() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_TimeStamp_2)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_TimeStamp_2() const { return ___m_TimeStamp_2; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_TimeStamp_2() { return &___m_TimeStamp_2; } inline void set_m_TimeStamp_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_TimeStamp_2 = value; } inline static int32_t get_offset_of_m_has_other_versions_3() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_has_other_versions_3)); } inline bool get_m_has_other_versions_3() const { return ___m_has_other_versions_3; } inline bool* get_address_of_m_has_other_versions_3() { return &___m_has_other_versions_3; } inline void set_m_has_other_versions_3(bool value) { ___m_has_other_versions_3 = value; } inline static int32_t get_offset_of_m_IsReadOnly_4() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_IsReadOnly_4)); } inline bool get_m_IsReadOnly_4() const { return ___m_IsReadOnly_4; } inline bool* get_address_of_m_IsReadOnly_4() { return &___m_IsReadOnly_4; } inline void set_m_IsReadOnly_4(bool value) { ___m_IsReadOnly_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H #ifndef STAMP_T06B0F70FA36D78E86543007609E79740E8BB87BE_H #define STAMP_T06B0F70FA36D78E86543007609E79740E8BB87BE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection_Stamp struct Stamp_t06B0F70FA36D78E86543007609E79740E8BB87BE { public: // System.Int32 System.Net.CookieCollection_Stamp::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Stamp_t06B0F70FA36D78E86543007609E79740E8BB87BE, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STAMP_T06B0F70FA36D78E86543007609E79740E8BB87BE_H #ifndef COOKIEVARIANT_T896D38AC6FBE01ADFB532B04C5E0E19842256CFC_H #define COOKIEVARIANT_T896D38AC6FBE01ADFB532B04C5E0E19842256CFC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieVariant struct CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC { public: // System.Int32 System.Net.CookieVariant::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIEVARIANT_T896D38AC6FBE01ADFB532B04C5E0E19842256CFC_H #ifndef DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H #define DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DecompressionMethods struct DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H #ifndef NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H #define NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest_NtlmAuthState struct NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83 { public: // System.Int32 System.Net.HttpWebRequest_NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H #ifndef AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H #define AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____InnerStream_4; // System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen bool ____LeaveStreamOpen_5; public: inline static int32_t get_offset_of__InnerStream_4() { return static_cast(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____InnerStream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__InnerStream_4() const { return ____InnerStream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__InnerStream_4() { return &____InnerStream_4; } inline void set__InnerStream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ____InnerStream_4 = value; Il2CppCodeGenWriteBarrier((&____InnerStream_4), value); } inline static int32_t get_offset_of__LeaveStreamOpen_5() { return static_cast(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____LeaveStreamOpen_5)); } inline bool get__LeaveStreamOpen_5() const { return ____LeaveStreamOpen_5; } inline bool* get_address_of__LeaveStreamOpen_5() { return &____LeaveStreamOpen_5; } inline void set__LeaveStreamOpen_5(bool value) { ____LeaveStreamOpen_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H #ifndef AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H #define AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H #ifndef SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H #define SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePoint struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0; // System.Int32 System.Net.ServicePoint::connectionLimit int32_t ___connectionLimit_1; // System.Int32 System.Net.ServicePoint::maxIdleTime int32_t ___maxIdleTime_2; // System.Int32 System.Net.ServicePoint::currentConnections int32_t ___currentConnections_3; // System.DateTime System.Net.ServicePoint::idleSince DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___idleSince_4; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastDnsResolve_5; // System.Version System.Net.ServicePoint::protocolVersion Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___protocolVersion_6; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___host_7; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_8; // System.Collections.Generic.Dictionary`2 System.Net.ServicePoint::groups Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * ___groups_9; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_10; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_11; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_12; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_13; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * ___endPointCallback_14; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_15; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_16; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_17; // System.Threading.Timer System.Net.ServicePoint::idleTimer Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___idleTimer_18; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject * ___m_ServerCertificateOrBytes_19; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject * ___m_ClientCertificateOrBytes_20; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___uri_0)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((&___uri_0), value); } inline static int32_t get_offset_of_connectionLimit_1() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___connectionLimit_1)); } inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; } inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; } inline void set_connectionLimit_1(int32_t value) { ___connectionLimit_1 = value; } inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___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_currentConnections_3() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___currentConnections_3)); } inline int32_t get_currentConnections_3() const { return ___currentConnections_3; } inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; } inline void set_currentConnections_3(int32_t value) { ___currentConnections_3 = value; } inline static int32_t get_offset_of_idleSince_4() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleSince_4)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_idleSince_4() const { return ___idleSince_4; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_idleSince_4() { return &___idleSince_4; } inline void set_idleSince_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___idleSince_4 = value; } inline static int32_t get_offset_of_lastDnsResolve_5() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___lastDnsResolve_5)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastDnsResolve_5() const { return ___lastDnsResolve_5; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastDnsResolve_5() { return &___lastDnsResolve_5; } inline void set_lastDnsResolve_5(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___lastDnsResolve_5 = value; } inline static int32_t get_offset_of_protocolVersion_6() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___protocolVersion_6)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_protocolVersion_6() const { return ___protocolVersion_6; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_protocolVersion_6() { return &___protocolVersion_6; } inline void set_protocolVersion_6(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___protocolVersion_6 = value; Il2CppCodeGenWriteBarrier((&___protocolVersion_6), value); } inline static int32_t get_offset_of_host_7() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___host_7)); } inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_host_7() const { return ___host_7; } inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_host_7() { return &___host_7; } inline void set_host_7(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value) { ___host_7 = value; Il2CppCodeGenWriteBarrier((&___host_7), value); } inline static int32_t get_offset_of_usesProxy_8() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___usesProxy_8)); } inline bool get_usesProxy_8() const { return ___usesProxy_8; } inline bool* get_address_of_usesProxy_8() { return &___usesProxy_8; } inline void set_usesProxy_8(bool value) { ___usesProxy_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___groups_9)); } inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * get_groups_9() const { return ___groups_9; } inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } inline static int32_t get_offset_of_sendContinue_10() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___sendContinue_10)); } inline bool get_sendContinue_10() const { return ___sendContinue_10; } inline bool* get_address_of_sendContinue_10() { return &___sendContinue_10; } inline void set_sendContinue_10(bool value) { ___sendContinue_10 = value; } inline static int32_t get_offset_of_useConnect_11() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useConnect_11)); } inline bool get_useConnect_11() const { return ___useConnect_11; } inline bool* get_address_of_useConnect_11() { return &___useConnect_11; } inline void set_useConnect_11(bool value) { ___useConnect_11 = value; } inline static int32_t get_offset_of_hostE_12() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___hostE_12)); } inline RuntimeObject * get_hostE_12() const { return ___hostE_12; } inline RuntimeObject ** get_address_of_hostE_12() { return &___hostE_12; } inline void set_hostE_12(RuntimeObject * value) { ___hostE_12 = value; Il2CppCodeGenWriteBarrier((&___hostE_12), value); } inline static int32_t get_offset_of_useNagle_13() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useNagle_13)); } inline bool get_useNagle_13() const { return ___useNagle_13; } inline bool* get_address_of_useNagle_13() { return &___useNagle_13; } inline void set_useNagle_13(bool value) { ___useNagle_13 = value; } inline static int32_t get_offset_of_endPointCallback_14() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___endPointCallback_14)); } inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * get_endPointCallback_14() const { return ___endPointCallback_14; } inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 ** get_address_of_endPointCallback_14() { return &___endPointCallback_14; } inline void set_endPointCallback_14(BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * value) { ___endPointCallback_14 = value; Il2CppCodeGenWriteBarrier((&___endPointCallback_14), value); } inline static int32_t get_offset_of_tcp_keepalive_15() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_15)); } inline bool get_tcp_keepalive_15() const { return ___tcp_keepalive_15; } inline bool* get_address_of_tcp_keepalive_15() { return &___tcp_keepalive_15; } inline void set_tcp_keepalive_15(bool value) { ___tcp_keepalive_15 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_16() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_time_16)); } inline int32_t get_tcp_keepalive_time_16() const { return ___tcp_keepalive_time_16; } inline int32_t* get_address_of_tcp_keepalive_time_16() { return &___tcp_keepalive_time_16; } inline void set_tcp_keepalive_time_16(int32_t value) { ___tcp_keepalive_time_16 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_17() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_interval_17)); } inline int32_t get_tcp_keepalive_interval_17() const { return ___tcp_keepalive_interval_17; } inline int32_t* get_address_of_tcp_keepalive_interval_17() { return &___tcp_keepalive_interval_17; } inline void set_tcp_keepalive_interval_17(int32_t value) { ___tcp_keepalive_interval_17 = value; } inline static int32_t get_offset_of_idleTimer_18() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleTimer_18)); } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_idleTimer_18() const { return ___idleTimer_18; } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_idleTimer_18() { return &___idleTimer_18; } inline void set_idleTimer_18(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value) { ___idleTimer_18 = value; Il2CppCodeGenWriteBarrier((&___idleTimer_18), value); } inline static int32_t get_offset_of_m_ServerCertificateOrBytes_19() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ServerCertificateOrBytes_19)); } inline RuntimeObject * get_m_ServerCertificateOrBytes_19() const { return ___m_ServerCertificateOrBytes_19; } inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_19() { return &___m_ServerCertificateOrBytes_19; } inline void set_m_ServerCertificateOrBytes_19(RuntimeObject * value) { ___m_ServerCertificateOrBytes_19 = value; Il2CppCodeGenWriteBarrier((&___m_ServerCertificateOrBytes_19), value); } inline static int32_t get_offset_of_m_ClientCertificateOrBytes_20() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ClientCertificateOrBytes_20)); } inline RuntimeObject * get_m_ClientCertificateOrBytes_20() const { return ___m_ClientCertificateOrBytes_20; } inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_20() { return &___m_ClientCertificateOrBytes_20; } inline void set_m_ClientCertificateOrBytes_20(RuntimeObject * value) { ___m_ClientCertificateOrBytes_20 = value; Il2CppCodeGenWriteBarrier((&___m_ClientCertificateOrBytes_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H #ifndef IPPROTECTIONLEVEL_T63BF0274CCC5A1BFF42B658316B3092B8C0AA95E_H #define IPPROTECTIONLEVEL_T63BF0274CCC5A1BFF42B658316B3092B8C0AA95E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.IPProtectionLevel struct IPProtectionLevel_t63BF0274CCC5A1BFF42B658316B3092B8C0AA95E { 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_t63BF0274CCC5A1BFF42B658316B3092B8C0AA95E, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPPROTECTIONLEVEL_T63BF0274CCC5A1BFF42B658316B3092B8C0AA95E_H #ifndef NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #define NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifndef NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H #define NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 { public: // T System.Nullable`1::value DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___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_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H #ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifndef EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H #define EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ExternalException struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H #ifndef GCHANDLETYPE_T7155EF9CB120186C6753EE17470D37E148CB2EF1_H #define GCHANDLETYPE_T7155EF9CB120186C6753EE17470D37E148CB2EF1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandleType struct GCHandleType_t7155EF9CB120186C6753EE17470D37E148CB2EF1 { 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_t7155EF9CB120186C6753EE17470D37E148CB2EF1, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLETYPE_T7155EF9CB120186C6753EE17470D37E148CB2EF1_H #ifndef SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H #define SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.SafeHandle struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { 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_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___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_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____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_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____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_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H #ifndef SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H #define SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationException struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((&____nullMessage_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H #ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H #define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H #ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifndef SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H #define SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Authentication.SslProtocols struct SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE { 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_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H #ifndef TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H #define TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H #ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparison struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #ifndef TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H #define TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : 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_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___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_10; // System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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((&___m_action_5), value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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((&___m_stateObject_6), value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((&___m_taskScheduler_7), value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((&___m_parent_8), value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_10() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); } inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; } inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; } inline void set_m_continuationObject_10(RuntimeObject * value) { ___m_continuationObject_10 = value; Il2CppCodeGenWriteBarrier((&___m_continuationObject_10), value); } inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; } inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value) { ___m_contingentProperties_15 = value; Il2CppCodeGenWriteBarrier((&___m_contingentProperties_15), value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_11; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_12; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_14; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((&___s_factory_3), value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); } inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; } inline void set_s_taskCompletionSentinel_11(RuntimeObject * value) { ___s_taskCompletionSentinel_11 = value; Il2CppCodeGenWriteBarrier((&___s_taskCompletionSentinel_11), value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); } inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; } inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; } inline void set_s_asyncDebuggingEnabled_12(bool value) { ___s_asyncDebuggingEnabled_12 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; } inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value) { ___s_currentActiveTasks_13 = value; Il2CppCodeGenWriteBarrier((&___s_currentActiveTasks_13), value); } inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); } inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; } inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; } inline void set_s_activeTasksLock_14(RuntimeObject * value) { ___s_activeTasksLock_14 = value; Il2CppCodeGenWriteBarrier((&___s_activeTasksLock_14), value); } inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; } inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_taskCancelCallback_16 = value; Il2CppCodeGenWriteBarrier((&___s_taskCancelCallback_16), value); } inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; } inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value) { ___s_createContingentProperties_17 = value; Il2CppCodeGenWriteBarrier((&___s_createContingentProperties_17), value); } inline static int32_t get_offset_of_s_completedTask_18() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; } inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___s_completedTask_18 = value; Il2CppCodeGenWriteBarrier((&___s_completedTask_18), value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; } inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value) { ___s_IsExceptionObservedByParentPredicate_19 = value; Il2CppCodeGenWriteBarrier((&___s_IsExceptionObservedByParentPredicate_19), value); } inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; } inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___s_ecCallback_20 = value; Il2CppCodeGenWriteBarrier((&___s_ecCallback_20), value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; } inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value) { ___s_IsTaskContinuationNullPredicate_21 = value; Il2CppCodeGenWriteBarrier((&___s_IsTaskContinuationNullPredicate_21), value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((&___t_currentTask_0), value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((&___t_stackGuard_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H #ifndef THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H #define THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H #ifndef WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H #define WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { 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_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); } inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((&___safeWaitHandle_4), value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; #endif // WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H #ifndef FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #define FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri_Flags struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A { public: // System.UInt64 System.Uri_Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #ifndef URICOMPONENTS_TE42D5229291668DE73323E1C519E4E1459A64CFF_H #define URICOMPONENTS_TE42D5229291668DE73323E1C519E4E1459A64CFF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriComponents struct UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF { public: // System.Int32 System.UriComponents::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URICOMPONENTS_TE42D5229291668DE73323E1C519E4E1459A64CFF_H #ifndef URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #define URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriIdnScope struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1 { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #ifndef MOBILEAUTHENTICATEDSTREAM_TB6E77FB644434B5B525191DC671462A6461B9045_H #define MOBILEAUTHENTICATEDSTREAM_TB6E77FB644434B5B525191DC671462A6461B9045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 : public AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 { public: // Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::xobileTlsContext MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * ___xobileTlsContext_6; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::lastException ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ___lastException_7; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncHandshakeRequest AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * ___asyncHandshakeRequest_8; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncReadRequest AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * ___asyncReadRequest_9; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncWriteRequest AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * ___asyncWriteRequest_10; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::readBuffer BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * ___readBuffer_11; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::writeBuffer BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * ___writeBuffer_12; // System.Object Mono.Net.Security.MobileAuthenticatedStream::ioLock RuntimeObject * ___ioLock_13; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::closeRequested int32_t ___closeRequested_14; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::shutdown bool ___shutdown_15; // System.Net.Security.SslStream Mono.Net.Security.MobileAuthenticatedStream::k__BackingField SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___U3CSslStreamU3Ek__BackingField_17; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___U3CSettingsU3Ek__BackingField_18; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___U3CProviderU3Ek__BackingField_19; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::ID int32_t ___ID_21; public: inline static int32_t get_offset_of_xobileTlsContext_6() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___xobileTlsContext_6)); } inline MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * get_xobileTlsContext_6() const { return ___xobileTlsContext_6; } inline MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 ** get_address_of_xobileTlsContext_6() { return &___xobileTlsContext_6; } inline void set_xobileTlsContext_6(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * value) { ___xobileTlsContext_6 = value; Il2CppCodeGenWriteBarrier((&___xobileTlsContext_6), value); } inline static int32_t get_offset_of_lastException_7() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___lastException_7)); } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * get_lastException_7() const { return ___lastException_7; } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A ** get_address_of_lastException_7() { return &___lastException_7; } inline void set_lastException_7(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * value) { ___lastException_7 = value; Il2CppCodeGenWriteBarrier((&___lastException_7), value); } inline static int32_t get_offset_of_asyncHandshakeRequest_8() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___asyncHandshakeRequest_8)); } inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * get_asyncHandshakeRequest_8() const { return ___asyncHandshakeRequest_8; } inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 ** get_address_of_asyncHandshakeRequest_8() { return &___asyncHandshakeRequest_8; } inline void set_asyncHandshakeRequest_8(AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * value) { ___asyncHandshakeRequest_8 = value; Il2CppCodeGenWriteBarrier((&___asyncHandshakeRequest_8), value); } inline static int32_t get_offset_of_asyncReadRequest_9() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___asyncReadRequest_9)); } inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * get_asyncReadRequest_9() const { return ___asyncReadRequest_9; } inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 ** get_address_of_asyncReadRequest_9() { return &___asyncReadRequest_9; } inline void set_asyncReadRequest_9(AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * value) { ___asyncReadRequest_9 = value; Il2CppCodeGenWriteBarrier((&___asyncReadRequest_9), value); } inline static int32_t get_offset_of_asyncWriteRequest_10() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___asyncWriteRequest_10)); } inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * get_asyncWriteRequest_10() const { return ___asyncWriteRequest_10; } inline AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 ** get_address_of_asyncWriteRequest_10() { return &___asyncWriteRequest_10; } inline void set_asyncWriteRequest_10(AsyncProtocolRequest_tC1F08D36027FBF2F0252CA11DD18AD0F3BE37027 * value) { ___asyncWriteRequest_10 = value; Il2CppCodeGenWriteBarrier((&___asyncWriteRequest_10), value); } inline static int32_t get_offset_of_readBuffer_11() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___readBuffer_11)); } inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * get_readBuffer_11() const { return ___readBuffer_11; } inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 ** get_address_of_readBuffer_11() { return &___readBuffer_11; } inline void set_readBuffer_11(BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * value) { ___readBuffer_11 = value; Il2CppCodeGenWriteBarrier((&___readBuffer_11), value); } inline static int32_t get_offset_of_writeBuffer_12() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___writeBuffer_12)); } inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * get_writeBuffer_12() const { return ___writeBuffer_12; } inline BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 ** get_address_of_writeBuffer_12() { return &___writeBuffer_12; } inline void set_writeBuffer_12(BufferOffsetSize2_t2E9889F6FB134EF92FC0B930BF630243553F4E00 * value) { ___writeBuffer_12 = value; Il2CppCodeGenWriteBarrier((&___writeBuffer_12), value); } inline static int32_t get_offset_of_ioLock_13() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___ioLock_13)); } inline RuntimeObject * get_ioLock_13() const { return ___ioLock_13; } inline RuntimeObject ** get_address_of_ioLock_13() { return &___ioLock_13; } inline void set_ioLock_13(RuntimeObject * value) { ___ioLock_13 = value; Il2CppCodeGenWriteBarrier((&___ioLock_13), value); } inline static int32_t get_offset_of_closeRequested_14() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___closeRequested_14)); } inline int32_t get_closeRequested_14() const { return ___closeRequested_14; } inline int32_t* get_address_of_closeRequested_14() { return &___closeRequested_14; } inline void set_closeRequested_14(int32_t value) { ___closeRequested_14 = value; } inline static int32_t get_offset_of_shutdown_15() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___shutdown_15)); } inline bool get_shutdown_15() const { return ___shutdown_15; } inline bool* get_address_of_shutdown_15() { return &___shutdown_15; } inline void set_shutdown_15(bool value) { ___shutdown_15 = value; } inline static int32_t get_offset_of_U3CSslStreamU3Ek__BackingField_17() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___U3CSslStreamU3Ek__BackingField_17)); } inline SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * get_U3CSslStreamU3Ek__BackingField_17() const { return ___U3CSslStreamU3Ek__BackingField_17; } inline SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 ** get_address_of_U3CSslStreamU3Ek__BackingField_17() { return &___U3CSslStreamU3Ek__BackingField_17; } inline void set_U3CSslStreamU3Ek__BackingField_17(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * value) { ___U3CSslStreamU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((&___U3CSslStreamU3Ek__BackingField_17), value); } inline static int32_t get_offset_of_U3CSettingsU3Ek__BackingField_18() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___U3CSettingsU3Ek__BackingField_18)); } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_U3CSettingsU3Ek__BackingField_18() const { return ___U3CSettingsU3Ek__BackingField_18; } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_U3CSettingsU3Ek__BackingField_18() { return &___U3CSettingsU3Ek__BackingField_18; } inline void set_U3CSettingsU3Ek__BackingField_18(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value) { ___U3CSettingsU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((&___U3CSettingsU3Ek__BackingField_18), value); } inline static int32_t get_offset_of_U3CProviderU3Ek__BackingField_19() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___U3CProviderU3Ek__BackingField_19)); } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_U3CProviderU3Ek__BackingField_19() const { return ___U3CProviderU3Ek__BackingField_19; } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_U3CProviderU3Ek__BackingField_19() { return &___U3CProviderU3Ek__BackingField_19; } inline void set_U3CProviderU3Ek__BackingField_19(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value) { ___U3CProviderU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((&___U3CProviderU3Ek__BackingField_19), value); } inline static int32_t get_offset_of_ID_21() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045, ___ID_21)); } inline int32_t get_ID_21() const { return ___ID_21; } inline int32_t* get_address_of_ID_21() { return &___ID_21; } inline void set_ID_21(int32_t value) { ___ID_21 = value; } }; struct MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_StaticFields { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::uniqueNameInteger int32_t ___uniqueNameInteger_16; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::nextId int32_t ___nextId_20; public: inline static int32_t get_offset_of_uniqueNameInteger_16() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_StaticFields, ___uniqueNameInteger_16)); } inline int32_t get_uniqueNameInteger_16() const { return ___uniqueNameInteger_16; } inline int32_t* get_address_of_uniqueNameInteger_16() { return &___uniqueNameInteger_16; } inline void set_uniqueNameInteger_16(int32_t value) { ___uniqueNameInteger_16 = value; } inline static int32_t get_offset_of_nextId_20() { return static_cast(offsetof(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_StaticFields, ___nextId_20)); } inline int32_t get_nextId_20() const { return ___nextId_20; } inline int32_t* get_address_of_nextId_20() { return &___nextId_20; } inline void set_nextId_20(int32_t value) { ___nextId_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOBILEAUTHENTICATEDSTREAM_TB6E77FB644434B5B525191DC671462A6461B9045_H #ifndef MOBILETLSCONTEXT_TFC684CF3275DF6B898319625C4F3A4D537B8A127_H #define MOBILETLSCONTEXT_TFC684CF3275DF6B898319625C4F3A4D537B8A127_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::parent MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * ___parent_0; // System.Boolean Mono.Net.Security.MobileTlsContext::serverMode bool ___serverMode_1; // System.String Mono.Net.Security.MobileTlsContext::targetHost String_t* ___targetHost_2; // System.String Mono.Net.Security.MobileTlsContext::serverName String_t* ___serverName_3; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileTlsContext::enabledProtocols int32_t ___enabledProtocols_4; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::serverCertificate X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate_5; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::clientCertificates X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates_6; // System.Boolean Mono.Net.Security.MobileTlsContext::askForClientCert bool ___askForClientCert_7; // Mono.Security.Interface.ICertificateValidator2 Mono.Net.Security.MobileTlsContext::certificateValidator RuntimeObject* ___certificateValidator_8; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___parent_0)); } inline MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * get_parent_0() const { return ___parent_0; } inline MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_serverMode_1() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___serverMode_1)); } inline bool get_serverMode_1() const { return ___serverMode_1; } inline bool* get_address_of_serverMode_1() { return &___serverMode_1; } inline void set_serverMode_1(bool value) { ___serverMode_1 = value; } inline static int32_t get_offset_of_targetHost_2() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___targetHost_2)); } inline String_t* get_targetHost_2() const { return ___targetHost_2; } inline String_t** get_address_of_targetHost_2() { return &___targetHost_2; } inline void set_targetHost_2(String_t* value) { ___targetHost_2 = value; Il2CppCodeGenWriteBarrier((&___targetHost_2), value); } inline static int32_t get_offset_of_serverName_3() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___serverName_3)); } inline String_t* get_serverName_3() const { return ___serverName_3; } inline String_t** get_address_of_serverName_3() { return &___serverName_3; } inline void set_serverName_3(String_t* value) { ___serverName_3 = value; Il2CppCodeGenWriteBarrier((&___serverName_3), value); } inline static int32_t get_offset_of_enabledProtocols_4() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___enabledProtocols_4)); } inline int32_t get_enabledProtocols_4() const { return ___enabledProtocols_4; } inline int32_t* get_address_of_enabledProtocols_4() { return &___enabledProtocols_4; } inline void set_enabledProtocols_4(int32_t value) { ___enabledProtocols_4 = value; } inline static int32_t get_offset_of_serverCertificate_5() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___serverCertificate_5)); } inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * get_serverCertificate_5() const { return ___serverCertificate_5; } inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 ** get_address_of_serverCertificate_5() { return &___serverCertificate_5; } inline void set_serverCertificate_5(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * value) { ___serverCertificate_5 = value; Il2CppCodeGenWriteBarrier((&___serverCertificate_5), value); } inline static int32_t get_offset_of_clientCertificates_6() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___clientCertificates_6)); } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_clientCertificates_6() const { return ___clientCertificates_6; } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_clientCertificates_6() { return &___clientCertificates_6; } inline void set_clientCertificates_6(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value) { ___clientCertificates_6 = value; Il2CppCodeGenWriteBarrier((&___clientCertificates_6), value); } inline static int32_t get_offset_of_askForClientCert_7() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___askForClientCert_7)); } inline bool get_askForClientCert_7() const { return ___askForClientCert_7; } inline bool* get_address_of_askForClientCert_7() { return &___askForClientCert_7; } inline void set_askForClientCert_7(bool value) { ___askForClientCert_7 = value; } inline static int32_t get_offset_of_certificateValidator_8() { return static_cast(offsetof(MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127, ___certificateValidator_8)); } inline RuntimeObject* get_certificateValidator_8() const { return ___certificateValidator_8; } inline RuntimeObject** get_address_of_certificateValidator_8() { return &___certificateValidator_8; } inline void set_certificateValidator_8(RuntimeObject* value) { ___certificateValidator_8 = value; Il2CppCodeGenWriteBarrier((&___certificateValidator_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOBILETLSCONTEXT_TFC684CF3275DF6B898319625C4F3A4D537B8A127_H #ifndef MONOTLSCONNECTIONINFO_TE32F709ECF061DD150F45384869CE8431BD7A74D_H #define MONOTLSCONNECTIONINFO_TE32F709ECF061DD150F45384869CE8431BD7A74D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.MonoTlsConnectionInfo struct MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D : public RuntimeObject { public: // Mono.Security.Interface.CipherSuiteCode Mono.Security.Interface.MonoTlsConnectionInfo::k__BackingField uint16_t ___U3CCipherSuiteCodeU3Ek__BackingField_0; // Mono.Security.Interface.TlsProtocols Mono.Security.Interface.MonoTlsConnectionInfo::k__BackingField int32_t ___U3CProtocolVersionU3Ek__BackingField_1; // System.String Mono.Security.Interface.MonoTlsConnectionInfo::k__BackingField String_t* ___U3CPeerDomainNameU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCipherSuiteCodeU3Ek__BackingField_0() { return static_cast(offsetof(MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D, ___U3CCipherSuiteCodeU3Ek__BackingField_0)); } inline uint16_t get_U3CCipherSuiteCodeU3Ek__BackingField_0() const { return ___U3CCipherSuiteCodeU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CCipherSuiteCodeU3Ek__BackingField_0() { return &___U3CCipherSuiteCodeU3Ek__BackingField_0; } inline void set_U3CCipherSuiteCodeU3Ek__BackingField_0(uint16_t value) { ___U3CCipherSuiteCodeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CProtocolVersionU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D, ___U3CProtocolVersionU3Ek__BackingField_1)); } inline int32_t get_U3CProtocolVersionU3Ek__BackingField_1() const { return ___U3CProtocolVersionU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CProtocolVersionU3Ek__BackingField_1() { return &___U3CProtocolVersionU3Ek__BackingField_1; } inline void set_U3CProtocolVersionU3Ek__BackingField_1(int32_t value) { ___U3CProtocolVersionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CPeerDomainNameU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D, ___U3CPeerDomainNameU3Ek__BackingField_2)); } inline String_t* get_U3CPeerDomainNameU3Ek__BackingField_2() const { return ___U3CPeerDomainNameU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPeerDomainNameU3Ek__BackingField_2() { return &___U3CPeerDomainNameU3Ek__BackingField_2; } inline void set_U3CPeerDomainNameU3Ek__BackingField_2(String_t* value) { ___U3CPeerDomainNameU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CPeerDomainNameU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTLSCONNECTIONINFO_TE32F709ECF061DD150F45384869CE8431BD7A74D_H #ifndef UNITYTLS_ERRORSTATE_T64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6_H #define UNITYTLS_ERRORSTATE_T64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_errorstate struct unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_errorstate::magic uint32_t ___magic_0; // Mono.Unity.UnityTls_unitytls_error_code Mono.Unity.UnityTls_unitytls_errorstate::code uint32_t ___code_1; // System.UInt64 Mono.Unity.UnityTls_unitytls_errorstate::reserved uint64_t ___reserved_2; public: inline static int32_t get_offset_of_magic_0() { return static_cast(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___magic_0)); } inline uint32_t get_magic_0() const { return ___magic_0; } inline uint32_t* get_address_of_magic_0() { return &___magic_0; } inline void set_magic_0(uint32_t value) { ___magic_0 = value; } inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___code_1)); } inline uint32_t get_code_1() const { return ___code_1; } inline uint32_t* get_address_of_code_1() { return &___code_1; } inline void set_code_1(uint32_t value) { ___code_1 = value; } inline static int32_t get_offset_of_reserved_2() { return static_cast(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___reserved_2)); } inline uint64_t get_reserved_2() const { return ___reserved_2; } inline uint64_t* get_address_of_reserved_2() { return &___reserved_2; } inline void set_reserved_2(uint64_t value) { ___reserved_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_ERRORSTATE_T64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6_H #ifndef UNITYTLS_TLSCTX_PROTOCOLRANGE_T36243D72F83DAD47C95928314F58026DE8D38F47_H #define UNITYTLS_TLSCTX_PROTOCOLRANGE_T36243D72F83DAD47C95928314F58026DE8D38F47_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange struct unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 { public: // Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange::min uint32_t ___min_0; // Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange::max uint32_t ___max_1; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47, ___min_0)); } inline uint32_t get_min_0() const { return ___min_0; } inline uint32_t* get_address_of_min_0() { return &___min_0; } inline void set_min_0(uint32_t value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47, ___max_1)); } inline uint32_t get_max_1() const { return ___max_1; } inline uint32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(uint32_t value) { ___max_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_PROTOCOLRANGE_T36243D72F83DAD47C95928314F58026DE8D38F47_H #ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { 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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___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((&___m_actualValue_19), value); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_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((&____rangeMessage_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #ifndef BASENUMBERCONVERTER_T6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63_H #define BASENUMBERCONVERTER_T6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASENUMBERCONVERTER_T6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63_H #ifndef BOOLEANCONVERTER_TD0D177A9F577915FAA9F6749229672CE8EBAA94C_H #define BOOLEANCONVERTER_TD0D177A9F577915FAA9F6749229672CE8EBAA94C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.BooleanConverter struct BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB { public: public: }; struct BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_StaticFields { public: // System.ComponentModel.TypeConverter_StandardValuesCollection modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.BooleanConverter::values StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * ___values_2; public: inline static int32_t get_offset_of_values_2() { return static_cast(offsetof(BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C_StaticFields, ___values_2)); } inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * get_values_2() const { return ___values_2; } inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 ** get_address_of_values_2() { return &___values_2; } inline void set_values_2(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * value) { ___values_2 = value; Il2CppCodeGenWriteBarrier((&___values_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEANCONVERTER_TD0D177A9F577915FAA9F6749229672CE8EBAA94C_H #ifndef COLLECTIONCONVERTER_T039E15C433996B0F0F0EB78BEE81F6DE0705F184_H #define COLLECTIONCONVERTER_T039E15C433996B0F0F0EB78BEE81F6DE0705F184_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CollectionConverter struct CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONCONVERTER_T039E15C433996B0F0F0EB78BEE81F6DE0705F184_H #ifndef EDITORBROWSABLEATTRIBUTE_TF3507DF0AB82A8D54C70D6F7FB4D363DF729D516_H #define EDITORBROWSABLEATTRIBUTE_TF3507DF0AB82A8D54C70D6F7FB4D363DF729D516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::browsableState int32_t ___browsableState_0; public: inline static int32_t get_offset_of_browsableState_0() { return static_cast(offsetof(EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516, ___browsableState_0)); } inline int32_t get_browsableState_0() const { return ___browsableState_0; } inline int32_t* get_address_of_browsableState_0() { return &___browsableState_0; } inline void set_browsableState_0(int32_t value) { ___browsableState_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITORBROWSABLEATTRIBUTE_TF3507DF0AB82A8D54C70D6F7FB4D363DF729D516_H #ifndef ENUMCONVERTER_T5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12_H #define ENUMCONVERTER_T5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EnumConverter struct EnumConverter_t5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB { public: // System.ComponentModel.TypeConverter_StandardValuesCollection System.ComponentModel.EnumConverter::values StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * ___values_2; // System.Type System.ComponentModel.EnumConverter::type Type_t * ___type_3; public: inline static int32_t get_offset_of_values_2() { return static_cast(offsetof(EnumConverter_t5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12, ___values_2)); } inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * get_values_2() const { return ___values_2; } inline StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 ** get_address_of_values_2() { return &___values_2; } inline void set_values_2(StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * value) { ___values_2 = value; Il2CppCodeGenWriteBarrier((&___values_2), value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(EnumConverter_t5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12, ___type_3)); } inline Type_t * get_type_3() const { return ___type_3; } inline Type_t ** get_address_of_type_3() { return &___type_3; } inline void set_type_3(Type_t * value) { ___type_3 = value; Il2CppCodeGenWriteBarrier((&___type_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCONVERTER_T5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12_H #ifndef STRINGCONVERTER_T054FA0796F4C8E951208AFA052D99BCB8E68BED7_H #define STRINGCONVERTER_T054FA0796F4C8E951208AFA052D99BCB8E68BED7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.StringConverter struct StringConverter_t054FA0796F4C8E951208AFA052D99BCB8E68BED7 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCONVERTER_T054FA0796F4C8E951208AFA052D99BCB8E68BED7_H #ifndef TIMESPANCONVERTER_T4025A0861C52420BC73D837729E5EFA6ECDE07C7_H #define TIMESPANCONVERTER_T4025A0861C52420BC73D837729E5EFA6ECDE07C7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_t4025A0861C52420BC73D837729E5EFA6ECDE07C7 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPANCONVERTER_T4025A0861C52420BC73D837729E5EFA6ECDE07C7_H #ifndef WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H #define WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Win32Exception struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 : public ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE { 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_tB05BE97AB4CADD54DF96C0109689F0ECA7517668, ___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_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_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_t4EFE6A1D6502662B911688316C6920444A18CF0C * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_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_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((&___s_ErrorMessage_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H #ifndef NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H #define NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_1), value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_2), value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_3), value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_4), value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_5), value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_6), value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_9), value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_10), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_11), value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_12), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_15), value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_16), value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_17), value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_18), value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_19), value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((&___invariantInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H #ifndef DEFLATESTREAM_T31630A254BA2F3626DA55B570FE488DFF4A227FE_H #define DEFLATESTREAM_T31630A254BA2F3626DA55B570FE488DFF4A227FE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream System.IO.Compression.DeflateStream::base_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___base_stream_4; // System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode int32_t ___mode_5; // System.Boolean System.IO.Compression.DeflateStream::leaveOpen bool ___leaveOpen_6; // System.Boolean System.IO.Compression.DeflateStream::disposed bool ___disposed_7; // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStream::native DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * ___native_8; public: inline static int32_t get_offset_of_base_stream_4() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___base_stream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_base_stream_4() const { return ___base_stream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_base_stream_4() { return &___base_stream_4; } inline void set_base_stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___base_stream_4 = value; Il2CppCodeGenWriteBarrier((&___base_stream_4), value); } inline static int32_t get_offset_of_mode_5() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___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_leaveOpen_6() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___leaveOpen_6)); } inline bool get_leaveOpen_6() const { return ___leaveOpen_6; } inline bool* get_address_of_leaveOpen_6() { return &___leaveOpen_6; } inline void set_leaveOpen_6(bool value) { ___leaveOpen_6 = value; } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___disposed_7)); } inline bool get_disposed_7() const { return ___disposed_7; } inline bool* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(bool value) { ___disposed_7 = value; } inline static int32_t get_offset_of_native_8() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___native_8)); } inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * get_native_8() const { return ___native_8; } inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB ** get_address_of_native_8() { return &___native_8; } inline void set_native_8(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * value) { ___native_8 = value; Il2CppCodeGenWriteBarrier((&___native_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATESTREAM_T31630A254BA2F3626DA55B570FE488DFF4A227FE_H #ifndef SAFEDEFLATESTREAMHANDLE_TE4BC64B6A6597FD38FC9B774F01C4D1EC7464959_H #define SAFEDEFLATESTREAMHANDLE_TE4BC64B6A6597FD38FC9B774F01C4D1EC7464959_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle struct SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEDEFLATESTREAMHANDLE_TE4BC64B6A6597FD38FC9B774F01C4D1EC7464959_H #ifndef IOSELECTORJOB_T2B03604D19B81660C4C1C06590C76BC8630DDE99_H #define IOSELECTORJOB_T2B03604D19B81660C4C1C06590C76BC8630DDE99_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IOSelectorJob struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 : public RuntimeObject { public: // System.IOOperation System.IOSelectorJob::operation int32_t ___operation_0; // System.IOAsyncCallback System.IOSelectorJob::callback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___callback_1; // System.IOAsyncResult System.IOSelectorJob::state IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___state_2; public: inline static int32_t get_offset_of_operation_0() { return static_cast(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___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_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___callback_1)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_callback_1() const { return ___callback_1; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((&___callback_1), value); } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___state_2)); } inline IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * get_state_2() const { return ___state_2; } inline IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD ** get_address_of_state_2() { return &___state_2; } inline void set_state_2(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * value) { ___state_2 = value; Il2CppCodeGenWriteBarrier((&___state_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.IOSelectorJob struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke { int32_t ___operation_0; Il2CppMethodPointer ___callback_1; IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke* ___state_2; }; // Native definition for COM marshalling of System.IOSelectorJob struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com { int32_t ___operation_0; Il2CppMethodPointer ___callback_1; IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com* ___state_2; }; #endif // IOSELECTORJOB_T2B03604D19B81660C4C1C06590C76BC8630DDE99_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((&___delegates_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // MULTICASTDELEGATE_T_H #ifndef REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H #define REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 : 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_t30D7352C7E9D49EEADD492A70EC92C118D90CD61, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H #ifndef SETTINGSSECTIONINTERNAL_TF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_H #define SETTINGSSECTIONINTERNAL_TF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.SettingsSectionInternal struct SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 : public RuntimeObject { public: // System.Boolean System.Net.Configuration.SettingsSectionInternal::HttpListenerUnescapeRequestUrl bool ___HttpListenerUnescapeRequestUrl_1; // System.Net.Sockets.IPProtectionLevel System.Net.Configuration.SettingsSectionInternal::IPProtectionLevel int32_t ___IPProtectionLevel_2; public: inline static int32_t get_offset_of_HttpListenerUnescapeRequestUrl_1() { return static_cast(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___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_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___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; } }; struct SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields { public: // System.Net.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::instance SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields, ___instance_0)); } inline SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * get_instance_0() const { return ___instance_0; } inline SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SETTINGSSECTIONINTERNAL_TF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_H #ifndef COOKIE_T595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_H #define COOKIE_T595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cookie struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 : public RuntimeObject { public: // System.String System.Net.Cookie::m_comment String_t* ___m_comment_4; // System.Uri System.Net.Cookie::m_commentUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_commentUri_5; // System.Net.CookieVariant System.Net.Cookie::m_cookieVariant int32_t ___m_cookieVariant_6; // System.Boolean System.Net.Cookie::m_discard bool ___m_discard_7; // System.String System.Net.Cookie::m_domain String_t* ___m_domain_8; // System.Boolean System.Net.Cookie::m_domain_implicit bool ___m_domain_implicit_9; // System.DateTime System.Net.Cookie::m_expires DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_expires_10; // System.String System.Net.Cookie::m_name String_t* ___m_name_11; // System.String System.Net.Cookie::m_path String_t* ___m_path_12; // System.Boolean System.Net.Cookie::m_path_implicit bool ___m_path_implicit_13; // System.String System.Net.Cookie::m_port String_t* ___m_port_14; // System.Boolean System.Net.Cookie::m_port_implicit bool ___m_port_implicit_15; // System.Int32[] System.Net.Cookie::m_port_list Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_port_list_16; // System.Boolean System.Net.Cookie::m_secure bool ___m_secure_17; // System.Boolean System.Net.Cookie::m_httpOnly bool ___m_httpOnly_18; // System.DateTime System.Net.Cookie::m_timeStamp DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_timeStamp_19; // System.String System.Net.Cookie::m_value String_t* ___m_value_20; // System.Int32 System.Net.Cookie::m_version int32_t ___m_version_21; // System.String System.Net.Cookie::m_domainKey String_t* ___m_domainKey_22; // System.Boolean System.Net.Cookie::IsQuotedVersion bool ___IsQuotedVersion_23; // System.Boolean System.Net.Cookie::IsQuotedDomain bool ___IsQuotedDomain_24; public: inline static int32_t get_offset_of_m_comment_4() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_comment_4)); } inline String_t* get_m_comment_4() const { return ___m_comment_4; } inline String_t** get_address_of_m_comment_4() { return &___m_comment_4; } inline void set_m_comment_4(String_t* value) { ___m_comment_4 = value; Il2CppCodeGenWriteBarrier((&___m_comment_4), value); } inline static int32_t get_offset_of_m_commentUri_5() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_commentUri_5)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_commentUri_5() const { return ___m_commentUri_5; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_commentUri_5() { return &___m_commentUri_5; } inline void set_m_commentUri_5(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___m_commentUri_5 = value; Il2CppCodeGenWriteBarrier((&___m_commentUri_5), value); } inline static int32_t get_offset_of_m_cookieVariant_6() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_cookieVariant_6)); } inline int32_t get_m_cookieVariant_6() const { return ___m_cookieVariant_6; } inline int32_t* get_address_of_m_cookieVariant_6() { return &___m_cookieVariant_6; } inline void set_m_cookieVariant_6(int32_t value) { ___m_cookieVariant_6 = value; } inline static int32_t get_offset_of_m_discard_7() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_discard_7)); } inline bool get_m_discard_7() const { return ___m_discard_7; } inline bool* get_address_of_m_discard_7() { return &___m_discard_7; } inline void set_m_discard_7(bool value) { ___m_discard_7 = value; } inline static int32_t get_offset_of_m_domain_8() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_8)); } inline String_t* get_m_domain_8() const { return ___m_domain_8; } inline String_t** get_address_of_m_domain_8() { return &___m_domain_8; } inline void set_m_domain_8(String_t* value) { ___m_domain_8 = value; Il2CppCodeGenWriteBarrier((&___m_domain_8), value); } inline static int32_t get_offset_of_m_domain_implicit_9() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_implicit_9)); } inline bool get_m_domain_implicit_9() const { return ___m_domain_implicit_9; } inline bool* get_address_of_m_domain_implicit_9() { return &___m_domain_implicit_9; } inline void set_m_domain_implicit_9(bool value) { ___m_domain_implicit_9 = value; } inline static int32_t get_offset_of_m_expires_10() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_expires_10)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_expires_10() const { return ___m_expires_10; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_expires_10() { return &___m_expires_10; } inline void set_m_expires_10(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_expires_10 = value; } inline static int32_t get_offset_of_m_name_11() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_name_11)); } inline String_t* get_m_name_11() const { return ___m_name_11; } inline String_t** get_address_of_m_name_11() { return &___m_name_11; } inline void set_m_name_11(String_t* value) { ___m_name_11 = value; Il2CppCodeGenWriteBarrier((&___m_name_11), value); } inline static int32_t get_offset_of_m_path_12() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_12)); } inline String_t* get_m_path_12() const { return ___m_path_12; } inline String_t** get_address_of_m_path_12() { return &___m_path_12; } inline void set_m_path_12(String_t* value) { ___m_path_12 = value; Il2CppCodeGenWriteBarrier((&___m_path_12), value); } inline static int32_t get_offset_of_m_path_implicit_13() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_implicit_13)); } inline bool get_m_path_implicit_13() const { return ___m_path_implicit_13; } inline bool* get_address_of_m_path_implicit_13() { return &___m_path_implicit_13; } inline void set_m_path_implicit_13(bool value) { ___m_path_implicit_13 = value; } inline static int32_t get_offset_of_m_port_14() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_14)); } inline String_t* get_m_port_14() const { return ___m_port_14; } inline String_t** get_address_of_m_port_14() { return &___m_port_14; } inline void set_m_port_14(String_t* value) { ___m_port_14 = value; Il2CppCodeGenWriteBarrier((&___m_port_14), value); } inline static int32_t get_offset_of_m_port_implicit_15() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_implicit_15)); } inline bool get_m_port_implicit_15() const { return ___m_port_implicit_15; } inline bool* get_address_of_m_port_implicit_15() { return &___m_port_implicit_15; } inline void set_m_port_implicit_15(bool value) { ___m_port_implicit_15 = value; } inline static int32_t get_offset_of_m_port_list_16() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_list_16)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_port_list_16() const { return ___m_port_list_16; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_port_list_16() { return &___m_port_list_16; } inline void set_m_port_list_16(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___m_port_list_16 = value; Il2CppCodeGenWriteBarrier((&___m_port_list_16), value); } inline static int32_t get_offset_of_m_secure_17() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_secure_17)); } inline bool get_m_secure_17() const { return ___m_secure_17; } inline bool* get_address_of_m_secure_17() { return &___m_secure_17; } inline void set_m_secure_17(bool value) { ___m_secure_17 = value; } inline static int32_t get_offset_of_m_httpOnly_18() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_httpOnly_18)); } inline bool get_m_httpOnly_18() const { return ___m_httpOnly_18; } inline bool* get_address_of_m_httpOnly_18() { return &___m_httpOnly_18; } inline void set_m_httpOnly_18(bool value) { ___m_httpOnly_18 = value; } inline static int32_t get_offset_of_m_timeStamp_19() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_timeStamp_19)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_timeStamp_19() const { return ___m_timeStamp_19; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_timeStamp_19() { return &___m_timeStamp_19; } inline void set_m_timeStamp_19(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_timeStamp_19 = value; } inline static int32_t get_offset_of_m_value_20() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_value_20)); } inline String_t* get_m_value_20() const { return ___m_value_20; } inline String_t** get_address_of_m_value_20() { return &___m_value_20; } inline void set_m_value_20(String_t* value) { ___m_value_20 = value; Il2CppCodeGenWriteBarrier((&___m_value_20), value); } inline static int32_t get_offset_of_m_version_21() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_version_21)); } inline int32_t get_m_version_21() const { return ___m_version_21; } inline int32_t* get_address_of_m_version_21() { return &___m_version_21; } inline void set_m_version_21(int32_t value) { ___m_version_21 = value; } inline static int32_t get_offset_of_m_domainKey_22() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domainKey_22)); } inline String_t* get_m_domainKey_22() const { return ___m_domainKey_22; } inline String_t** get_address_of_m_domainKey_22() { return &___m_domainKey_22; } inline void set_m_domainKey_22(String_t* value) { ___m_domainKey_22 = value; Il2CppCodeGenWriteBarrier((&___m_domainKey_22), value); } inline static int32_t get_offset_of_IsQuotedVersion_23() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedVersion_23)); } inline bool get_IsQuotedVersion_23() const { return ___IsQuotedVersion_23; } inline bool* get_address_of_IsQuotedVersion_23() { return &___IsQuotedVersion_23; } inline void set_IsQuotedVersion_23(bool value) { ___IsQuotedVersion_23 = value; } inline static int32_t get_offset_of_IsQuotedDomain_24() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedDomain_24)); } inline bool get_IsQuotedDomain_24() const { return ___IsQuotedDomain_24; } inline bool* get_address_of_IsQuotedDomain_24() { return &___IsQuotedDomain_24; } inline void set_IsQuotedDomain_24(bool value) { ___IsQuotedDomain_24 = value; } }; struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields { public: // System.Char[] System.Net.Cookie::PortSplitDelimiters CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PortSplitDelimiters_0; // System.Char[] System.Net.Cookie::Reserved2Name CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Name_1; // System.Char[] System.Net.Cookie::Reserved2Value CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Value_2; // System.Net.Comparer System.Net.Cookie::staticComparer Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * ___staticComparer_3; public: inline static int32_t get_offset_of_PortSplitDelimiters_0() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___PortSplitDelimiters_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PortSplitDelimiters_0() const { return ___PortSplitDelimiters_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PortSplitDelimiters_0() { return &___PortSplitDelimiters_0; } inline void set_PortSplitDelimiters_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___PortSplitDelimiters_0 = value; Il2CppCodeGenWriteBarrier((&___PortSplitDelimiters_0), value); } inline static int32_t get_offset_of_Reserved2Name_1() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Name_1)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Name_1() const { return ___Reserved2Name_1; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Name_1() { return &___Reserved2Name_1; } inline void set_Reserved2Name_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___Reserved2Name_1 = value; Il2CppCodeGenWriteBarrier((&___Reserved2Name_1), value); } inline static int32_t get_offset_of_Reserved2Value_2() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Value_2)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Value_2() const { return ___Reserved2Value_2; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Value_2() { return &___Reserved2Value_2; } inline void set_Reserved2Value_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___Reserved2Value_2 = value; Il2CppCodeGenWriteBarrier((&___Reserved2Value_2), value); } inline static int32_t get_offset_of_staticComparer_3() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___staticComparer_3)); } inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * get_staticComparer_3() const { return ___staticComparer_3; } inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB ** get_address_of_staticComparer_3() { return &___staticComparer_3; } inline void set_staticComparer_3(Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * value) { ___staticComparer_3 = value; Il2CppCodeGenWriteBarrier((&___staticComparer_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIE_T595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_H #ifndef COOKIEEXCEPTION_T1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_H #define COOKIEEXCEPTION_T1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieException struct CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIEEXCEPTION_T1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_H #ifndef AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H #define AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest_AuthorizationState struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest_AuthorizationState::request HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0; // System.Boolean System.Net.HttpWebRequest_AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest_AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___request_0)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_0() const { return ___request_0; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((&___request_0), value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; #endif // AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H #ifndef SSLSTREAM_T9CEE8F6E125C734DD807D9289C86860FFEE81087_H #define SSLSTREAM_T9CEE8F6E125C734DD807D9289C86860FFEE81087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.SslStream struct SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 : public AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 { public: // Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::provider MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider_6; // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::impl RuntimeObject* ___impl_7; public: inline static int32_t get_offset_of_provider_6() { return static_cast(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___provider_6)); } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_provider_6() const { return ___provider_6; } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_provider_6() { return &___provider_6; } inline void set_provider_6(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value) { ___provider_6 = value; Il2CppCodeGenWriteBarrier((&___provider_6), value); } inline static int32_t get_offset_of_impl_7() { return static_cast(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___impl_7)); } inline RuntimeObject* get_impl_7() const { return ___impl_7; } inline RuntimeObject** get_address_of_impl_7() { return &___impl_7; } inline void set_impl_7(RuntimeObject* value) { ___impl_7 = value; Il2CppCodeGenWriteBarrier((&___impl_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLSTREAM_T9CEE8F6E125C734DD807D9289C86860FFEE81087_H #ifndef WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H #define WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_AuthenticationLevel_4)); } inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; } inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; } inline void set_m_AuthenticationLevel_4(int32_t value) { ___m_AuthenticationLevel_4 = value; } inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_ImpersonationLevel_5)); } inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; } inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; } inline void set_m_ImpersonationLevel_5(int32_t value) { ___m_ImpersonationLevel_5 = value; } inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CachePolicy_6)); } inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((&___m_CachePolicy_6), value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((&___m_CacheProtocol_7), value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheBinding_8)); } inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((&___m_CacheBinding_8), value); } }; struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread_Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * ___s_DefaultTimerQueue_3; // System.Net.WebRequest_DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; public: inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((&___s_PrefixList_1), value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_InternalSyncObject_2)); } inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; } inline void set_s_InternalSyncObject_2(RuntimeObject * value) { ___s_InternalSyncObject_2 = value; Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_2), value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultTimerQueue_3), value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((&___webRequestCreate_9), value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxy_10)); } inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; } inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; } inline void set_s_DefaultWebProxy_10(RuntimeObject* value) { ___s_DefaultWebProxy_10 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultWebProxy_10), value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxyInitialized_11)); } inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; } inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; } inline void set_s_DefaultWebProxyInitialized_11(bool value) { ___s_DefaultWebProxyInitialized_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H #ifndef NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H #define NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 { 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_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___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_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H #ifndef OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H #define OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { 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_tF68E471ECD1419AD7C51137B742837395F50B69A, ___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((&___objectName_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H #ifndef ASYNCRESULT_TCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_H #define ASYNCRESULT_TCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state RuntimeObject * ___async_state_0; // System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle_1; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate RuntimeObject * ___async_delegate_2; // System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data intptr_t ___data_3; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data RuntimeObject * ___object_data_4; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed bool ___sync_completed_5; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed bool ___completed_6; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called bool ___endinvoke_called_7; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback RuntimeObject * ___async_callback_8; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10; // System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time int64_t ___add_time_11; // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * ___call_message_12; // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl RuntimeObject* ___message_ctrl_13; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message RuntimeObject* ___reply_message_14; // System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___orig_cb_15; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_state_0)); } inline RuntimeObject * get_async_state_0() const { return ___async_state_0; } inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; } inline void set_async_state_0(RuntimeObject * value) { ___async_state_0 = value; Il2CppCodeGenWriteBarrier((&___async_state_0), value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___handle_1)); } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * get_handle_1() const { return ___handle_1; } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((&___handle_1), value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_delegate_2)); } inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; } inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; } inline void set_async_delegate_2(RuntimeObject * value) { ___async_delegate_2 = value; Il2CppCodeGenWriteBarrier((&___async_delegate_2), value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_object_data_4() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___object_data_4)); } inline RuntimeObject * get_object_data_4() const { return ___object_data_4; } inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; } inline void set_object_data_4(RuntimeObject * value) { ___object_data_4 = value; Il2CppCodeGenWriteBarrier((&___object_data_4), value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___sync_completed_5)); } inline bool get_sync_completed_5() const { return ___sync_completed_5; } inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; } inline void set_sync_completed_5(bool value) { ___sync_completed_5 = value; } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___endinvoke_called_7)); } inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; } inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; } inline void set_endinvoke_called_7(bool value) { ___endinvoke_called_7 = value; } inline static int32_t get_offset_of_async_callback_8() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_callback_8)); } inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; } inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; } inline void set_async_callback_8(RuntimeObject * value) { ___async_callback_8 = value; Il2CppCodeGenWriteBarrier((&___async_callback_8), value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___current_9)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_current_9() const { return ___current_9; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((&___current_9), value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___original_10)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_original_10() const { return ___original_10; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((&___original_10), value); } inline static int32_t get_offset_of_add_time_11() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___add_time_11)); } inline int64_t get_add_time_11() const { return ___add_time_11; } inline int64_t* get_address_of_add_time_11() { return &___add_time_11; } inline void set_add_time_11(int64_t value) { ___add_time_11 = value; } inline static int32_t get_offset_of_call_message_12() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___call_message_12)); } inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((&___call_message_12), value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___message_ctrl_13)); } inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; } inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; } inline void set_message_ctrl_13(RuntimeObject* value) { ___message_ctrl_13 = value; Il2CppCodeGenWriteBarrier((&___message_ctrl_13), value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___reply_message_14)); } inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; } inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; } inline void set_reply_message_14(RuntimeObject* value) { ___reply_message_14 = value; Il2CppCodeGenWriteBarrier((&___reply_message_14), value); } inline static int32_t get_offset_of_orig_cb_15() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___orig_cb_15)); } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_orig_cb_15() const { return ___orig_cb_15; } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_orig_cb_15() { return &___orig_cb_15; } inline void set_orig_cb_15(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value) { ___orig_cb_15 = value; Il2CppCodeGenWriteBarrier((&___orig_cb_15), value); } }; struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields { public: // System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___ccb_16; public: inline static int32_t get_offset_of_ccb_16() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields, ___ccb_16)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_ccb_16() const { return ___ccb_16; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_ccb_16() { return &___ccb_16; } inline void set_ccb_16(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___ccb_16 = value; Il2CppCodeGenWriteBarrier((&___ccb_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_pinvoke { Il2CppIUnknown* ___async_state_0; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; // Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_com { Il2CppIUnknown* ___async_state_0; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com* ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; #endif // ASYNCRESULT_TCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_H #ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H #define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; #endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H #ifndef EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H #define EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.EventWaitHandle struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H #ifndef TASK_1_T640F0CBB720BB9CD14B90B7B81624471A9F56D87_H #define TASK_1_T640F0CBB720BB9CD14B90B7B81624471A9F56D87_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87, ___m_result_22)); } inline int32_t get_m_result_22() const { return ___m_result_22; } inline int32_t* get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(int32_t value) { ___m_result_22 = value; } }; struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((&___s_Factory_23), value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((&___TaskWhenAnyCast_24), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TASK_1_T640F0CBB720BB9CD14B90B7B81624471A9F56D87_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((&___FilterName_1), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), 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((&___Missing_3), 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_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #define URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_13; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_14; // System.UriParser System.Uri::m_Syntax UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_16; // System.Uri_Flags System.Uri::m_Flags uint64_t ___m_Flags_17; // System.Uri_UriInfo System.Uri::m_Info UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_19; public: inline static int32_t get_offset_of_m_String_13() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_13)); } inline String_t* get_m_String_13() const { return ___m_String_13; } inline String_t** get_address_of_m_String_13() { return &___m_String_13; } inline void set_m_String_13(String_t* value) { ___m_String_13 = value; Il2CppCodeGenWriteBarrier((&___m_String_13), value); } inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_14)); } inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; } inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; } inline void set_m_originalUnicodeString_14(String_t* value) { ___m_originalUnicodeString_14 = value; Il2CppCodeGenWriteBarrier((&___m_originalUnicodeString_14), value); } inline static int32_t get_offset_of_m_Syntax_15() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_15)); } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15() const { return ___m_Syntax_15; } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; } inline void set_m_Syntax_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value) { ___m_Syntax_15 = value; Il2CppCodeGenWriteBarrier((&___m_Syntax_15), value); } inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_16)); } inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; } inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; } inline void set_m_DnsSafeHost_16(String_t* value) { ___m_DnsSafeHost_16 = value; Il2CppCodeGenWriteBarrier((&___m_DnsSafeHost_16), value); } inline static int32_t get_offset_of_m_Flags_17() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_17)); } inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; } inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; } inline void set_m_Flags_17(uint64_t value) { ___m_Flags_17 = value; } inline static int32_t get_offset_of_m_Info_18() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_18)); } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18() const { return ___m_Info_18; } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_18() { return &___m_Info_18; } inline void set_m_Info_18(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value) { ___m_Info_18 = value; Il2CppCodeGenWriteBarrier((&___m_Info_18), value); } inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_19)); } inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; } inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; } inline void set_m_iriParsing_19(bool value) { ___m_iriParsing_19 = value; } }; struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_20; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_21; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_22; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_23; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_24; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_25; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_26; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27; // System.Char[] System.Uri::_WSchars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_0), value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_1), value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_2), value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_3), value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_4), value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeWs_5), value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeWss_6), value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_7), value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_8), value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_9), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_10), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_11), value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_12), value); } inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_20)); } inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; } inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; } inline void set_s_ConfigInitialized_20(bool value) { ___s_ConfigInitialized_20 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_21)); } inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; } inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; } inline void set_s_ConfigInitializing_21(bool value) { ___s_ConfigInitializing_21 = value; } inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_22)); } inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; } inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; } inline void set_s_IdnScope_22(int32_t value) { ___s_IdnScope_22 = value; } inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_23)); } inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; } inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; } inline void set_s_IriParsing_23(bool value) { ___s_IriParsing_23 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_24)); } inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; } inline void set_useDotNetRelativeOrAbsolute_24(bool value) { ___useDotNetRelativeOrAbsolute_24 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_25)); } inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; } inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; } inline void set_IsWindowsFileSystem_25(bool value) { ___IsWindowsFileSystem_25 = value; } inline static int32_t get_offset_of_s_initLock_26() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_26)); } inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; } inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; } inline void set_s_initLock_26(RuntimeObject * value) { ___s_initLock_26 = value; Il2CppCodeGenWriteBarrier((&___s_initLock_26), value); } inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_27)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_27() const { return ___HexLowerChars_27; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; } inline void set_HexLowerChars_27(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___HexLowerChars_27 = value; Il2CppCodeGenWriteBarrier((&___HexLowerChars_27), value); } inline static int32_t get_offset_of__WSchars_28() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_28)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_28() const { return ____WSchars_28; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_28() { return &____WSchars_28; } inline void set__WSchars_28(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____WSchars_28 = value; Il2CppCodeGenWriteBarrier((&____WSchars_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #ifndef URIFORMATEXCEPTION_T86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_H #define URIFORMATEXCEPTION_T86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriFormatException struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIFORMATEXCEPTION_T86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_H #ifndef MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H #define MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___U3CCertificateValidationTimeU3Ek__BackingField_2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::k__BackingField X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___U3CTrustAnchorsU3Ek__BackingField_3; // System.Object Mono.Security.Interface.MonoTlsSettings::k__BackingField RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___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_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 ___U3CEnabledProtocolsU3Ek__BackingField_7; // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::k__BackingField CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* ___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_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___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_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); } inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * value) { ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); } inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * value) { ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); } inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 value) { ___U3CCertificateValidationTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CTrustAnchorsU3Ek__BackingField_3)); } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; } inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value) { ___U3CTrustAnchorsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CTrustAnchorsU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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((&___U3CUserSettingsU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___U3CCertificateSearchPathsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CCertificateSearchPathsU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledProtocolsU3Ek__BackingField_7)); } inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; } inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; } inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 value) { ___U3CEnabledProtocolsU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledCiphersU3Ek__BackingField_8)); } inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; } inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; } inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* value) { ___U3CEnabledCiphersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CEnabledCiphersU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_cloned_9() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___useServicePointManagerCallback_12)); } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; } inline void set_useServicePointManagerCallback_12(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value) { ___useServicePointManagerCallback_12 = value; } inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___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((&___certificateValidator_15), value); } }; struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields { public: // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___defaultSettings_16; public: inline static int32_t get_offset_of_defaultSettings_16() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields, ___defaultSettings_16)); } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_defaultSettings_16() const { return ___defaultSettings_16; } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; } inline void set_defaultSettings_16(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value) { ___defaultSettings_16 = value; Il2CppCodeGenWriteBarrier((&___defaultSettings_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H #ifndef UNITYTLS_INTERFACE_STRUCT_T0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF_H #define UNITYTLS_INTERFACE_STRUCT_T0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF : public RuntimeObject { public: // System.UInt64 Mono.Unity.UnityTls_unitytls_interface_struct::UNITYTLS_INVALID_HANDLE uint64_t ___UNITYTLS_INVALID_HANDLE_0; // Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange Mono.Unity.UnityTls_unitytls_interface_struct::UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_errorstate_create unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * ___unitytls_errorstate_create_2; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_errorstate_raise_error unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * ___unitytls_errorstate_raise_error_3; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_get_ref unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * ___unitytls_key_get_ref_4; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_parse_der unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * ___unitytls_key_parse_der_5; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_parse_pem unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB * ___unitytls_key_parse_pem_6; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_free_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_key_free unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * ___unitytls_key_free_7; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509_export_der unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 * ___unitytls_x509_export_der_8; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_get_ref unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * ___unitytls_x509list_get_ref_9; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_get_x509 unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 * ___unitytls_x509list_get_x509_10; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_create_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_create unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * ___unitytls_x509list_create_11; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_append_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_append unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF * ___unitytls_x509list_append_12; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_append_der unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * ___unitytls_x509list_append_der_13; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_append_pem unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * ___unitytls_x509list_append_pem_14; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_free_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509list_free unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * ___unitytls_x509list_free_15; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509verify_default_ca unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * ___unitytls_x509verify_default_ca_16; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_x509verify_explicit_ca unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * ___unitytls_x509verify_explicit_ca_17; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_create_server unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * ___unitytls_tlsctx_create_server_18; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_create_client unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * ___unitytls_tlsctx_create_client_19; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_server_require_client_authentication unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * ___unitytls_tlsctx_server_require_client_authentication_20; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_certificate_callback unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * ___unitytls_tlsctx_set_certificate_callback_21; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_trace_callback unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A * ___unitytls_tlsctx_set_trace_callback_22; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_x509verify_callback unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * ___unitytls_tlsctx_set_x509verify_callback_23; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_set_supported_ciphersuites unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * ___unitytls_tlsctx_set_supported_ciphersuites_24; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_get_ciphersuite unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * ___unitytls_tlsctx_get_ciphersuite_25; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_get_protocol unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * ___unitytls_tlsctx_get_protocol_26; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_process_handshake unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * ___unitytls_tlsctx_process_handshake_27; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_read unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * ___unitytls_tlsctx_read_28; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_write unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * ___unitytls_tlsctx_write_29; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_notify_close unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * ___unitytls_tlsctx_notify_close_30; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_tlsctx_free unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * ___unitytls_tlsctx_free_31; // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t Mono.Unity.UnityTls_unitytls_interface_struct::unitytls_random_generate_bytes unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 * ___unitytls_random_generate_bytes_32; public: inline static int32_t get_offset_of_UNITYTLS_INVALID_HANDLE_0() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___UNITYTLS_INVALID_HANDLE_0)); } inline uint64_t get_UNITYTLS_INVALID_HANDLE_0() const { return ___UNITYTLS_INVALID_HANDLE_0; } inline uint64_t* get_address_of_UNITYTLS_INVALID_HANDLE_0() { return &___UNITYTLS_INVALID_HANDLE_0; } inline void set_UNITYTLS_INVALID_HANDLE_0(uint64_t value) { ___UNITYTLS_INVALID_HANDLE_0 = value; } inline static int32_t get_offset_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1)); } inline unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 get_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() const { return ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 * get_address_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return &___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline void set_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 value) { ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1 = value; } inline static int32_t get_offset_of_unitytls_errorstate_create_2() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_errorstate_create_2)); } inline unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * get_unitytls_errorstate_create_2() const { return ___unitytls_errorstate_create_2; } inline unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 ** get_address_of_unitytls_errorstate_create_2() { return &___unitytls_errorstate_create_2; } inline void set_unitytls_errorstate_create_2(unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * value) { ___unitytls_errorstate_create_2 = value; Il2CppCodeGenWriteBarrier((&___unitytls_errorstate_create_2), value); } inline static int32_t get_offset_of_unitytls_errorstate_raise_error_3() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_errorstate_raise_error_3)); } inline unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * get_unitytls_errorstate_raise_error_3() const { return ___unitytls_errorstate_raise_error_3; } inline unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 ** get_address_of_unitytls_errorstate_raise_error_3() { return &___unitytls_errorstate_raise_error_3; } inline void set_unitytls_errorstate_raise_error_3(unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * value) { ___unitytls_errorstate_raise_error_3 = value; Il2CppCodeGenWriteBarrier((&___unitytls_errorstate_raise_error_3), value); } inline static int32_t get_offset_of_unitytls_key_get_ref_4() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_get_ref_4)); } inline unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * get_unitytls_key_get_ref_4() const { return ___unitytls_key_get_ref_4; } inline unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 ** get_address_of_unitytls_key_get_ref_4() { return &___unitytls_key_get_ref_4; } inline void set_unitytls_key_get_ref_4(unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * value) { ___unitytls_key_get_ref_4 = value; Il2CppCodeGenWriteBarrier((&___unitytls_key_get_ref_4), value); } inline static int32_t get_offset_of_unitytls_key_parse_der_5() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_parse_der_5)); } inline unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * get_unitytls_key_parse_der_5() const { return ___unitytls_key_parse_der_5; } inline unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B ** get_address_of_unitytls_key_parse_der_5() { return &___unitytls_key_parse_der_5; } inline void set_unitytls_key_parse_der_5(unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * value) { ___unitytls_key_parse_der_5 = value; Il2CppCodeGenWriteBarrier((&___unitytls_key_parse_der_5), value); } inline static int32_t get_offset_of_unitytls_key_parse_pem_6() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_parse_pem_6)); } inline unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB * get_unitytls_key_parse_pem_6() const { return ___unitytls_key_parse_pem_6; } inline unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB ** get_address_of_unitytls_key_parse_pem_6() { return &___unitytls_key_parse_pem_6; } inline void set_unitytls_key_parse_pem_6(unitytls_key_parse_pem_t_tB4BCEBA4194442C8C85FA19E80B808D0EDA462AB * value) { ___unitytls_key_parse_pem_6 = value; Il2CppCodeGenWriteBarrier((&___unitytls_key_parse_pem_6), value); } inline static int32_t get_offset_of_unitytls_key_free_7() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_key_free_7)); } inline unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * get_unitytls_key_free_7() const { return ___unitytls_key_free_7; } inline unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB ** get_address_of_unitytls_key_free_7() { return &___unitytls_key_free_7; } inline void set_unitytls_key_free_7(unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * value) { ___unitytls_key_free_7 = value; Il2CppCodeGenWriteBarrier((&___unitytls_key_free_7), value); } inline static int32_t get_offset_of_unitytls_x509_export_der_8() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509_export_der_8)); } inline unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 * get_unitytls_x509_export_der_8() const { return ___unitytls_x509_export_der_8; } inline unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 ** get_address_of_unitytls_x509_export_der_8() { return &___unitytls_x509_export_der_8; } inline void set_unitytls_x509_export_der_8(unitytls_x509_export_der_t_tB0D0A02DE7E75757AFCA780298BF95467BF82856 * value) { ___unitytls_x509_export_der_8 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509_export_der_8), value); } inline static int32_t get_offset_of_unitytls_x509list_get_ref_9() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_get_ref_9)); } inline unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * get_unitytls_x509list_get_ref_9() const { return ___unitytls_x509list_get_ref_9; } inline unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 ** get_address_of_unitytls_x509list_get_ref_9() { return &___unitytls_x509list_get_ref_9; } inline void set_unitytls_x509list_get_ref_9(unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * value) { ___unitytls_x509list_get_ref_9 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509list_get_ref_9), value); } inline static int32_t get_offset_of_unitytls_x509list_get_x509_10() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_get_x509_10)); } inline unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 * get_unitytls_x509list_get_x509_10() const { return ___unitytls_x509list_get_x509_10; } inline unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 ** get_address_of_unitytls_x509list_get_x509_10() { return &___unitytls_x509list_get_x509_10; } inline void set_unitytls_x509list_get_x509_10(unitytls_x509list_get_x509_t_t028BB06EEB95E8F62511F2301B90D8181F4FFDB5 * value) { ___unitytls_x509list_get_x509_10 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509list_get_x509_10), value); } inline static int32_t get_offset_of_unitytls_x509list_create_11() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_create_11)); } inline unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * get_unitytls_x509list_create_11() const { return ___unitytls_x509list_create_11; } inline unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 ** get_address_of_unitytls_x509list_create_11() { return &___unitytls_x509list_create_11; } inline void set_unitytls_x509list_create_11(unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * value) { ___unitytls_x509list_create_11 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509list_create_11), value); } inline static int32_t get_offset_of_unitytls_x509list_append_12() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_append_12)); } inline unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF * get_unitytls_x509list_append_12() const { return ___unitytls_x509list_append_12; } inline unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF ** get_address_of_unitytls_x509list_append_12() { return &___unitytls_x509list_append_12; } inline void set_unitytls_x509list_append_12(unitytls_x509list_append_t_tAB1C185C77DFD6BD96DF7909370AA1FAD6BB90AF * value) { ___unitytls_x509list_append_12 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509list_append_12), value); } inline static int32_t get_offset_of_unitytls_x509list_append_der_13() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_append_der_13)); } inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * get_unitytls_x509list_append_der_13() const { return ___unitytls_x509list_append_der_13; } inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C ** get_address_of_unitytls_x509list_append_der_13() { return &___unitytls_x509list_append_der_13; } inline void set_unitytls_x509list_append_der_13(unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * value) { ___unitytls_x509list_append_der_13 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509list_append_der_13), value); } inline static int32_t get_offset_of_unitytls_x509list_append_pem_14() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_append_pem_14)); } inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * get_unitytls_x509list_append_pem_14() const { return ___unitytls_x509list_append_pem_14; } inline unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C ** get_address_of_unitytls_x509list_append_pem_14() { return &___unitytls_x509list_append_pem_14; } inline void set_unitytls_x509list_append_pem_14(unitytls_x509list_append_der_t_tDA1C93A382058FB563F8772B119D5B598DC37A5C * value) { ___unitytls_x509list_append_pem_14 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509list_append_pem_14), value); } inline static int32_t get_offset_of_unitytls_x509list_free_15() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509list_free_15)); } inline unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * get_unitytls_x509list_free_15() const { return ___unitytls_x509list_free_15; } inline unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 ** get_address_of_unitytls_x509list_free_15() { return &___unitytls_x509list_free_15; } inline void set_unitytls_x509list_free_15(unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * value) { ___unitytls_x509list_free_15 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509list_free_15), value); } inline static int32_t get_offset_of_unitytls_x509verify_default_ca_16() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509verify_default_ca_16)); } inline unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * get_unitytls_x509verify_default_ca_16() const { return ___unitytls_x509verify_default_ca_16; } inline unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D ** get_address_of_unitytls_x509verify_default_ca_16() { return &___unitytls_x509verify_default_ca_16; } inline void set_unitytls_x509verify_default_ca_16(unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * value) { ___unitytls_x509verify_default_ca_16 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509verify_default_ca_16), value); } inline static int32_t get_offset_of_unitytls_x509verify_explicit_ca_17() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_x509verify_explicit_ca_17)); } inline unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * get_unitytls_x509verify_explicit_ca_17() const { return ___unitytls_x509verify_explicit_ca_17; } inline unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 ** get_address_of_unitytls_x509verify_explicit_ca_17() { return &___unitytls_x509verify_explicit_ca_17; } inline void set_unitytls_x509verify_explicit_ca_17(unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * value) { ___unitytls_x509verify_explicit_ca_17 = value; Il2CppCodeGenWriteBarrier((&___unitytls_x509verify_explicit_ca_17), value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_server_18() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_create_server_18)); } inline unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * get_unitytls_tlsctx_create_server_18() const { return ___unitytls_tlsctx_create_server_18; } inline unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D ** get_address_of_unitytls_tlsctx_create_server_18() { return &___unitytls_tlsctx_create_server_18; } inline void set_unitytls_tlsctx_create_server_18(unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * value) { ___unitytls_tlsctx_create_server_18 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_create_server_18), value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_client_19() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_create_client_19)); } inline unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * get_unitytls_tlsctx_create_client_19() const { return ___unitytls_tlsctx_create_client_19; } inline unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 ** get_address_of_unitytls_tlsctx_create_client_19() { return &___unitytls_tlsctx_create_client_19; } inline void set_unitytls_tlsctx_create_client_19(unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * value) { ___unitytls_tlsctx_create_client_19 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_create_client_19), value); } inline static int32_t get_offset_of_unitytls_tlsctx_server_require_client_authentication_20() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_server_require_client_authentication_20)); } inline unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * get_unitytls_tlsctx_server_require_client_authentication_20() const { return ___unitytls_tlsctx_server_require_client_authentication_20; } inline unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 ** get_address_of_unitytls_tlsctx_server_require_client_authentication_20() { return &___unitytls_tlsctx_server_require_client_authentication_20; } inline void set_unitytls_tlsctx_server_require_client_authentication_20(unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * value) { ___unitytls_tlsctx_server_require_client_authentication_20 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_server_require_client_authentication_20), value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_certificate_callback_21() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_certificate_callback_21)); } inline unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * get_unitytls_tlsctx_set_certificate_callback_21() const { return ___unitytls_tlsctx_set_certificate_callback_21; } inline unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 ** get_address_of_unitytls_tlsctx_set_certificate_callback_21() { return &___unitytls_tlsctx_set_certificate_callback_21; } inline void set_unitytls_tlsctx_set_certificate_callback_21(unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * value) { ___unitytls_tlsctx_set_certificate_callback_21 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_set_certificate_callback_21), value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_trace_callback_22() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_trace_callback_22)); } inline unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A * get_unitytls_tlsctx_set_trace_callback_22() const { return ___unitytls_tlsctx_set_trace_callback_22; } inline unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A ** get_address_of_unitytls_tlsctx_set_trace_callback_22() { return &___unitytls_tlsctx_set_trace_callback_22; } inline void set_unitytls_tlsctx_set_trace_callback_22(unitytls_tlsctx_set_trace_callback_t_tA11F424F68D297B6FD2B2EA26C6764F80146662A * value) { ___unitytls_tlsctx_set_trace_callback_22 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_set_trace_callback_22), value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_x509verify_callback_23() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_x509verify_callback_23)); } inline unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * get_unitytls_tlsctx_set_x509verify_callback_23() const { return ___unitytls_tlsctx_set_x509verify_callback_23; } inline unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B ** get_address_of_unitytls_tlsctx_set_x509verify_callback_23() { return &___unitytls_tlsctx_set_x509verify_callback_23; } inline void set_unitytls_tlsctx_set_x509verify_callback_23(unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * value) { ___unitytls_tlsctx_set_x509verify_callback_23 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_set_x509verify_callback_23), value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_set_supported_ciphersuites_24)); } inline unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * get_unitytls_tlsctx_set_supported_ciphersuites_24() const { return ___unitytls_tlsctx_set_supported_ciphersuites_24; } inline unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE ** get_address_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return &___unitytls_tlsctx_set_supported_ciphersuites_24; } inline void set_unitytls_tlsctx_set_supported_ciphersuites_24(unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * value) { ___unitytls_tlsctx_set_supported_ciphersuites_24 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_set_supported_ciphersuites_24), value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_ciphersuite_25() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_get_ciphersuite_25)); } inline unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * get_unitytls_tlsctx_get_ciphersuite_25() const { return ___unitytls_tlsctx_get_ciphersuite_25; } inline unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 ** get_address_of_unitytls_tlsctx_get_ciphersuite_25() { return &___unitytls_tlsctx_get_ciphersuite_25; } inline void set_unitytls_tlsctx_get_ciphersuite_25(unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * value) { ___unitytls_tlsctx_get_ciphersuite_25 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_get_ciphersuite_25), value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_protocol_26() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_get_protocol_26)); } inline unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * get_unitytls_tlsctx_get_protocol_26() const { return ___unitytls_tlsctx_get_protocol_26; } inline unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 ** get_address_of_unitytls_tlsctx_get_protocol_26() { return &___unitytls_tlsctx_get_protocol_26; } inline void set_unitytls_tlsctx_get_protocol_26(unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * value) { ___unitytls_tlsctx_get_protocol_26 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_get_protocol_26), value); } inline static int32_t get_offset_of_unitytls_tlsctx_process_handshake_27() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_process_handshake_27)); } inline unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * get_unitytls_tlsctx_process_handshake_27() const { return ___unitytls_tlsctx_process_handshake_27; } inline unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D ** get_address_of_unitytls_tlsctx_process_handshake_27() { return &___unitytls_tlsctx_process_handshake_27; } inline void set_unitytls_tlsctx_process_handshake_27(unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * value) { ___unitytls_tlsctx_process_handshake_27 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_process_handshake_27), value); } inline static int32_t get_offset_of_unitytls_tlsctx_read_28() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_read_28)); } inline unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * get_unitytls_tlsctx_read_28() const { return ___unitytls_tlsctx_read_28; } inline unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 ** get_address_of_unitytls_tlsctx_read_28() { return &___unitytls_tlsctx_read_28; } inline void set_unitytls_tlsctx_read_28(unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * value) { ___unitytls_tlsctx_read_28 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_read_28), value); } inline static int32_t get_offset_of_unitytls_tlsctx_write_29() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_write_29)); } inline unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * get_unitytls_tlsctx_write_29() const { return ___unitytls_tlsctx_write_29; } inline unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C ** get_address_of_unitytls_tlsctx_write_29() { return &___unitytls_tlsctx_write_29; } inline void set_unitytls_tlsctx_write_29(unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * value) { ___unitytls_tlsctx_write_29 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_write_29), value); } inline static int32_t get_offset_of_unitytls_tlsctx_notify_close_30() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_notify_close_30)); } inline unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * get_unitytls_tlsctx_notify_close_30() const { return ___unitytls_tlsctx_notify_close_30; } inline unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D ** get_address_of_unitytls_tlsctx_notify_close_30() { return &___unitytls_tlsctx_notify_close_30; } inline void set_unitytls_tlsctx_notify_close_30(unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * value) { ___unitytls_tlsctx_notify_close_30 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_notify_close_30), value); } inline static int32_t get_offset_of_unitytls_tlsctx_free_31() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_tlsctx_free_31)); } inline unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * get_unitytls_tlsctx_free_31() const { return ___unitytls_tlsctx_free_31; } inline unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 ** get_address_of_unitytls_tlsctx_free_31() { return &___unitytls_tlsctx_free_31; } inline void set_unitytls_tlsctx_free_31(unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * value) { ___unitytls_tlsctx_free_31 = value; Il2CppCodeGenWriteBarrier((&___unitytls_tlsctx_free_31), value); } inline static int32_t get_offset_of_unitytls_random_generate_bytes_32() { return static_cast(offsetof(unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF, ___unitytls_random_generate_bytes_32)); } inline unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 * get_unitytls_random_generate_bytes_32() const { return ___unitytls_random_generate_bytes_32; } inline unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 ** get_address_of_unitytls_random_generate_bytes_32() { return &___unitytls_random_generate_bytes_32; } inline void set_unitytls_random_generate_bytes_32(unitytls_random_generate_bytes_t_t494B8599A6D4247BB0C8AB7341DDC73BE42623F7 * value) { ___unitytls_random_generate_bytes_32 = value; Il2CppCodeGenWriteBarrier((&___unitytls_random_generate_bytes_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF_marshaled_pinvoke { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; // Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF_marshaled_com { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; #endif // UNITYTLS_INTERFACE_STRUCT_T0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF_H #ifndef UNITYTLS_ERRORSTATE_CREATE_T_T104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9_H #define UNITYTLS_ERRORSTATE_CREATE_T_T104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t struct unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_ERRORSTATE_CREATE_T_T104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9_H #ifndef UNITYTLS_ERRORSTATE_RAISE_ERROR_T_TC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1_H #define UNITYTLS_ERRORSTATE_RAISE_ERROR_T_TC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t struct unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_ERRORSTATE_RAISE_ERROR_T_TC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1_H #ifndef UNITYTLS_KEY_FREE_T_TCC7AD95D3B758BB99785645E65EDCD65A1D243AB_H #define UNITYTLS_KEY_FREE_T_TCC7AD95D3B758BB99785645E65EDCD65A1D243AB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_free_t struct unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_KEY_FREE_T_TCC7AD95D3B758BB99785645E65EDCD65A1D243AB_H #ifndef UNITYTLS_KEY_GET_REF_T_T2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7_H #define UNITYTLS_KEY_GET_REF_T_T2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t struct unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_KEY_GET_REF_T_T2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7_H #ifndef UNITYTLS_KEY_PARSE_DER_T_T2ABD1C146C8B9405F6E5A78CD59A779EA607741B_H #define UNITYTLS_KEY_PARSE_DER_T_T2ABD1C146C8B9405F6E5A78CD59A779EA607741B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t struct unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_KEY_PARSE_DER_T_T2ABD1C146C8B9405F6E5A78CD59A779EA607741B_H #ifndef UNITYTLS_TLSCTX_CREATE_CLIENT_T_TD9DFBDB5559983F0E11A67FA92E0F7182114C8F2_H #define UNITYTLS_TLSCTX_CREATE_CLIENT_T_TD9DFBDB5559983F0E11A67FA92E0F7182114C8F2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t struct unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_CREATE_CLIENT_T_TD9DFBDB5559983F0E11A67FA92E0F7182114C8F2_H #ifndef UNITYTLS_TLSCTX_CREATE_SERVER_T_T6E7812D40DDD91958E3CFBB92B5F5748D477E19D_H #define UNITYTLS_TLSCTX_CREATE_SERVER_T_T6E7812D40DDD91958E3CFBB92B5F5748D477E19D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t struct unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_CREATE_SERVER_T_T6E7812D40DDD91958E3CFBB92B5F5748D477E19D_H #ifndef UNITYTLS_TLSCTX_FREE_T_TB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2_H #define UNITYTLS_TLSCTX_FREE_T_TB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t struct unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_FREE_T_TB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2_H #ifndef UNITYTLS_TLSCTX_GET_CIPHERSUITE_T_T94A91CB42A2EBB2CC598EF3E278770AFD80696A0_H #define UNITYTLS_TLSCTX_GET_CIPHERSUITE_T_T94A91CB42A2EBB2CC598EF3E278770AFD80696A0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t struct unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_GET_CIPHERSUITE_T_T94A91CB42A2EBB2CC598EF3E278770AFD80696A0_H #ifndef UNITYTLS_TLSCTX_GET_PROTOCOL_T_TB29092875D3CBD25E4461BFD165B5373FA54DB14_H #define UNITYTLS_TLSCTX_GET_PROTOCOL_T_TB29092875D3CBD25E4461BFD165B5373FA54DB14_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t struct unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_GET_PROTOCOL_T_TB29092875D3CBD25E4461BFD165B5373FA54DB14_H #ifndef UNITYTLS_TLSCTX_NOTIFY_CLOSE_T_T2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D_H #define UNITYTLS_TLSCTX_NOTIFY_CLOSE_T_T2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t struct unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_NOTIFY_CLOSE_T_T2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D_H #ifndef UNITYTLS_TLSCTX_PROCESS_HANDSHAKE_T_TC8AAF317CBE4CA216F22BF031ECF89315B963C9D_H #define UNITYTLS_TLSCTX_PROCESS_HANDSHAKE_T_TC8AAF317CBE4CA216F22BF031ECF89315B963C9D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t struct unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_PROCESS_HANDSHAKE_T_TC8AAF317CBE4CA216F22BF031ECF89315B963C9D_H #ifndef UNITYTLS_TLSCTX_READ_T_TA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2_H #define UNITYTLS_TLSCTX_READ_T_TA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t struct unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_READ_T_TA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2_H #ifndef UNITYTLS_TLSCTX_SERVER_REQUIRE_CLIENT_AUTHENTICATION_T_T77B3CAFF25690A45405E3C957E40CC4FF83B49C6_H #define UNITYTLS_TLSCTX_SERVER_REQUIRE_CLIENT_AUTHENTICATION_T_T77B3CAFF25690A45405E3C957E40CC4FF83B49C6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t struct unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_SERVER_REQUIRE_CLIENT_AUTHENTICATION_T_T77B3CAFF25690A45405E3C957E40CC4FF83B49C6_H #ifndef UNITYTLS_TLSCTX_SET_CERTIFICATE_CALLBACK_T_TC4864FE0F6A3398A572F2511AA64C72126640937_H #define UNITYTLS_TLSCTX_SET_CERTIFICATE_CALLBACK_T_TC4864FE0F6A3398A572F2511AA64C72126640937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t struct unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_SET_CERTIFICATE_CALLBACK_T_TC4864FE0F6A3398A572F2511AA64C72126640937_H #ifndef UNITYTLS_TLSCTX_SET_SUPPORTED_CIPHERSUITES_T_T6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE_H #define UNITYTLS_TLSCTX_SET_SUPPORTED_CIPHERSUITES_T_T6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t struct unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_SET_SUPPORTED_CIPHERSUITES_T_T6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE_H #ifndef UNITYTLS_TLSCTX_SET_X509VERIFY_CALLBACK_T_T34EEB7BA38CA2C86F847416785ADB22BC4A04F4B_H #define UNITYTLS_TLSCTX_SET_X509VERIFY_CALLBACK_T_T34EEB7BA38CA2C86F847416785ADB22BC4A04F4B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t struct unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_SET_X509VERIFY_CALLBACK_T_T34EEB7BA38CA2C86F847416785ADB22BC4A04F4B_H #ifndef UNITYTLS_TLSCTX_WRITE_T_T0B4A49BBA592FE4EC0630B490463AE116AF07C9C_H #define UNITYTLS_TLSCTX_WRITE_T_T0B4A49BBA592FE4EC0630B490463AE116AF07C9C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t struct unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_WRITE_T_T0B4A49BBA592FE4EC0630B490463AE116AF07C9C_H #ifndef UNITYTLS_X509LIST_CREATE_T_TC040C2CF47D5426B7F6B1D6A2751507DC681CFF3_H #define UNITYTLS_X509LIST_CREATE_T_TC040C2CF47D5426B7F6B1D6A2751507DC681CFF3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_create_t struct unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509LIST_CREATE_T_TC040C2CF47D5426B7F6B1D6A2751507DC681CFF3_H #ifndef UNITYTLS_X509LIST_FREE_T_TE3FC523507F07BD9901D84E9F6968CD8A583FF09_H #define UNITYTLS_X509LIST_FREE_T_TE3FC523507F07BD9901D84E9F6968CD8A583FF09_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_free_t struct unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509LIST_FREE_T_TE3FC523507F07BD9901D84E9F6968CD8A583FF09_H #ifndef UNITYTLS_X509LIST_GET_REF_T_T1FAB0CD82E536E0C9EB5255B145FC5AF434B3986_H #define UNITYTLS_X509LIST_GET_REF_T_T1FAB0CD82E536E0C9EB5255B145FC5AF434B3986_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t struct unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509LIST_GET_REF_T_T1FAB0CD82E536E0C9EB5255B145FC5AF434B3986_H #ifndef UNITYTLS_X509VERIFY_DEFAULT_CA_T_T4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D_H #define UNITYTLS_X509VERIFY_DEFAULT_CA_T_T4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t struct unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509VERIFY_DEFAULT_CA_T_T4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D_H #ifndef UNITYTLS_X509VERIFY_EXPLICIT_CA_T_T6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6_H #define UNITYTLS_X509VERIFY_EXPLICIT_CA_T_T6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t struct unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509VERIFY_EXPLICIT_CA_T_T6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6_H #ifndef UNITYTLS_TLSCTX_CERTIFICATE_CALLBACK_T55149A988CA1CE32772ACAC0031DAF4DC0F6D740_H #define UNITYTLS_TLSCTX_CERTIFICATE_CALLBACK_T55149A988CA1CE32772ACAC0031DAF4DC0F6D740_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx_certificate_callback struct unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_CERTIFICATE_CALLBACK_T55149A988CA1CE32772ACAC0031DAF4DC0F6D740_H #ifndef UNITYTLS_TLSCTX_READ_CALLBACK_TD85E7923018681355C1D851137CEC527F04093F5_H #define UNITYTLS_TLSCTX_READ_CALLBACK_TD85E7923018681355C1D851137CEC527F04093F5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx_read_callback struct unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_READ_CALLBACK_TD85E7923018681355C1D851137CEC527F04093F5_H #ifndef UNITYTLS_TLSCTX_TRACE_CALLBACK_T2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA_H #define UNITYTLS_TLSCTX_TRACE_CALLBACK_T2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx_trace_callback struct unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_TRACE_CALLBACK_T2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA_H #ifndef UNITYTLS_TLSCTX_WRITE_CALLBACK_TBDF40F27E011F577C3E834B14788491861F870D6_H #define UNITYTLS_TLSCTX_WRITE_CALLBACK_TBDF40F27E011F577C3E834B14788491861F870D6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx_write_callback struct unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_WRITE_CALLBACK_TBDF40F27E011F577C3E834B14788491861F870D6_H #ifndef UNITYTLS_TLSCTX_X509VERIFY_CALLBACK_T5FCF0307C4AB263BC611FE396EC4D2B9CF93528A_H #define UNITYTLS_TLSCTX_X509VERIFY_CALLBACK_T5FCF0307C4AB263BC611FE396EC4D2B9CF93528A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_tlsctx_x509verify_callback struct unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_TLSCTX_X509VERIFY_CALLBACK_T5FCF0307C4AB263BC611FE396EC4D2B9CF93528A_H #ifndef UNITYTLS_X509VERIFY_CALLBACK_T90C02C529DB2B9F434C18797BACC456BCB5400A9_H #define UNITYTLS_X509VERIFY_CALLBACK_T90C02C529DB2B9F434C18797BACC456BCB5400A9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_x509verify_callback struct unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLS_X509VERIFY_CALLBACK_T90C02C529DB2B9F434C18797BACC456BCB5400A9_H #ifndef UNITYTLSCONTEXT_TA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_H #define UNITYTLSCONTEXT_TA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTlsContext struct UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 : public MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 { public: // Mono.Unity.UnityTls_unitytls_tlsctx* Mono.Unity.UnityTlsContext::tlsContext unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___tlsContext_9; // Mono.Unity.UnityTls_unitytls_x509list* Mono.Unity.UnityTlsContext::requestedClientCertChain unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___requestedClientCertChain_10; // Mono.Unity.UnityTls_unitytls_key* Mono.Unity.UnityTlsContext::requestedClientKey unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * ___requestedClientKey_11; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::localClientCertificate X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___localClientCertificate_12; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::remoteCertificate X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___remoteCertificate_13; // Mono.Security.Interface.MonoTlsConnectionInfo Mono.Unity.UnityTlsContext::connectioninfo MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * ___connectioninfo_14; // System.Boolean Mono.Unity.UnityTlsContext::isAuthenticated bool ___isAuthenticated_15; // System.Boolean Mono.Unity.UnityTlsContext::hasContext bool ___hasContext_16; // System.Boolean Mono.Unity.UnityTlsContext::closedGraceful bool ___closedGraceful_17; // System.Byte[] Mono.Unity.UnityTlsContext::writeBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___writeBuffer_18; // System.Byte[] Mono.Unity.UnityTlsContext::readBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___readBuffer_19; // System.Runtime.InteropServices.GCHandle Mono.Unity.UnityTlsContext::handle GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___handle_20; // System.Exception Mono.Unity.UnityTlsContext::lastException Exception_t * ___lastException_21; public: inline static int32_t get_offset_of_tlsContext_9() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___tlsContext_9)); } inline unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * get_tlsContext_9() const { return ___tlsContext_9; } inline unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 ** get_address_of_tlsContext_9() { return &___tlsContext_9; } inline void set_tlsContext_9(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * value) { ___tlsContext_9 = value; } inline static int32_t get_offset_of_requestedClientCertChain_10() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___requestedClientCertChain_10)); } inline unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * get_requestedClientCertChain_10() const { return ___requestedClientCertChain_10; } inline unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** get_address_of_requestedClientCertChain_10() { return &___requestedClientCertChain_10; } inline void set_requestedClientCertChain_10(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * value) { ___requestedClientCertChain_10 = value; } inline static int32_t get_offset_of_requestedClientKey_11() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___requestedClientKey_11)); } inline unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * get_requestedClientKey_11() const { return ___requestedClientKey_11; } inline unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** get_address_of_requestedClientKey_11() { return &___requestedClientKey_11; } inline void set_requestedClientKey_11(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * value) { ___requestedClientKey_11 = value; } inline static int32_t get_offset_of_localClientCertificate_12() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___localClientCertificate_12)); } inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * get_localClientCertificate_12() const { return ___localClientCertificate_12; } inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 ** get_address_of_localClientCertificate_12() { return &___localClientCertificate_12; } inline void set_localClientCertificate_12(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * value) { ___localClientCertificate_12 = value; Il2CppCodeGenWriteBarrier((&___localClientCertificate_12), value); } inline static int32_t get_offset_of_remoteCertificate_13() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___remoteCertificate_13)); } inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * get_remoteCertificate_13() const { return ___remoteCertificate_13; } inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 ** get_address_of_remoteCertificate_13() { return &___remoteCertificate_13; } inline void set_remoteCertificate_13(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * value) { ___remoteCertificate_13 = value; Il2CppCodeGenWriteBarrier((&___remoteCertificate_13), value); } inline static int32_t get_offset_of_connectioninfo_14() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___connectioninfo_14)); } inline MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * get_connectioninfo_14() const { return ___connectioninfo_14; } inline MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D ** get_address_of_connectioninfo_14() { return &___connectioninfo_14; } inline void set_connectioninfo_14(MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * value) { ___connectioninfo_14 = value; Il2CppCodeGenWriteBarrier((&___connectioninfo_14), value); } inline static int32_t get_offset_of_isAuthenticated_15() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___isAuthenticated_15)); } inline bool get_isAuthenticated_15() const { return ___isAuthenticated_15; } inline bool* get_address_of_isAuthenticated_15() { return &___isAuthenticated_15; } inline void set_isAuthenticated_15(bool value) { ___isAuthenticated_15 = value; } inline static int32_t get_offset_of_hasContext_16() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___hasContext_16)); } inline bool get_hasContext_16() const { return ___hasContext_16; } inline bool* get_address_of_hasContext_16() { return &___hasContext_16; } inline void set_hasContext_16(bool value) { ___hasContext_16 = value; } inline static int32_t get_offset_of_closedGraceful_17() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___closedGraceful_17)); } inline bool get_closedGraceful_17() const { return ___closedGraceful_17; } inline bool* get_address_of_closedGraceful_17() { return &___closedGraceful_17; } inline void set_closedGraceful_17(bool value) { ___closedGraceful_17 = value; } inline static int32_t get_offset_of_writeBuffer_18() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___writeBuffer_18)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_writeBuffer_18() const { return ___writeBuffer_18; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_writeBuffer_18() { return &___writeBuffer_18; } inline void set_writeBuffer_18(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___writeBuffer_18 = value; Il2CppCodeGenWriteBarrier((&___writeBuffer_18), value); } inline static int32_t get_offset_of_readBuffer_19() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___readBuffer_19)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_readBuffer_19() const { return ___readBuffer_19; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_readBuffer_19() { return &___readBuffer_19; } inline void set_readBuffer_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___readBuffer_19 = value; Il2CppCodeGenWriteBarrier((&___readBuffer_19), value); } inline static int32_t get_offset_of_handle_20() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___handle_20)); } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_handle_20() const { return ___handle_20; } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_handle_20() { return &___handle_20; } inline void set_handle_20(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value) { ___handle_20 = value; } inline static int32_t get_offset_of_lastException_21() { return static_cast(offsetof(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067, ___lastException_21)); } inline Exception_t * get_lastException_21() const { return ___lastException_21; } inline Exception_t ** get_address_of_lastException_21() { return &___lastException_21; } inline void set_lastException_21(Exception_t * value) { ___lastException_21 = value; Il2CppCodeGenWriteBarrier((&___lastException_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLSCONTEXT_TA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_H #ifndef UNITYTLSSTREAM_TE8613CD306315DCC3E00A7B1036E20E280F83166_H #define UNITYTLSSTREAM_TE8613CD306315DCC3E00A7B1036E20E280F83166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTlsStream struct UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 : public MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYTLSSTREAM_TE8613CD306315DCC3E00A7B1036E20E280F83166_H #ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #ifndef ARRAYCONVERTER_TAAD8F39711C6ECD39D31226FA1D140DD38752B57_H #define ARRAYCONVERTER_TAAD8F39711C6ECD39D31226FA1D140DD38752B57_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ArrayConverter struct ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57 : public CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYCONVERTER_TAAD8F39711C6ECD39D31226FA1D140DD38752B57_H #ifndef DECIMALCONVERTER_T10232B897580B6DE599BB375BE8C0F4E1C30B0C1_H #define DECIMALCONVERTER_T10232B897580B6DE599BB375BE8C0F4E1C30B0C1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DecimalConverter struct DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMALCONVERTER_T10232B897580B6DE599BB375BE8C0F4E1C30B0C1_H #ifndef DOUBLECONVERTER_T65A5D8B0C2736FC5469CE5DFA468D371DD5F9F75_H #define DOUBLECONVERTER_T65A5D8B0C2736FC5469CE5DFA468D371DD5F9F75_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DoubleConverter struct DoubleConverter_t65A5D8B0C2736FC5469CE5DFA468D371DD5F9F75 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLECONVERTER_T65A5D8B0C2736FC5469CE5DFA468D371DD5F9F75_H #ifndef INT16CONVERTER_TA2223DDF2BE99AD79AD836FCEC90F2C12705433B_H #define INT16CONVERTER_TA2223DDF2BE99AD79AD836FCEC90F2C12705433B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int16Converter struct Int16Converter_tA2223DDF2BE99AD79AD836FCEC90F2C12705433B : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16CONVERTER_TA2223DDF2BE99AD79AD836FCEC90F2C12705433B_H #ifndef INT32CONVERTER_T73A6E403EBE01B56528CB227509954397A46BA22_H #define INT32CONVERTER_T73A6E403EBE01B56528CB227509954397A46BA22_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int32Converter struct Int32Converter_t73A6E403EBE01B56528CB227509954397A46BA22 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32CONVERTER_T73A6E403EBE01B56528CB227509954397A46BA22_H #ifndef INT64CONVERTER_TED09C98C409F894484943F8D4F9C6468A97F1447_H #define INT64CONVERTER_TED09C98C409F894484943F8D4F9C6468A97F1447_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int64Converter struct Int64Converter_tED09C98C409F894484943F8D4F9C6468A97F1447 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64CONVERTER_TED09C98C409F894484943F8D4F9C6468A97F1447_H #ifndef SINGLECONVERTER_T86A24FBD46D753B99344470E9566584F15538902_H #define SINGLECONVERTER_T86A24FBD46D753B99344470E9566584F15538902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.SingleConverter struct SingleConverter_t86A24FBD46D753B99344470E9566584F15538902 : public BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLECONVERTER_T86A24FBD46D753B99344470E9566584F15538902_H #ifndef READMETHOD_T6D92A091070756743232D28A30A05FFCFB7928C4_H #define READMETHOD_T6D92A091070756743232D28A30A05FFCFB7928C4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream_ReadMethod struct ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READMETHOD_T6D92A091070756743232D28A30A05FFCFB7928C4_H #ifndef WRITEMETHOD_TA5073EA0B599530C5CB5FF202832E16DD4C48397_H #define WRITEMETHOD_TA5073EA0B599530C5CB5FF202832E16DD4C48397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream_WriteMethod struct WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITEMETHOD_TA5073EA0B599530C5CB5FF202832E16DD4C48397_H #ifndef UNMANAGEDREADORWRITE_TE27F26A26800EB8FA74A54956323F29F04E055B0_H #define UNMANAGEDREADORWRITE_TE27F26A26800EB8FA74A54956323F29F04E055B0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite struct UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNMANAGEDREADORWRITE_TE27F26A26800EB8FA74A54956323F29F04E055B0_H #ifndef IOASYNCCALLBACK_TEAEB626A6DAC959F4C365B12136A80EE9AA17547_H #define IOASYNCCALLBACK_TEAEB626A6DAC959F4C365B12136A80EE9AA17547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IOAsyncCallback struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOASYNCCALLBACK_TEAEB626A6DAC959F4C365B12136A80EE9AA17547_H #ifndef BINDIPENDPOINT_T6B179B1AD32AF233C8C8E6440DFEF78153A851B9_H #define BINDIPENDPOINT_T6B179B1AD32AF233C8C8E6440DFEF78153A851B9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.BindIPEndPoint struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDIPENDPOINT_T6B179B1AD32AF233C8C8E6440DFEF78153A851B9_H #ifndef HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H #define HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::haveRequest bool ___haveRequest_25; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_26; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_27; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_28; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_29; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_30; // System.String System.Net.HttpWebRequest::method String_t* ___method_31; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_32; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_33; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_34; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_35; // System.Version System.Net.HttpWebRequest::version Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_36; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_37; // System.Version System.Net.HttpWebRequest::actualVersion Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___actualVersion_38; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_39; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_40; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_41; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_42; // System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___writeStream_43; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___webResponse_44; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncWrite_45; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncRead_46; // System.EventHandler System.Net.HttpWebRequest::abortHandler EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_47; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_48; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_49; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_50; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_51; // System.Byte[] System.Net.HttpWebRequest::bodyBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bodyBuffer_52; // System.Int32 System.Net.HttpWebRequest::bodyBufferLength int32_t ___bodyBufferLength_53; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_54; // System.Exception System.Net.HttpWebRequest::saved_exc Exception_t * ___saved_exc_55; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_56; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_57; // System.Net.WebConnection System.Net.HttpWebRequest::WebConnection WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___WebConnection_58; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_59; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_61; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___tlsProvider_62; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___tlsSettings_63; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ___certValidationCallback_64; // System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___auth_state_65; // System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___proxy_auth_state_66; // System.String System.Net.HttpWebRequest::host String_t* ___host_67; // System.Action`1 System.Net.HttpWebRequest::ResendContentFactory Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * ___ResendContentFactory_68; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_69; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_70; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CReuseConnectionU3Ek__BackingField_71; // System.Net.WebConnection System.Net.HttpWebRequest::StoredConnection WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___StoredConnection_72; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestUri_12)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((&___requestUri_12), value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualUri_13)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((&___actualUri_13), value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___hostChanged_14)); } inline bool get_hostChanged_14() const { return ___hostChanged_14; } inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; } inline void set_hostChanged_14(bool value) { ___hostChanged_14 = value; } inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowAutoRedirect_15)); } inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; } inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; } inline void set_allowAutoRedirect_15(bool value) { ___allowAutoRedirect_15 = value; } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowBuffering_16)); } inline bool get_allowBuffering_16() const { return ___allowBuffering_16; } inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; } inline void set_allowBuffering_16(bool value) { ___allowBuffering_16 = value; } inline static int32_t get_offset_of_certificates_17() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certificates_17)); } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((&___certificates_17), value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___connectionGroup_18)); } inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; } inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; } inline void set_connectionGroup_18(String_t* value) { ___connectionGroup_18 = value; Il2CppCodeGenWriteBarrier((&___connectionGroup_18), value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveContentLength_19)); } inline bool get_haveContentLength_19() const { return ___haveContentLength_19; } inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; } inline void set_haveContentLength_19(bool value) { ___haveContentLength_19 = value; } inline static int32_t get_offset_of_contentLength_20() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___contentLength_20)); } inline int64_t get_contentLength_20() const { return ___contentLength_20; } inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; } inline void set_contentLength_20(int64_t value) { ___contentLength_20 = value; } inline static int32_t get_offset_of_continueDelegate_21() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___continueDelegate_21)); } inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((&___continueDelegate_21), value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___cookieContainer_22)); } inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((&___cookieContainer_22), value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___credentials_23)); } inline RuntimeObject* get_credentials_23() const { return ___credentials_23; } inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; } inline void set_credentials_23(RuntimeObject* value) { ___credentials_23 = value; Il2CppCodeGenWriteBarrier((&___credentials_23), value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveResponse_24)); } inline bool get_haveResponse_24() const { return ___haveResponse_24; } inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; } inline void set_haveResponse_24(bool value) { ___haveResponse_24 = value; } inline static int32_t get_offset_of_haveRequest_25() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveRequest_25)); } inline bool get_haveRequest_25() const { return ___haveRequest_25; } inline bool* get_address_of_haveRequest_25() { return &___haveRequest_25; } inline void set_haveRequest_25(bool value) { ___haveRequest_25 = value; } inline static int32_t get_offset_of_requestSent_26() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestSent_26)); } inline bool get_requestSent_26() const { return ___requestSent_26; } inline bool* get_address_of_requestSent_26() { return &___requestSent_26; } inline void set_requestSent_26(bool value) { ___requestSent_26 = value; } inline static int32_t get_offset_of_webHeaders_27() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webHeaders_27)); } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_27() const { return ___webHeaders_27; } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_27() { return &___webHeaders_27; } inline void set_webHeaders_27(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value) { ___webHeaders_27 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_27), value); } inline static int32_t get_offset_of_keepAlive_28() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___keepAlive_28)); } inline bool get_keepAlive_28() const { return ___keepAlive_28; } inline bool* get_address_of_keepAlive_28() { return &___keepAlive_28; } inline void set_keepAlive_28(bool value) { ___keepAlive_28 = value; } inline static int32_t get_offset_of_maxAutoRedirect_29() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___maxAutoRedirect_29)); } inline int32_t get_maxAutoRedirect_29() const { return ___maxAutoRedirect_29; } inline int32_t* get_address_of_maxAutoRedirect_29() { return &___maxAutoRedirect_29; } inline void set_maxAutoRedirect_29(int32_t value) { ___maxAutoRedirect_29 = value; } inline static int32_t get_offset_of_mediaType_30() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___mediaType_30)); } inline String_t* get_mediaType_30() const { return ___mediaType_30; } inline String_t** get_address_of_mediaType_30() { return &___mediaType_30; } inline void set_mediaType_30(String_t* value) { ___mediaType_30 = value; Il2CppCodeGenWriteBarrier((&___mediaType_30), value); } inline static int32_t get_offset_of_method_31() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___method_31)); } inline String_t* get_method_31() const { return ___method_31; } inline String_t** get_address_of_method_31() { return &___method_31; } inline void set_method_31(String_t* value) { ___method_31 = value; Il2CppCodeGenWriteBarrier((&___method_31), value); } inline static int32_t get_offset_of_initialMethod_32() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___initialMethod_32)); } inline String_t* get_initialMethod_32() const { return ___initialMethod_32; } inline String_t** get_address_of_initialMethod_32() { return &___initialMethod_32; } inline void set_initialMethod_32(String_t* value) { ___initialMethod_32 = value; Il2CppCodeGenWriteBarrier((&___initialMethod_32), value); } inline static int32_t get_offset_of_pipelined_33() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___pipelined_33)); } inline bool get_pipelined_33() const { return ___pipelined_33; } inline bool* get_address_of_pipelined_33() { return &___pipelined_33; } inline void set_pipelined_33(bool value) { ___pipelined_33 = value; } inline static int32_t get_offset_of_preAuthenticate_34() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___preAuthenticate_34)); } inline bool get_preAuthenticate_34() const { return ___preAuthenticate_34; } inline bool* get_address_of_preAuthenticate_34() { return &___preAuthenticate_34; } inline void set_preAuthenticate_34(bool value) { ___preAuthenticate_34 = value; } inline static int32_t get_offset_of_usedPreAuth_35() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___usedPreAuth_35)); } inline bool get_usedPreAuth_35() const { return ___usedPreAuth_35; } inline bool* get_address_of_usedPreAuth_35() { return &___usedPreAuth_35; } inline void set_usedPreAuth_35(bool value) { ___usedPreAuth_35 = value; } inline static int32_t get_offset_of_version_36() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___version_36)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_36() const { return ___version_36; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_36() { return &___version_36; } inline void set_version_36(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___version_36 = value; Il2CppCodeGenWriteBarrier((&___version_36), value); } inline static int32_t get_offset_of_force_version_37() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___force_version_37)); } inline bool get_force_version_37() const { return ___force_version_37; } inline bool* get_address_of_force_version_37() { return &___force_version_37; } inline void set_force_version_37(bool value) { ___force_version_37 = value; } inline static int32_t get_offset_of_actualVersion_38() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualVersion_38)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_actualVersion_38() const { return ___actualVersion_38; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_actualVersion_38() { return &___actualVersion_38; } inline void set_actualVersion_38(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___actualVersion_38 = value; Il2CppCodeGenWriteBarrier((&___actualVersion_38), value); } inline static int32_t get_offset_of_proxy_39() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_39)); } inline RuntimeObject* get_proxy_39() const { return ___proxy_39; } inline RuntimeObject** get_address_of_proxy_39() { return &___proxy_39; } inline void set_proxy_39(RuntimeObject* value) { ___proxy_39 = value; Il2CppCodeGenWriteBarrier((&___proxy_39), value); } inline static int32_t get_offset_of_sendChunked_40() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___sendChunked_40)); } inline bool get_sendChunked_40() const { return ___sendChunked_40; } inline bool* get_address_of_sendChunked_40() { return &___sendChunked_40; } inline void set_sendChunked_40(bool value) { ___sendChunked_40 = value; } inline static int32_t get_offset_of_servicePoint_41() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___servicePoint_41)); } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_41() const { return ___servicePoint_41; } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_41() { return &___servicePoint_41; } inline void set_servicePoint_41(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value) { ___servicePoint_41 = value; Il2CppCodeGenWriteBarrier((&___servicePoint_41), value); } inline static int32_t get_offset_of_timeout_42() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___timeout_42)); } inline int32_t get_timeout_42() const { return ___timeout_42; } inline int32_t* get_address_of_timeout_42() { return &___timeout_42; } inline void set_timeout_42(int32_t value) { ___timeout_42 = value; } inline static int32_t get_offset_of_writeStream_43() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___writeStream_43)); } inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_writeStream_43() const { return ___writeStream_43; } inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_writeStream_43() { return &___writeStream_43; } inline void set_writeStream_43(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value) { ___writeStream_43 = value; Il2CppCodeGenWriteBarrier((&___writeStream_43), value); } inline static int32_t get_offset_of_webResponse_44() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webResponse_44)); } inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_webResponse_44() const { return ___webResponse_44; } inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_webResponse_44() { return &___webResponse_44; } inline void set_webResponse_44(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value) { ___webResponse_44 = value; Il2CppCodeGenWriteBarrier((&___webResponse_44), value); } inline static int32_t get_offset_of_asyncWrite_45() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncWrite_45)); } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncWrite_45() const { return ___asyncWrite_45; } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncWrite_45() { return &___asyncWrite_45; } inline void set_asyncWrite_45(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value) { ___asyncWrite_45 = value; Il2CppCodeGenWriteBarrier((&___asyncWrite_45), value); } inline static int32_t get_offset_of_asyncRead_46() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncRead_46)); } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncRead_46() const { return ___asyncRead_46; } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncRead_46() { return &___asyncRead_46; } inline void set_asyncRead_46(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value) { ___asyncRead_46 = value; Il2CppCodeGenWriteBarrier((&___asyncRead_46), value); } inline static int32_t get_offset_of_abortHandler_47() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___abortHandler_47)); } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_47() const { return ___abortHandler_47; } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_47() { return &___abortHandler_47; } inline void set_abortHandler_47(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value) { ___abortHandler_47 = value; Il2CppCodeGenWriteBarrier((&___abortHandler_47), value); } inline static int32_t get_offset_of_aborted_48() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___aborted_48)); } inline int32_t get_aborted_48() const { return ___aborted_48; } inline int32_t* get_address_of_aborted_48() { return &___aborted_48; } inline void set_aborted_48(int32_t value) { ___aborted_48 = value; } inline static int32_t get_offset_of_gotRequestStream_49() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___gotRequestStream_49)); } inline bool get_gotRequestStream_49() const { return ___gotRequestStream_49; } inline bool* get_address_of_gotRequestStream_49() { return &___gotRequestStream_49; } inline void set_gotRequestStream_49(bool value) { ___gotRequestStream_49 = value; } inline static int32_t get_offset_of_redirects_50() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___redirects_50)); } inline int32_t get_redirects_50() const { return ___redirects_50; } inline int32_t* get_address_of_redirects_50() { return &___redirects_50; } inline void set_redirects_50(int32_t value) { ___redirects_50 = value; } inline static int32_t get_offset_of_expectContinue_51() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___expectContinue_51)); } inline bool get_expectContinue_51() const { return ___expectContinue_51; } inline bool* get_address_of_expectContinue_51() { return &___expectContinue_51; } inline void set_expectContinue_51(bool value) { ___expectContinue_51 = value; } inline static int32_t get_offset_of_bodyBuffer_52() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBuffer_52)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bodyBuffer_52() const { return ___bodyBuffer_52; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bodyBuffer_52() { return &___bodyBuffer_52; } inline void set_bodyBuffer_52(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___bodyBuffer_52 = value; Il2CppCodeGenWriteBarrier((&___bodyBuffer_52), value); } inline static int32_t get_offset_of_bodyBufferLength_53() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBufferLength_53)); } inline int32_t get_bodyBufferLength_53() const { return ___bodyBufferLength_53; } inline int32_t* get_address_of_bodyBufferLength_53() { return &___bodyBufferLength_53; } inline void set_bodyBufferLength_53(int32_t value) { ___bodyBufferLength_53 = value; } inline static int32_t get_offset_of_getResponseCalled_54() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___getResponseCalled_54)); } inline bool get_getResponseCalled_54() const { return ___getResponseCalled_54; } inline bool* get_address_of_getResponseCalled_54() { return &___getResponseCalled_54; } inline void set_getResponseCalled_54(bool value) { ___getResponseCalled_54 = value; } inline static int32_t get_offset_of_saved_exc_55() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___saved_exc_55)); } inline Exception_t * get_saved_exc_55() const { return ___saved_exc_55; } inline Exception_t ** get_address_of_saved_exc_55() { return &___saved_exc_55; } inline void set_saved_exc_55(Exception_t * value) { ___saved_exc_55 = value; Il2CppCodeGenWriteBarrier((&___saved_exc_55), value); } inline static int32_t get_offset_of_locker_56() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___locker_56)); } inline RuntimeObject * get_locker_56() const { return ___locker_56; } inline RuntimeObject ** get_address_of_locker_56() { return &___locker_56; } inline void set_locker_56(RuntimeObject * value) { ___locker_56 = value; Il2CppCodeGenWriteBarrier((&___locker_56), value); } inline static int32_t get_offset_of_finished_reading_57() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___finished_reading_57)); } inline bool get_finished_reading_57() const { return ___finished_reading_57; } inline bool* get_address_of_finished_reading_57() { return &___finished_reading_57; } inline void set_finished_reading_57(bool value) { ___finished_reading_57 = value; } inline static int32_t get_offset_of_WebConnection_58() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___WebConnection_58)); } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_WebConnection_58() const { return ___WebConnection_58; } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_WebConnection_58() { return &___WebConnection_58; } inline void set_WebConnection_58(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value) { ___WebConnection_58 = value; Il2CppCodeGenWriteBarrier((&___WebConnection_58), value); } inline static int32_t get_offset_of_auto_decomp_59() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auto_decomp_59)); } inline int32_t get_auto_decomp_59() const { return ___auto_decomp_59; } inline int32_t* get_address_of_auto_decomp_59() { return &___auto_decomp_59; } inline void set_auto_decomp_59(int32_t value) { ___auto_decomp_59 = value; } inline static int32_t get_offset_of_readWriteTimeout_61() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___readWriteTimeout_61)); } inline int32_t get_readWriteTimeout_61() const { return ___readWriteTimeout_61; } inline int32_t* get_address_of_readWriteTimeout_61() { return &___readWriteTimeout_61; } inline void set_readWriteTimeout_61(int32_t value) { ___readWriteTimeout_61 = value; } inline static int32_t get_offset_of_tlsProvider_62() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsProvider_62)); } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_tlsProvider_62() const { return ___tlsProvider_62; } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_tlsProvider_62() { return &___tlsProvider_62; } inline void set_tlsProvider_62(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value) { ___tlsProvider_62 = value; Il2CppCodeGenWriteBarrier((&___tlsProvider_62), value); } inline static int32_t get_offset_of_tlsSettings_63() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsSettings_63)); } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_tlsSettings_63() const { return ___tlsSettings_63; } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_tlsSettings_63() { return &___tlsSettings_63; } inline void set_tlsSettings_63(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value) { ___tlsSettings_63 = value; Il2CppCodeGenWriteBarrier((&___tlsSettings_63), value); } inline static int32_t get_offset_of_certValidationCallback_64() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certValidationCallback_64)); } inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * get_certValidationCallback_64() const { return ___certValidationCallback_64; } inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB ** get_address_of_certValidationCallback_64() { return &___certValidationCallback_64; } inline void set_certValidationCallback_64(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * value) { ___certValidationCallback_64 = value; Il2CppCodeGenWriteBarrier((&___certValidationCallback_64), value); } inline static int32_t get_offset_of_auth_state_65() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auth_state_65)); } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_auth_state_65() const { return ___auth_state_65; } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_auth_state_65() { return &___auth_state_65; } inline void set_auth_state_65(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value) { ___auth_state_65 = value; } inline static int32_t get_offset_of_proxy_auth_state_66() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_auth_state_66)); } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_proxy_auth_state_66() const { return ___proxy_auth_state_66; } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_proxy_auth_state_66() { return &___proxy_auth_state_66; } inline void set_proxy_auth_state_66(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value) { ___proxy_auth_state_66 = value; } inline static int32_t get_offset_of_host_67() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___host_67)); } inline String_t* get_host_67() const { return ___host_67; } inline String_t** get_address_of_host_67() { return &___host_67; } inline void set_host_67(String_t* value) { ___host_67 = value; Il2CppCodeGenWriteBarrier((&___host_67), value); } inline static int32_t get_offset_of_ResendContentFactory_68() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___ResendContentFactory_68)); } inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * get_ResendContentFactory_68() const { return ___ResendContentFactory_68; } inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 ** get_address_of_ResendContentFactory_68() { return &___ResendContentFactory_68; } inline void set_ResendContentFactory_68(Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * value) { ___ResendContentFactory_68 = value; Il2CppCodeGenWriteBarrier((&___ResendContentFactory_68), value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_69() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CThrowOnErrorU3Ek__BackingField_69)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_69() const { return ___U3CThrowOnErrorU3Ek__BackingField_69; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_69() { return &___U3CThrowOnErrorU3Ek__BackingField_69; } inline void set_U3CThrowOnErrorU3Ek__BackingField_69(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_69 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_70() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___unsafe_auth_blah_70)); } inline bool get_unsafe_auth_blah_70() const { return ___unsafe_auth_blah_70; } inline bool* get_address_of_unsafe_auth_blah_70() { return &___unsafe_auth_blah_70; } inline void set_unsafe_auth_blah_70(bool value) { ___unsafe_auth_blah_70 = value; } inline static int32_t get_offset_of_U3CReuseConnectionU3Ek__BackingField_71() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CReuseConnectionU3Ek__BackingField_71)); } inline bool get_U3CReuseConnectionU3Ek__BackingField_71() const { return ___U3CReuseConnectionU3Ek__BackingField_71; } inline bool* get_address_of_U3CReuseConnectionU3Ek__BackingField_71() { return &___U3CReuseConnectionU3Ek__BackingField_71; } inline void set_U3CReuseConnectionU3Ek__BackingField_71(bool value) { ___U3CReuseConnectionU3Ek__BackingField_71 = value; } inline static int32_t get_offset_of_StoredConnection_72() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___StoredConnection_72)); } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_StoredConnection_72() const { return ___StoredConnection_72; } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_StoredConnection_72() { return &___StoredConnection_72; } inline void set_StoredConnection_72(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value) { ___StoredConnection_72 = value; Il2CppCodeGenWriteBarrier((&___StoredConnection_72), value); } }; struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_60; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_60() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields, ___defaultMaxResponseHeadersLength_60)); } inline int32_t get_defaultMaxResponseHeadersLength_60() const { return ___defaultMaxResponseHeadersLength_60; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_60() { return &___defaultMaxResponseHeadersLength_60; } inline void set_defaultMaxResponseHeadersLength_60(int32_t value) { ___defaultMaxResponseHeadersLength_60 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H #ifndef MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H #define MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value); } }; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // Mono.Unity.UnityTls_unitytls_ciphersuite[] struct unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value); } }; // System.Int64[] struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled); extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled); extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled); extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled); extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled); extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled); // System.Void System.ValueTuple`2::.ctor(!0,!1) extern "C" IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_gshared (ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 * __this, int32_t p0, bool p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method); // !!0 System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_gshared (RuntimeObject* p0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) extern "C" IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_gshared (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t p0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F (void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB (void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(System.Void*,Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850 (void* ___userData0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(System.Void*,Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509list_ref*,Mono.Unity.UnityTls/unitytls_key_ref*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347 (void* ___userData0, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 * ___caList4, intptr_t ___caListLen5, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * ___chain6, unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * ___key7, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState8, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileTlsContext::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MobileTlsContext__ctor_m449BA0C8EEB97C8D13FBDF2B18F46F37408292E2 (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * ___parent0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate4, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates5, bool ___askForClientCert6, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object) extern "C" IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m5BF9DC23B533B904BFEA61136B92916683B46B0F (RuntimeObject * p0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_interface_struct Mono.Unity.UnityTls::get_NativeInterface() extern "C" IL2CPP_METHOD_ATTR unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E (const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_errorstate Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t::Invoke() extern "C" IL2CPP_METHOD_ATTR unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42 (unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTlsConversions::GetMinProtocol(System.Security.Authentication.SslProtocols) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1 (int32_t ___protocols0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTlsConversions::GetMaxProtocol(System.Security.Authentication.SslProtocols) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA (int32_t ___protocols0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_write_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_write_callback__ctor_mC7F821EB4597E74CFC9DE7A1EA50F86CFAC2F411 (unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_read_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_read_callback__ctor_m52F2060B467B61401384C7E3693C6C8CDC3E46B7 (unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::op_Explicit(System.Runtime.InteropServices.GCHandle) extern "C" IL2CPP_METHOD_ATTR intptr_t GCHandle_op_Explicit_mDDDE375E679609F240EF76F20E982C5B73A7D6BA (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 p0, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027 (intptr_t p0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsContext::ExtractNativeKeyAndChainFromManagedCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*,Mono.Unity.UnityTls/unitytls_x509list*&,Mono.Unity.UnityTls/unitytls_key*&) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** ___nativeCertChain2, unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** ___nativeKey3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509list_ref Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C (unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * __this, unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___list0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_key_ref Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t::Invoke(Mono.Unity.UnityTls/unitytls_key*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B unitytls_key_get_ref_t_Invoke_mA8C5F2D239F4B74885F37C9671012F1136BF0BE2 (unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * __this, unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * ___key0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,System.String,Mono.Security.Interface.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8 (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 ___errorState0, String_t* ___context1, uint8_t ___defaultAlert2, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_tlsctx* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange,Mono.Unity.UnityTls/unitytls_tlsctx_callbacks,System.UInt64,System.UInt64,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * unitytls_tlsctx_create_server_t_Invoke_m6C7288544450304884E239BA3ACED930AAC040DF (unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * __this, unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___supportedProtocols0, unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 ___callbacks1, uint64_t ___certChain2, uint64_t ___leafCertificateKey3, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState4, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509list* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t::Invoke(Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79 (unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * __this, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_server_require_client_authentication_t_Invoke_mAD3C2DC8E2407F47BCCDB9CCD03FAEF5C3C61FB4 (unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___clientAuthCAList1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*) extern "C" IL2CPP_METHOD_ATTR void unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0 (unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * __this, unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___list0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t::Invoke(Mono.Unity.UnityTls/unitytls_key*) extern "C" IL2CPP_METHOD_ATTR void unitytls_key_free_t_Invoke_m80E23E79440054744237B5BAA88AAAAB0D4E2F4B (unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * __this, unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * ___key0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91 (int32_t p0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_tlsctx* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange,Mono.Unity.UnityTls/unitytls_tlsctx_callbacks,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * unitytls_tlsctx_create_client_t_Invoke_m1DF5F05CEC35949278BEA867FA923CA399855D20 (unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * __this, unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___supportedProtocols0, unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 ___callbacks1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState4, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_certificate_callback__ctor_m14C613364636EF10ECCD413A6F49E975A4F4A6A2 (unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_set_certificate_callback_t_Invoke_mD72A24F7BEB100ECBFE6A02447D07EB392F8416B (unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 * ___cb1, void* ___userData2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_x509verify_callback__ctor_m50C4160D42681A80BEAD13F18294437BD96C3D0B (unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_set_x509verify_callback_t_Invoke_mB4B699E9A75AD84590634AA66243AE8BE8DE9F09 (unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * ___cb1, void* ___userData2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2::get_PrivateKey() extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * X509Certificate2_get_PrivateKey_m91743B42723CF3480CAD698F086CAE1DB7BBD266 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Mono.Unity.CertHelper::AddCertificateToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void CertHelper_AddCertificateToNativeChain_m223E545813937EC29B6EF428DAE3F45551728166 (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___nativeCertificateChain0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Encode(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_Encode_m3D458CE8888E92B151A56A3641E46651DFB05CD8 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * p0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_key* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t::Invoke(System.Byte*,System.IntPtr,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * unitytls_key_parse_der_t_Invoke_m8CF4A1CFD7B385B3091215030E7EC2CB5B6823ED (unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * __this, uint8_t* ___buffer0, intptr_t ___bufferLen1, uint8_t* ___password2, intptr_t ___passwordLen3, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState4, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_read_t_Invoke_mAFFB3FA39F79B2BE4FFA182239DE94ED5570D803 (unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F (intptr_t p0, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766 (ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 * __this, int32_t p0, bool p1, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 *, int32_t, bool, const RuntimeMethod*))ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_gshared)(__this, p0, p1, method); } // System.IntPtr Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_write_t_Invoke_mF9413F9C6DD887B3B0DA87CE25824CED940EEFC1 (unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileTlsContext::get_Settings() extern "C" IL2CPP_METHOD_ATTR MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * MobileTlsContext_get_Settings_mD01B5D15FBD79707BB1F283814FF76817230E35D (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.MonoTlsSettings::get_SendCloseNotify() extern "C" IL2CPP_METHOD_ATTR bool MonoTlsSettings_get_SendCloseNotify_m4E72508568F2055945A21AD19B1129AD2437C92F (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_notify_close_t_Invoke_mC3B57340B3CA22EA7EB0EBFA5C941C487DE6B015 (unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_free_t_Invoke_m34DFBB044037052F67FEA5A579A5AC004E01AEC8 (unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Dispose() extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Dispose_m3DFC8009D93B8CBB17431A6B34BBCA974180403D (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() extern "C" IL2CPP_METHOD_ATTR void GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileTlsContext::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MobileTlsContext_Dispose_mA5A0EBCF3B159E9C83F76C00BA50FC67C360A7D1 (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, bool ___disposing0, const RuntimeMethod* method); // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::get_EnabledCiphers() extern "C" IL2CPP_METHOD_ATTR CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* MonoTlsSettings_get_EnabledCiphers_mB3F4FB0A332010BBCDF8EFF2B6B105C0CC92AF1D (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_ciphersuite*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_set_supported_ciphersuites_t_Invoke_m9091B6D204D7611E2741CC2B3166616F8C19E594 (unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, uint32_t* ___supportedCiphersuites1, intptr_t ___supportedCiphersuitesLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_process_handshake_t_Invoke_mE17E62D2159809BC847BEB1D6B40C23C017ED3E8 (unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MobileTlsContext::get_IsServer() extern "C" IL2CPP_METHOD_ATTR bool MobileTlsContext_get_IsServer_mEC45475AE45AAB2485A829E6694B4E3BA1865C44 (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MobileTlsContext::ValidateCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR bool MobileTlsContext_ValidateCertificate_m4A466CEC18A060EDFD9D65F66600FA7F63632F7A (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___leaf0, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain1, const RuntimeMethod* method); // System.Void Mono.Security.Interface.TlsException::.ctor(Mono.Security.Interface.AlertDescription,System.String) extern "C" IL2CPP_METHOD_ATTR void TlsException__ctor_mCD978D5A0E271F65BF28C40380F65D8E0247FA53 (TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91 * __this, uint8_t p0, String_t* p1, const RuntimeMethod* method); // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,Mono.Unity.UnityTls/unitytls_x509verify_result,System.String,Mono.Security.Interface.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m4B13EAF7CA50D7535BF7F663D23886279A4CDBF5 (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 ___errorState0, uint32_t ___verifyResult1, String_t* ___context2, uint8_t ___defaultAlert3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_ciphersuite Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_get_ciphersuite_t_Invoke_m28D027E6306B1F2188E64245FBA01268CC329442 (unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_get_protocol_t_Invoke_m533A624ECEB2AC0E43052CE6A234D04E4E9C70AB (unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo__ctor_mB397FA297A2578A5B4663DEBA4C2BB5F00632A90 (MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * __this, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_CipherSuiteCode(Mono.Security.Interface.CipherSuiteCode) extern "C" IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_CipherSuiteCode_m653D2CB0EFDC5CC95804705CD809B659261267B2 (MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * __this, uint16_t p0, const RuntimeMethod* method); // Mono.Security.Interface.TlsProtocols Mono.Unity.UnityTlsConversions::ConvertProtocolVersion(Mono.Unity.UnityTls/unitytls_protocol) extern "C" IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_ConvertProtocolVersion_m1618CAAE6886BF8070040EE8FC3ACC9036A6567E (uint32_t ___protocol0, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_ProtocolVersion(Mono.Security.Interface.TlsProtocols) extern "C" IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_ProtocolVersion_m938EBDEECDC61FAB55DB6080006307A02AD0546B (MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * __this, int32_t p0, const RuntimeMethod* method); // System.String Mono.Net.Security.MobileTlsContext::get_ServerName() extern "C" IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_ServerName_m4E6D70D85F6EF3AE2D69F7C94EE30AA94B29D5DE (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_PeerDomainName(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_PeerDomainName_m573F0D44AAC8D095FD19686E1263D6847639AC8F (MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * __this, String_t* p0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m7F0C4B884FFB05BD231154CBDAEBCF1917019C21 (void* p0, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_op_Explicit_m12AF9B7126A0899E8011F1CCDCB877AAA56A0C8C (intptr_t p0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.GCHandle::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_mFA8E9E3FE64CD88CEEAC5F83393A939D683BE025 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, uint8_t* ___data0, intptr_t ___bufferLen1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2 (intptr_t p0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::get_Parent() extern "C" IL2CPP_METHOD_ATTR MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * MobileTlsContext_get_Parent_m0FD89F43463E15B8D86845F0B3A9DF8B1C555DCF (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::InternalWrite(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_InternalWrite_mD2BD17B591D53F923FAC63558AA1D35B21DB4E21 (MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t::Invoke(Mono.Unity.UnityTls/unitytls_errorstate*,Mono.Unity.UnityTls/unitytls_error_code) extern "C" IL2CPP_METHOD_ATTR void unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441 (unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * __this, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState0, uint32_t ___errorCode1, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_m4ED16457432EC59B4B9697ABE4421E093B2B0929 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, uint8_t* ___buffer0, intptr_t ___bufferLen1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::InternalRead(System.Byte[],System.Int32,System.Int32,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_InternalRead_m61B06DFDEA8207EEB7F1C350A428D7158ED25764 (MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, bool* ___outWantMore3, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Marshal_Copy_m0486DFF229946F0F9E6A04DDDF3BC9E5F1609A5A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, int32_t p1, intptr_t p2, int32_t p3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_mD1AB1BC9CA979D58ED90B5B1A39848FAB95C83D3 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Unity.CertHelper::NativeChainToManagedCollection(Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * CertHelper_NativeChainToManagedCollection_m671B74DB858DFEC5DE82CB70687F76EE5212630C (unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___nativeCertificateChain0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * X509CertificateCollection_get_Item_m799058377874ABF0EEE8AD63AE89B62B930A1E57 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m3B42AD148AD968827E89595DBA73AE2A79F22CED (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * p0, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MobileTlsContext::ValidateCertificate(System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR bool MobileTlsContext_ValidateCertificate_mC4B0D79BE85414111AAEF998B89A3397B2FBA25B (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509list_ref*,Mono.Unity.UnityTls/unitytls_key_ref*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_mC2342B4F75EB243AED15E7D6AA7389394966AA8E (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, uint8_t* ___cn1, intptr_t ___cnLen2, unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 * ___caList3, intptr_t ___caListLen4, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * ___chain5, unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * ___key6, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState7, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::SelectClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * MobileTlsContext_SelectClientCertificate_mECA3191985152439F02BAF708106264FAE73295E (MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___acceptableIssuers1, const RuntimeMethod* method); // System.Boolean System.Enum::HasFlag(System.Enum) extern "C" IL2CPP_METHOD_ATTR bool Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173 (RuntimeObject * __this, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * p0, const RuntimeMethod* method); // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::CreateMonoSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider) extern "C" IL2CPP_METHOD_ATTR void UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___owner2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider4, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Chain Mono.Net.Security.SystemCertificateValidator::CreateX509Chain(System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * SystemCertificateValidator_CreateX509Chain_mB9965896005703ADC050BC1E6415D30FBDC42091 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certs0, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mFB8B3BCCCE581FEFA96FF5A6C1629E7EC092D92C (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void Mono.Unity.CertHelper::AddCertificatesToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509CertificateCollection,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void CertHelper_AddCertificatesToNativeChain_m1D22A9A50CA05E1F931B8B309E047092DDE01CFF (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * ___nativeCertificateChain0, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::get_TrustAnchors() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * MonoTlsSettings_get_TrustAnchors_mD6ADD8546ED8D9C0BA58A25F0ADA0BBB5127F28F (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_x509list_ref,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_explicit_ca_t_Invoke_mCC06B1AF3BCD90C24E3CA05A785528588C7CCEB5 (unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___trustCA1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * ___cb4, void* ___userData5, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState6, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_default_ca_t_Invoke_mE5D523AFD08CCE9A427389F17611D56C6D905B98 (unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain0, uint8_t* ___cn1, intptr_t ___cnLen2, unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * ___cb3, void* ___userData4, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState5, const RuntimeMethod* method); // Mono.Security.Interface.MonoSslPolicyErrors Mono.Unity.UnityTlsConversions::VerifyResultToPolicyErrror(Mono.Unity.UnityTls/unitytls_x509verify_result) extern "C" IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7 (uint32_t ___verifyResult0, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoTlsProvider__ctor_m627444C019C32E18FC68ABF1AF33577E54A9705B (MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider) extern "C" IL2CPP_METHOD_ATTR void MobileAuthenticatedStream__ctor_mF6BF50D6BFDEF283FF8036F5170281D29FDD7628 (MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___owner2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider4, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsContext::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext__ctor_m82A8A07485BBA40B72407958085454EBFFEB826C (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * ___parent0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate4, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates5, bool ___askForClientCert6, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method); // System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9D671CBA422B18D15B8FF59B22DCCEB32E3D16E2 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___name1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p2, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveComparer::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_mD5DC15C2FD17907674949A807D68DE4A52A3F8B4 (CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * p0, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_m34F0F884884090CA3735F6B231D2A7222F50787A (CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * p0, const RuntimeMethod* method); // System.Object System.Collections.Specialized.ListDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.String SR::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.ListDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::ChangeOver() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_OrdinalIgnoreCase() extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9 (const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::.ctor(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::get_List() extern "C" IL2CPP_METHOD_ATTR ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/DictionaryNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619 (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * __this, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/NodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary) extern "C" IL2CPP_METHOD_ATTR void NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary/NodeEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, bool p1, const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20 (const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D p0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, RuntimeObject * p1, Type_t * p2, const RuntimeMethod* method); // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB (const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_m2CED6D7A8ED865AE214D806F751C7F17BD24BED3 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method); // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_mF8B7EDA05E675046EB7BF2E6DEEFBAE1C2AA5E2F (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) extern "C" IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider) extern "C" IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_m26DB6C338A8491558326D0F472D432EAC4D5D3D4 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m97E445FF917A8828D5927A66E70CF89394A16D4A (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectEntry__ctor_m995C545D6465499656D27A10071FE7C670DCD6A1 (NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String) extern "C" IL2CPP_METHOD_ATTR NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase) extern "C" IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ___coll0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1 (RuntimeArray * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase() extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC (const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m1C0BA736F4454310BEAAB54CB2307F905C1A1F8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mFC42544A14AA22758AB189CD5BCC8FE563A9569A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___dummy0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m0995BB1255888BA4156EF35F69462ECDEBB39C13 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method); // System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::set_Item(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_set_Item_mEAE8DDA53D08232F6597E9091A7FEB8496BF7FDD (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool StringCollection_Contains_mF8AD018C19F7760E4693B1A24148F8659C486502 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m860B2D7C91CE7633F376CB8AB7C46CC1E103EC17 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Insert_m9847FF62B17A3776A419642922F93D39356198BC (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Remove_m3FF866980BE6C484CEEB9C42B97BAC6B602AE95E (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.CollectionConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.BaseNumberConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.TypeConverter/StandardValuesCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_mD0531EA777492E88EBEA8C6B8E8A12C4AFE5103A (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection_CopyTo_mA319F11A11360C258FCEEF3C9EFA53D504BD7C3E (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m40E0D69CDEDD7EDE2D9454C4A18AA4C91A96B95F (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m883941C77E14FC5B4A3E32DD8F59F11739D5D6D8 (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverterAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mD0795A29B6FD59978CAAC6DAF3AC7EC564C519A5 (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error() extern "C" IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7 (const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, const RuntimeMethod* method); // System.String System.ComponentModel.Win32Exception::GetErrorMessage(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D (int32_t ___error0, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ExternalException__ctor_mD032EC4BD5C633D675C6AA458C584FB810EF70CC (ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ExternalException__ctor_mFEC5FB15E763D381775B80255162202A3F961FCC (ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::InitializeErrorMessages() extern "C" IL2CPP_METHOD_ATTR void Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438 (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * __this, int32_t p0, String_t** p1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *, int32_t, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, p0, p1, method); } // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * p0, bool* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * __this, int32_t p0, String_t* p1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared)(__this, p0, p1, method); } // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method); } // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * p0, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsASCIILetterOrDigit(System.Char,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsValidDomainLabelCharacter(System.Char,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method); // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&) extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsIdnAce(System.Char*,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m9193B7D824FC6965820FCE980FEE3E0B40EA94B8 (Il2CppChar* ___input0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Globalization.IdnMapping::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7 (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::GetUnicode(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::ToLowerInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method); // System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::GetAscii(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* IdnMapping_GetAscii_mE829EDA54A82515593FE6EF29E624E0FA78DAA71 (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.UriFormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * __this, String_t* ___textString0, const RuntimeMethod* method); // System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsIdnAce(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m2231C778C4CCE141ACDC412737642CC365307445 (String_t* ___input0, int32_t ___index1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool p0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6 (intptr_t* __this, void* p0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::Flush() extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/ReadMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadMethod__ctor_mE53B3E39C00317DB30A832EBD379AACF17BFD3BD (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteMethod__ctor_m2162D4C44E1AE1F1EDD4ED3216E75FFF517073F4 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m725BE3F6220C2C6A798B76E84DC3D6AE7E0BC332 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_mAEB6B014D042798F0ECA5A2049FD05AB7CCE5777 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_m4134EB9FB9EA98DF37118D0988373AF5C245CFFA (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::ToIntPtr(System.Runtime.InteropServices.GCHandle) extern "C" IL2CPP_METHOD_ATTR intptr_t GCHandle_ToIntPtr_m8CF7D07846B0C741B04A2A4E5E9B5D505F4B3CCE (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 p0, const RuntimeMethod* method); // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1 (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * ___feeder2, intptr_t ___data3, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Dispose() extern "C" IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated() extern "C" IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_m5C49CB75BC4C3C11E5E5AC87A3BD5F7F75213A41 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m46708AF36538E1AD3F5A34CD2E6F949881053180 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_m84D7A3BFC82F4227A0871D9A49EBD47B6E355DB5 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::FromIntPtr(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C (intptr_t p0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() extern "C" IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65 (intptr_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle::.ctor() extern "C" IL2CPP_METHOD_ATTR void SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, bool* ___success0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() extern "C" IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::.ctor(System.IntPtr,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SafeHandle__ctor_m1C6D7FAF3570FDEB923B03B39966B9ACA1530442 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, intptr_t p0, bool p1, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::CloseZStream(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_CloseZStream_m78C1214688A65F44F6347E6AB3A6A1C736567D48 (intptr_t ___stream0, const RuntimeMethod* method); // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m433651A7BC50F26DB827398C1B47C85FB43CA459 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, int32_t ___windowsBits3, const RuntimeMethod* method); // System.Void System.IO.Compression.GZipStream::CheckDeflateStream() extern "C" IL2CPP_METHOD_ATTR void GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.CancellationToken::get_None() extern "C" IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB CancellationToken_get_None_m008D4CF5E11172703A6D781A3C30E6E537004F1D (const RuntimeMethod* method); // System.IAsyncResult System.Threading.Tasks.TaskToApm::Begin(System.Threading.Tasks.Task,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * p0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * p1, RuntimeObject * p2, const RuntimeMethod* method); // !!0 System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) inline int32_t TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234 (RuntimeObject* p0, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_gshared)(p0, method); } // System.Void System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void TaskToApm_End_m1BCAAEC9A8AED75C16537F0D568BE8AE8670FD1A (RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.Void System.IO.Compression.GZipStream::ThrowStreamClosedException() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA (const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool p0, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method); // System.Void System.IOAsyncCallback::Invoke(System.IOAsyncResult) extern "C" IL2CPP_METHOD_ATTR void IOAsyncCallback_Invoke_mB95F7E7F0E8326CE5364A30F42FC1073B0AB2D8B (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ioares0, const RuntimeMethod* method); // System.Boolean System.IPv4AddressHelper::Parse(System.String,System.Byte*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_Parse_m08110623FAC14806376148D7C16AB95A428EA6CF (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, const RuntimeMethod* method); // System.Boolean System.IPv4AddressHelper::ParseCanonical(System.String,System.Byte*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_ParseCanonical_m9D4552558C934E373D188DDA0BC1D1DEF5A62C33 (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method); // System.Boolean System.IPv4AddressHelper::IsValidCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValidCanonical_mC27E31F1F043D68BC52719892D34EDDC7851B120 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, const RuntimeMethod* method); // System.Int64 System.IPv4AddressHelper::ParseNonCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___notImplicitFile3, const RuntimeMethod* method); // System.Boolean System.IPv6AddressHelper::Parse(System.String,System.UInt16*,System.Int32,System.String&) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB (String_t* ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method); // System.String System.IPv6AddressHelper::CreateCanonicalName(System.UInt16*) extern "C" IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A (uint16_t* ___numbers0, const RuntimeMethod* method); // System.Boolean System.UriParser::get_ShouldUseLegacyV2Quirks() extern "C" IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD (const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.IPv6AddressHelper::FindCompressionRange(System.UInt16*) extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD (uint16_t* ___numbers0, const RuntimeMethod* method); // System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.UInt16*) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_m262634E9099141536C00213C1CFC123665A641DE (uint16_t* ___numbers0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1 (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508 (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared)(__this, method); } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* p0, String_t* p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) inline void KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0 (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, int32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_gshared)(__this, p0, p1, method); } // System.Boolean System.Uri::IsHexDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836 (Il2CppChar ___character0, const RuntimeMethod* method); // System.Boolean System.IPv4AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, bool ___unknownScheme5, const RuntimeMethod* method); // System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, const RuntimeMethod* method); // System.Int32 System.IPv4AddressHelper::ParseHostNumber(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IPv4AddressHelper_ParseHostNumber_m798FB6828971F70775D1125565A1D1025C897F14 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Int32 System.Uri::FromHex(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B (Il2CppChar ___digit0, const RuntimeMethod* method); // System.Boolean System.Char::IsSurrogatePair(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsSurrogatePair_m186784A2523D247DD43AC669D29A140AE0E992CF (Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Uri::IsGenDelim(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsGenDelim_m376CCA5D00D019A69FD746C57D236A54EB9D3CF3 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType) extern "C" IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E (RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::AddrOfPinnedObject() extern "C" IL2CPP_METHOD_ATTR intptr_t GCHandle_AddrOfPinnedObject_mA20090CB8274F28D087A6E8AD36D3230B6741EA5 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method); // System.Char System.UriHelper::EscapedAscii(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78 (Il2CppChar ___digit0, Il2CppChar ___next1, const RuntimeMethod* method); // System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents) extern "C" IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method); // System.Boolean System.UriHelper::IsNotSafeForUnescape(System.Char) extern "C" IL2CPP_METHOD_ATTR bool UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Text.EncoderReplacementFallback::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback) extern "C" IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * p0, const RuntimeMethod* method); // System.Void System.Text.DecoderReplacementFallback::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Text.Encoding::set_DecoderFallback(System.Text.DecoderFallback) extern "C" IL2CPP_METHOD_ATTR void Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * p0, const RuntimeMethod* method); // System.Void System.UriHelper::MatchUTF8Sequence(System.Char*,System.Char[],System.Int32&,System.Char[],System.Int32,System.Byte[],System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F (Il2CppChar* ___pDest0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest1, int32_t* ___destOffset2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___unescapedChars3, int32_t ___charCount4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes5, int32_t ___byteCount6, bool ___isQuery7, bool ___iriParsing8, const RuntimeMethod* method); // System.Boolean System.Char::IsHighSurrogate(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar p0, const RuntimeMethod* method); // System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9 (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method); // System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method); // System.Boolean System.Uri::IsBidiControlCharacter(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Buffer::Memcpy(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678 (uint8_t* p0, uint8_t* p1, int32_t p2, const RuntimeMethod* method); // System.Void System.UriHelper::EscapeAsciiChar(System.Char,System.Char[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR void UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902 (Il2CppChar ___ch0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___to1, int32_t* ___pos2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Net.NtlmClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6 (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * __this, const RuntimeMethod* method); // System.Void System.Net.DigestClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void DigestClient__ctor_m2C794DF081C69CEFC4E828E346F801C0B59B275B (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, const RuntimeMethod* method); // System.Void System.Net.BasicClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void BasicClient__ctor_mEBD681890D6F38D96CC443A9F93F823E94ECACBA (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.Void System.Net.AuthenticationManager::EnsureModules() extern "C" IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C (const RuntimeMethod* method); // System.String System.Net.ValidationHelper::MakeStringNull(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ValidationHelper_MakeStringNull_m6741032436B995465649A89BCC2BEC439A5140C2 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m228520D18B1350998E32FCACF796316DBBBA111A (AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_AuthUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_AuthUri_mCEEC6FB9771FF5DBD1BD7C00A47DE121C1D2B728 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_UserName() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Password() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method); // System.Byte[] System.Net.BasicClient::GetBytes(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457 (String_t* ___str0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method); // System.Void System.Net.Authorization::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method); // System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, String_t* ___myString0, const RuntimeMethod* method); // System.Void System.Net.CaseInsensitiveAscii::.ctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m3C5EA0D73AE6F2E60CC2335DFC861C64B2FCEEBA (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * p0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF p1, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0 (const RuntimeMethod* method); // System.Net.IWebProxy System.Net.WebProxy::CreateDefaultProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5 (const RuntimeMethod* method); // System.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65 (const RuntimeMethod* method); // System.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m0C5C6CB50669D34ED3B3699B39170041383E0005 (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * __this, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795 (const RuntimeMethod* method); // System.Void System.Net.Configuration.SettingsSectionInternal::.ctor() extern "C" IL2CPP_METHOD_ATTR void SettingsSectionInternal__ctor_mED2DFF382A20FC3136B1514D8BD40B520758F636 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Plain() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m3CE79ABD4AA011CAA6E6EDE6D1028AEB56BFF5A1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_m7131235B927010BD9DB3C93FEB51640286D1107B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method); // System.Boolean System.Net.ValidationHelper::IsBlankString(System.String) extern "C" IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method); // System.Net.CookieVariant System.Net.Cookie::get_Variant() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, int32_t p5, const RuntimeMethod* method); // System.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Int32 System.Net.Cookie::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Comment() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::DomainCharsTest(System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m4F98C8A98E89996F06A2A636DE04E3430CCAAE10 (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB (String_t* __this, Il2CppChar p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.Net.CookieParser::CheckQuoted(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared)(__this, method); } // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00 (String_t* p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t p0, const RuntimeMethod* method) { (( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared)(__this, p0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method) { return (( Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_gshared)(__this, method); } // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method); // System.String System.Net.Cookie::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Domain() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Path() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Port() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Version() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Void System.Net.Comparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void Comparer__ctor_mF8BEE6E98AA318C038B7E523C70590B404EE4CA4 (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method); // System.Collections.IComparer System.Net.Cookie::GetComparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724 (const RuntimeMethod* method); // System.Void System.Net.CookieCollection/CookieCollectionEnumerator::.ctor(System.Net.CookieCollection) extern "C" IL2CPP_METHOD_ATTR void CookieCollectionEnumerator__ctor_m8C55845548C7E5591CC2F53838F3117A635911CB (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies0, const RuntimeMethod* method); #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 extern "C" intptr_t DelegatePInvokeWrapper_unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 (unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * __this, void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc)(void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___userData0, ___buffer1, ___bufferLen2, ___errorState3); return returnValue; } // System.Void Mono.Unity.UnityTls_unitytls_tlsctx_read_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_read_callback__ctor_m52F2060B467B61401384C7E3693C6C8CDC3E46B7 (unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * __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.IntPtr Mono.Unity.UnityTls_unitytls_tlsctx_read_callback::Invoke(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_read_callback_Invoke_m9C045DAC27E3496B2FA429755CFF48E11A751D29 (unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * __this, void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { intptr_t result; memset(&result, 0, sizeof(result)); DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); else result = GenericVirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); else result = VirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); } } } else { typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); else result = GenericVirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); else result = VirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3); } } } else { typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___buffer1, ___bufferLen2, ___errorState3, targetMethod); } } } return result; } // System.IAsyncResult Mono.Unity.UnityTls_unitytls_tlsctx_read_callback::BeginInvoke(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* unitytls_tlsctx_read_callback_BeginInvoke_mFDE9382397C181E07D075AA3FDE12B10ABC2C602 (unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * __this, void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (unitytls_tlsctx_read_callback_BeginInvoke_mFDE9382397C181E07D075AA3FDE12B10ABC2C602_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___userData0; __d_args[1] = ___buffer1; __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferLen2); __d_args[3] = ___errorState3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.IntPtr Mono.Unity.UnityTls_unitytls_tlsctx_read_callback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_read_callback_EndInvoke_m2D814DC4681EFC9E4B0D495E8E5BBB0DCD3B62D1 (unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(intptr_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA (unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA * __this, void* ___userData0, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx1, uint8_t* ___traceMessage2, intptr_t ___traceMessageLen3, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); } // System.Void Mono.Unity.UnityTls_unitytls_tlsctx_trace_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_trace_callback__ctor_m4C0C53E1C112C8A363A1C1AC15B5F6B7E4CD2443 (unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA * __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 Mono.Unity.UnityTls_unitytls_tlsctx_trace_callback::Invoke(System.Void*,Mono.Unity.UnityTls_unitytls_tlsctx*,System.Byte*,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_trace_callback_Invoke_mC657E7F4F1C6F530662F48BE16D2621029846344 (unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA * __this, void* ___userData0, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx1, uint8_t* ___traceMessage2, intptr_t ___traceMessageLen3, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef void (*FunctionPointerType) (void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(targetMethod, targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); else GenericVirtActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(targetMethod, targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); else VirtActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); } } } else { typedef void (*FunctionPointerType) (void*, void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef void (*FunctionPointerType) (void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(targetMethod, targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); else GenericVirtActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(targetMethod, targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); else VirtActionInvoker4< void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3); } } } else { typedef void (*FunctionPointerType) (void*, void*, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *, uint8_t*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___ctx1, ___traceMessage2, ___traceMessageLen3, targetMethod); } } } } // System.IAsyncResult Mono.Unity.UnityTls_unitytls_tlsctx_trace_callback::BeginInvoke(System.Void*,Mono.Unity.UnityTls_unitytls_tlsctx*,System.Byte*,System.IntPtr,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* unitytls_tlsctx_trace_callback_BeginInvoke_mE23C8513E935C278BCC120731072893E86729CAA (unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA * __this, void* ___userData0, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx1, uint8_t* ___traceMessage2, intptr_t ___traceMessageLen3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (unitytls_tlsctx_trace_callback_BeginInvoke_mE23C8513E935C278BCC120731072893E86729CAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___userData0; __d_args[1] = ___ctx1; __d_args[2] = ___traceMessage2; __d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___traceMessageLen3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Void Mono.Unity.UnityTls_unitytls_tlsctx_trace_callback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_trace_callback_EndInvoke_m33865B83D223342F078061A59F8DF41311D20C94 (unitytls_tlsctx_trace_callback_t2C8F0895EF17ECAC042835D68A6BFDB9CBC7F2AA * __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 extern "C" intptr_t DelegatePInvokeWrapper_unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 (unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * __this, void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc)(void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___userData0, ___data1, ___bufferLen2, ___errorState3); return returnValue; } // System.Void Mono.Unity.UnityTls_unitytls_tlsctx_write_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_write_callback__ctor_mC7F821EB4597E74CFC9DE7A1EA50F86CFAC2F411 (unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * __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.IntPtr Mono.Unity.UnityTls_unitytls_tlsctx_write_callback::Invoke(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_write_callback_Invoke_m9E758A0D65A39C61209306CDAB781357D956F36E (unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * __this, void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { intptr_t result; memset(&result, 0, sizeof(result)); DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); else result = GenericVirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); else result = VirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); } } } else { typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } else { // closed typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef intptr_t (*FunctionPointerType) (void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); else result = GenericVirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); else result = VirtFuncInvoker4< intptr_t, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3); } } } else { typedef intptr_t (*FunctionPointerType) (void*, void*, uint8_t*, intptr_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___data1, ___bufferLen2, ___errorState3, targetMethod); } } } return result; } // System.IAsyncResult Mono.Unity.UnityTls_unitytls_tlsctx_write_callback::BeginInvoke(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* unitytls_tlsctx_write_callback_BeginInvoke_m9FA442F88C3483A74C56938DD30BF36505666EDD (unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * __this, void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (unitytls_tlsctx_write_callback_BeginInvoke_m9FA442F88C3483A74C56938DD30BF36505666EDD_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___userData0; __d_args[1] = ___data1; __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferLen2); __d_args[3] = ___errorState3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.IntPtr Mono.Unity.UnityTls_unitytls_tlsctx_write_callback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_write_callback_EndInvoke_m4615F5985BBDB75F9DBDE0398A854CE2315DF925 (unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(intptr_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" uint32_t DelegatePInvokeWrapper_unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A (unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * __this, void* ___userData0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method) { typedef uint32_t (CDECL *PInvokeFunc)(void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation uint32_t returnValue = il2cppPInvokeFunc(___userData0, ___chain1, ___errorState2); return returnValue; } // System.Void Mono.Unity.UnityTls_unitytls_tlsctx_x509verify_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_tlsctx_x509verify_callback__ctor_m50C4160D42681A80BEAD13F18294437BD96C3D0B (unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * __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); } // Mono.Unity.UnityTls_unitytls_x509verify_result Mono.Unity.UnityTls_unitytls_tlsctx_x509verify_callback::Invoke(System.Void*,Mono.Unity.UnityTls_unitytls_x509list_ref,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_x509verify_callback_Invoke_m63FDAF56E6D0F50E1E21DB4E3515967596071CE6 (unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * __this, void* ___userData0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method) { uint32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___chain1, ___errorState2, targetMethod); } else { // closed typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___chain1, ___errorState2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___chain1, ___errorState2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___chain1, ___errorState2); else result = GenericVirtFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___chain1, ___errorState2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___chain1, ___errorState2); else result = VirtFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___chain1, ___errorState2); } } } else { typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___chain1, ___errorState2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___chain1, ___errorState2, targetMethod); } else { // closed typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___chain1, ___errorState2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___chain1, ___errorState2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___chain1, ___errorState2); else result = GenericVirtFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___chain1, ___errorState2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___chain1, ___errorState2); else result = VirtFuncInvoker3< uint32_t, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___chain1, ___errorState2); } } } else { typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 , unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___chain1, ___errorState2, targetMethod); } } } return result; } // System.IAsyncResult Mono.Unity.UnityTls_unitytls_tlsctx_x509verify_callback::BeginInvoke(System.Void*,Mono.Unity.UnityTls_unitytls_x509list_ref,Mono.Unity.UnityTls_unitytls_errorstate*,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* unitytls_tlsctx_x509verify_callback_BeginInvoke_m84DAB124121532AF9AECBA6E706A0914C4EA22F4 (unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * __this, void* ___userData0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (unitytls_tlsctx_x509verify_callback_BeginInvoke_m84DAB124121532AF9AECBA6E706A0914C4EA22F4_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___userData0; __d_args[1] = Box(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6_il2cpp_TypeInfo_var, &___chain1); __d_args[2] = ___errorState2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // Mono.Unity.UnityTls_unitytls_x509verify_result Mono.Unity.UnityTls_unitytls_tlsctx_x509verify_callback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_x509verify_callback_EndInvoke_mD0321EDEC2FCF98ACB6497F796021DC65DA0DEEC (unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(uint32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 extern "C" uint32_t DelegatePInvokeWrapper_unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * __this, void* ___userData0, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 ___cert1, uint32_t ___result2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { typedef uint32_t (CDECL *PInvokeFunc)(void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation uint32_t returnValue = il2cppPInvokeFunc(___userData0, ___cert1, ___result2, ___errorState3); return returnValue; } // System.Void Mono.Unity.UnityTls_unitytls_x509verify_callback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void unitytls_x509verify_callback__ctor_m9D04862B333145C9F179B31F08C390E0DEA4D1B0 (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * __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); } // Mono.Unity.UnityTls_unitytls_x509verify_result Mono.Unity.UnityTls_unitytls_x509verify_callback::Invoke(System.Void*,Mono.Unity.UnityTls_unitytls_x509_ref,Mono.Unity.UnityTls_unitytls_x509verify_result,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_callback_Invoke_m4DDE358F87398FA2F51CDD551E6F1D4CB5B48159 (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * __this, void* ___userData0, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 ___cert1, uint32_t ___result2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { uint32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } else { // closed typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___cert1, ___result2, ___errorState3); else result = GenericVirtFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___cert1, ___result2, ___errorState3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___cert1, ___result2, ___errorState3); else result = VirtFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___cert1, ___result2, ___errorState3); } } } else { typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } else { // closed typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef uint32_t (*FunctionPointerType) (void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___cert1, ___result2, ___errorState3); else result = GenericVirtFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(targetMethod, targetThis, ___userData0, ___cert1, ___result2, ___errorState3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___userData0, ___cert1, ___result2, ___errorState3); else result = VirtFuncInvoker4< uint32_t, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___userData0, ___cert1, ___result2, ___errorState3); } } } else { typedef uint32_t (*FunctionPointerType) (void*, void*, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 , uint32_t, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___userData0, ___cert1, ___result2, ___errorState3, targetMethod); } } } return result; } // System.IAsyncResult Mono.Unity.UnityTls_unitytls_x509verify_callback::BeginInvoke(System.Void*,Mono.Unity.UnityTls_unitytls_x509_ref,Mono.Unity.UnityTls_unitytls_x509verify_result,Mono.Unity.UnityTls_unitytls_errorstate*,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* unitytls_x509verify_callback_BeginInvoke_m34DFF04B0DD733860B3BAE73885A90C6A936E26F (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * __this, void* ___userData0, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 ___cert1, uint32_t ___result2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (unitytls_x509verify_callback_BeginInvoke_m34DFF04B0DD733860B3BAE73885A90C6A936E26F_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___userData0; __d_args[1] = Box(unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7_il2cpp_TypeInfo_var, &___cert1); __d_args[2] = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &___result2); __d_args[3] = ___errorState3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // Mono.Unity.UnityTls_unitytls_x509verify_result Mono.Unity.UnityTls_unitytls_x509verify_callback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_callback_EndInvoke_m17AC8D1886D2624D4E3E041E6931DC942C117FAB (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(uint32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" intptr_t CDECL ReversePInvokeWrapper_UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F(void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation intptr_t returnValue = UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F(___userData0, ___data1, ___bufferLen2, ___errorState3, NULL); return returnValue; } extern "C" intptr_t CDECL ReversePInvokeWrapper_UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB(void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation intptr_t returnValue = UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB(___userData0, ___buffer1, ___bufferLen2, ___errorState3, NULL); return returnValue; } extern "C" uint32_t CDECL ReversePInvokeWrapper_UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850(void* ___userData0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation uint32_t returnValue = UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850(___userData0, ___chain1, ___errorState2, NULL); return returnValue; } extern "C" void CDECL ReversePInvokeWrapper_UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347(void* ___userData0, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 * ___caList4, intptr_t ___caListLen5, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * ___chain6, unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * ___key7, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState8) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347(___userData0, ___ctx1, ___cn2, ___cnLen3, ___caList4, ___caListLen5, ___chain6, ___key7, ___errorState8, NULL); } // System.Void Mono.Unity.UnityTlsContext::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext__ctor_m82A8A07485BBA40B72407958085454EBFFEB826C (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * ___parent0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate4, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates5, bool ___askForClientCert6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext__ctor_m82A8A07485BBA40B72407958085454EBFFEB826C_MetadataUsageId); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_0; memset(&V_0, 0, sizeof(V_0)); unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 V_1; memset(&V_1, 0, sizeof(V_1)); unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 V_2; memset(&V_2, 0, sizeof(V_2)); unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 V_3; memset(&V_3, 0, sizeof(V_3)); unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 V_4; memset(&V_4, 0, sizeof(V_4)); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * V_5 = NULL; unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * V_6 = NULL; unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 V_7; memset(&V_7, 0, sizeof(V_7)); unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B V_8; memset(&V_8, 0, sizeof(V_8)); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * V_9 = NULL; unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 V_10; memset(&V_10, 0, sizeof(V_10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_11 = NULL; uint8_t* V_12 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { __this->set_tlsContext_9((unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(((uintptr_t)0))); __this->set_requestedClientCertChain_10((unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(((uintptr_t)0))); __this->set_requestedClientKey_11((unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(((uintptr_t)0))); MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * L_0 = ___parent0; bool L_1 = ___serverMode1; String_t* L_2 = ___targetHost2; int32_t L_3 = ___enabledProtocols3; X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_4 = ___serverCertificate4; X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_5 = ___clientCertificates5; bool L_6 = ___askForClientCert6; MobileTlsContext__ctor_m449BA0C8EEB97C8D13FBDF2B18F46F37408292E2(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_7 = GCHandle_Alloc_m5BF9DC23B533B904BFEA61136B92916683B46B0F(__this, /*hidden argument*/NULL); __this->set_handle_20(L_7); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_8 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_8); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_9 = L_8->get_unitytls_errorstate_create_2(); NullCheck(L_9); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_10 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_9, /*hidden argument*/NULL); V_0 = L_10; il2cpp_codegen_initobj((&V_3), sizeof(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 )); int32_t L_11 = ___enabledProtocols3; uint32_t L_12 = UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1(L_11, /*hidden argument*/NULL); (&V_3)->set_min_0(L_12); int32_t L_13 = ___enabledProtocols3; uint32_t L_14 = UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA(L_13, /*hidden argument*/NULL); (&V_3)->set_max_1(L_14); unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 L_15 = V_3; V_1 = L_15; il2cpp_codegen_initobj((&V_4), sizeof(unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 )); unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * L_16 = (unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 *)il2cpp_codegen_object_new(unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6_il2cpp_TypeInfo_var); unitytls_tlsctx_write_callback__ctor_mC7F821EB4597E74CFC9DE7A1EA50F86CFAC2F411(L_16, NULL, (intptr_t)((intptr_t)UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F_RuntimeMethod_var), /*hidden argument*/NULL); (&V_4)->set_write_1(L_16); unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * L_17 = (unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 *)il2cpp_codegen_object_new(unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5_il2cpp_TypeInfo_var); unitytls_tlsctx_read_callback__ctor_m52F2060B467B61401384C7E3693C6C8CDC3E46B7(L_17, NULL, (intptr_t)((intptr_t)UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB_RuntimeMethod_var), /*hidden argument*/NULL); (&V_4)->set_read_0(L_17); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_18 = __this->get_handle_20(); intptr_t L_19 = GCHandle_op_Explicit_mDDDE375E679609F240EF76F20E982C5B73A7D6BA(L_18, /*hidden argument*/NULL); void* L_20 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_19, /*hidden argument*/NULL); (&V_4)->set_data_2((void*)L_20); unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 L_21 = V_4; V_2 = L_21; bool L_22 = ___serverMode1; if (!L_22) { goto IL_01b3; } } { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_23 = ___serverCertificate4; UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B(L_23, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 **)(&V_5), (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 **)(&V_6), /*hidden argument*/NULL); } IL_00c7: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_24 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_24); unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * L_25 = L_24->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_26 = V_5; NullCheck(L_25); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_27 = unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C(L_25, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_26, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_7 = L_27; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_28 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_28); unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * L_29 = L_28->get_unitytls_key_get_ref_4(); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * L_30 = V_6; NullCheck(L_29); unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B L_31 = unitytls_key_get_ref_t_Invoke_mA8C5F2D239F4B74885F37C9671012F1136BF0BE2(L_29, (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)L_30, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_8 = L_31; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_32 = V_0; Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8(L_32, _stringLiteral16CAEF5A9399B4275E138D7FF5BB4E29BF6CAD72, ((int32_t)80), /*hidden argument*/NULL); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_33 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_33); unitytls_tlsctx_create_server_t_t6E7812D40DDD91958E3CFBB92B5F5748D477E19D * L_34 = L_33->get_unitytls_tlsctx_create_server_18(); unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 L_35 = V_1; unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 L_36 = V_2; unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_37 = V_7; uint64_t L_38 = L_37.get_handle_0(); unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B L_39 = V_8; uint64_t L_40 = L_39.get_handle_0(); NullCheck(L_34); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_41 = unitytls_tlsctx_create_server_t_Invoke_m6C7288544450304884E239BA3ACED930AAC040DF(L_34, L_35, L_36, L_38, L_40, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); __this->set_tlsContext_9((unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_41); bool L_42 = ___askForClientCert6; if (!L_42) { goto IL_018b; } } IL_012c: { V_9 = (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(((uintptr_t)0)); } IL_0130: try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_43 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_43); unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * L_44 = L_43->get_unitytls_x509list_create_11(); NullCheck(L_44); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_45 = unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79(L_44, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_9 = (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_45; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_46 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_46); unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * L_47 = L_46->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_48 = V_9; NullCheck(L_47); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_49 = unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C(L_47, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_48, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_10 = L_49; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_50 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_50); unitytls_tlsctx_server_require_client_authentication_t_t77B3CAFF25690A45405E3C957E40CC4FF83B49C6 * L_51 = L_50->get_unitytls_tlsctx_server_require_client_authentication_20(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_52 = __this->get_tlsContext_9(); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_53 = V_10; NullCheck(L_51); unitytls_tlsctx_server_require_client_authentication_t_Invoke_mAD3C2DC8E2407F47BCCDB9CCD03FAEF5C3C61FB4(L_51, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_52, L_53, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); IL2CPP_LEAVE(0x23A, FINALLY_0179); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0179; } FINALLY_0179: { // begin finally (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_54 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_54); unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_55 = L_54->get_unitytls_x509list_free_15(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_56 = V_9; NullCheck(L_55); unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_55, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_56, /*hidden argument*/NULL); IL2CPP_END_FINALLY(377) } // end finally (depth: 2) IL2CPP_CLEANUP(377) { IL2CPP_END_CLEANUP(0x23A, FINALLY_0190); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018b: { IL2CPP_LEAVE(0x23A, FINALLY_0190); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0190; } FINALLY_0190: { // begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_57 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_57); unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_58 = L_57->get_unitytls_x509list_free_15(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_59 = V_5; NullCheck(L_58); unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_58, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_59, /*hidden argument*/NULL); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_60 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_60); unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * L_61 = L_60->get_unitytls_key_free_7(); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * L_62 = V_6; NullCheck(L_61); unitytls_key_free_t_Invoke_m80E23E79440054744237B5BAA88AAAAB0D4E2F4B(L_61, (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)L_62, /*hidden argument*/NULL); IL2CPP_END_FINALLY(400) } // end finally (depth: 1) IL2CPP_CLEANUP(400) { IL2CPP_JUMP_TBL(0x23A, IL_023a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01b3: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_63 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); String_t* L_64 = ___targetHost2; NullCheck(L_63); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_63, L_64); V_11 = L_65; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_11; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66; V_13 = L_67; if (!L_67) { goto IL_01cd; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_13; NullCheck(L_68); if ((((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length))))) { goto IL_01d3; } } IL_01cd: { V_12 = (uint8_t*)(((uintptr_t)0)); goto IL_01de; } IL_01d3: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_13; NullCheck(L_69); V_12 = (uint8_t*)(((uintptr_t)((L_69)->GetAddressAt(static_cast(0))))); } IL_01de: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_70 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_70); unitytls_tlsctx_create_client_t_tD9DFBDB5559983F0E11A67FA92E0F7182114C8F2 * L_71 = L_70->get_unitytls_tlsctx_create_client_19(); unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 L_72 = V_1; unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 L_73 = V_2; uint8_t* L_74 = V_12; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_11; NullCheck(L_75); intptr_t L_76 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray *)L_75)->max_length)))), /*hidden argument*/NULL); NullCheck(L_71); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_77 = unitytls_tlsctx_create_client_t_Invoke_m1DF5F05CEC35949278BEA867FA923CA399855D20(L_71, L_72, L_73, (uint8_t*)(uint8_t*)L_74, (intptr_t)L_76, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); __this->set_tlsContext_9((unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_77); V_13 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_78 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_78); unitytls_tlsctx_set_certificate_callback_t_tC4864FE0F6A3398A572F2511AA64C72126640937 * L_79 = L_78->get_unitytls_tlsctx_set_certificate_callback_21(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_80 = __this->get_tlsContext_9(); unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 * L_81 = (unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740 *)il2cpp_codegen_object_new(unitytls_tlsctx_certificate_callback_t55149A988CA1CE32772ACAC0031DAF4DC0F6D740_il2cpp_TypeInfo_var); unitytls_tlsctx_certificate_callback__ctor_m14C613364636EF10ECCD413A6F49E975A4F4A6A2(L_81, NULL, (intptr_t)((intptr_t)UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347_RuntimeMethod_var), /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_82 = __this->get_handle_20(); intptr_t L_83 = GCHandle_op_Explicit_mDDDE375E679609F240EF76F20E982C5B73A7D6BA(L_82, /*hidden argument*/NULL); void* L_84 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_83, /*hidden argument*/NULL); NullCheck(L_79); unitytls_tlsctx_set_certificate_callback_t_Invoke_mD72A24F7BEB100ECBFE6A02447D07EB392F8416B(L_79, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_80, L_81, (void*)(void*)L_84, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); } IL_023a: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_85 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_85); unitytls_tlsctx_set_x509verify_callback_t_t34EEB7BA38CA2C86F847416785ADB22BC4A04F4B * L_86 = L_85->get_unitytls_tlsctx_set_x509verify_callback_23(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_87 = __this->get_tlsContext_9(); unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A * L_88 = (unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A *)il2cpp_codegen_object_new(unitytls_tlsctx_x509verify_callback_t5FCF0307C4AB263BC611FE396EC4D2B9CF93528A_il2cpp_TypeInfo_var); unitytls_tlsctx_x509verify_callback__ctor_m50C4160D42681A80BEAD13F18294437BD96C3D0B(L_88, NULL, (intptr_t)((intptr_t)UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850_RuntimeMethod_var), /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_89 = __this->get_handle_20(); intptr_t L_90 = GCHandle_op_Explicit_mDDDE375E679609F240EF76F20E982C5B73A7D6BA(L_89, /*hidden argument*/NULL); void* L_91 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_90, /*hidden argument*/NULL); NullCheck(L_86); unitytls_tlsctx_set_x509verify_callback_t_Invoke_mB4B699E9A75AD84590634AA66243AE8BE8DE9F09(L_86, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_87, L_88, (void*)(void*)L_91, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_92 = V_0; Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8(L_92, _stringLiteral04523F11A3E39668B455F81116400F1C2FFF3889, ((int32_t)80), /*hidden argument*/NULL); __this->set_hasContext_16((bool)1); return; } } // System.Void Mono.Unity.UnityTlsContext::ExtractNativeKeyAndChainFromManagedCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls_unitytls_errorstate*,Mono.Unity.UnityTls_unitytls_x509list*U26,Mono.Unity.UnityTls_unitytls_key*U26) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** ___nativeCertChain2, unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** ___nativeKey3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; uint8_t* V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = ___cert0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralCD1B5069963D9878F92F1CFBE77F8912CDD5B2ED, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B_RuntimeMethod_var); } IL_000e: { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_2 = ___cert0; V_0 = ((X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 *)IsInstClass((RuntimeObject*)L_2, X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_il2cpp_TypeInfo_var)); X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * L_3 = V_0; if (!L_3) { goto IL_0020; } } { X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * L_4 = V_0; NullCheck(L_4); AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_5 = X509Certificate2_get_PrivateKey_m91743B42723CF3480CAD698F086CAE1DB7BBD266(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } IL_0020: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteralCE916EF262A1586F5008FD8B99902C2B4ECB2DBD, _stringLiteralCD1B5069963D9878F92F1CFBE77F8912CDD5B2ED, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B_RuntimeMethod_var); } IL_0030: { unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** L_7 = ___nativeCertChain2; *((intptr_t*)L_7) = (intptr_t)(((uintptr_t)0)); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** L_8 = ___nativeKey3; *((intptr_t*)L_8) = (intptr_t)(((uintptr_t)0)); } IL_0038: try { // begin try (depth: 1) { unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** L_9 = ___nativeCertChain2; IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_10 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_10); unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * L_11 = L_10->get_unitytls_x509list_create_11(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_12 = ___errorState1; NullCheck(L_11); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_13 = unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79(L_11, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_12, /*hidden argument*/NULL); *((intptr_t*)L_9) = (intptr_t)L_13; unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** L_14 = ___nativeCertChain2; X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_15 = ___cert0; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_16 = ___errorState1; CertHelper_AddCertificateToNativeChain_m223E545813937EC29B6EF428DAE3F45551728166((unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(*((intptr_t*)L_14)), L_15, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_16, /*hidden argument*/NULL); X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * L_17 = V_0; NullCheck(L_17); AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_18 = X509Certificate2_get_PrivateKey_m91743B42723CF3480CAD698F086CAE1DB7BBD266(L_17, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = PrivateKeyInfo_Encode_m3D458CE8888E92B151A56A3641E46651DFB05CD8(L_18, /*hidden argument*/NULL); V_1 = L_19; } IL_005f: try { // begin try (depth: 2) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20; V_3 = L_21; if (!L_21) { goto IL_0069; } } IL_0064: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_3; NullCheck(L_22); if ((((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))) { goto IL_006e; } } IL_0069: { V_2 = (uint8_t*)(((uintptr_t)0)); goto IL_0077; } IL_006e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_3; NullCheck(L_23); V_2 = (uint8_t*)(((uintptr_t)((L_23)->GetAddressAt(static_cast(0))))); } IL_0077: { unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** L_24 = ___nativeKey3; IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_25 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_25); unitytls_key_parse_der_t_t2ABD1C146C8B9405F6E5A78CD59A779EA607741B * L_26 = L_25->get_unitytls_key_parse_der_5(); uint8_t* L_27 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_1; NullCheck(L_28); intptr_t L_29 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))), /*hidden argument*/NULL); intptr_t L_30 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(0, /*hidden argument*/NULL); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_31 = ___errorState1; NullCheck(L_26); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * L_32 = unitytls_key_parse_der_t_Invoke_m8CF4A1CFD7B385B3091215030E7EC2CB5B6823ED(L_26, (uint8_t*)(uint8_t*)L_27, (intptr_t)L_29, (uint8_t*)(uint8_t*)(((uintptr_t)0)), (intptr_t)L_30, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_31, /*hidden argument*/NULL); *((intptr_t*)L_24) = (intptr_t)L_32; IL2CPP_LEAVE(0x9F, FINALLY_009c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: { // begin finally (depth: 2) V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; IL2CPP_END_FINALLY(156) } // end finally (depth: 2) IL2CPP_CLEANUP(156) { IL2CPP_JUMP_TBL(0x9F, IL_009f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009f: { goto IL_00c6; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a1; throw e; } CATCH_00a1: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_33 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_33); unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_34 = L_33->get_unitytls_x509list_free_15(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** L_35 = ___nativeCertChain2; NullCheck(L_34); unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_34, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(*((intptr_t*)L_35)), /*hidden argument*/NULL); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_36 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_36); unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * L_37 = L_36->get_unitytls_key_free_7(); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** L_38 = ___nativeKey3; NullCheck(L_37); unitytls_key_free_t_Invoke_m80E23E79440054744237B5BAA88AAAAB0D4E2F4B(L_37, (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(*((intptr_t*)L_38)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B_RuntimeMethod_var); } // end catch (depth: 1) IL_00c6: { return; } } // System.Boolean Mono.Unity.UnityTlsContext::get_IsAuthenticated() extern "C" IL2CPP_METHOD_ATTR bool UnityTlsContext_get_IsAuthenticated_m2D21CAED85E7FC027A44D4B563559A0CAE4E82E1 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAuthenticated_15(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::get_LocalClientCertificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * UnityTlsContext_get_LocalClientCertificate_m9B9A5084356A175F6F647395D1F08404741DED42 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, const RuntimeMethod* method) { { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = __this->get_localClientCertificate_12(); return L_0; } } // System.ValueTuple`2 Mono.Unity.UnityTlsContext::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 UnityTlsContext_Read_m57A71EE175BE7D20FBBBF23208F4370198E82FCE (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_Read_m57A71EE175BE7D20FBBBF23208F4370198E82FCE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_1; memset(&V_1, 0, sizeof(V_1)); uint8_t* V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; uint32_t V_4 = 0; { V_0 = 0; __this->set_lastException_21((Exception_t *)NULL); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_0 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_2 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_1, /*hidden argument*/NULL); V_1 = L_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3; V_3 = L_4; if (!L_4) { goto IL_0023; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_3; NullCheck(L_5); if ((((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) { goto IL_0028; } } IL_0023: { V_2 = (uint8_t*)(((uintptr_t)0)); goto IL_0031; } IL_0028: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_3; NullCheck(L_6); V_2 = (uint8_t*)(((uintptr_t)((L_6)->GetAddressAt(static_cast(0))))); } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_7 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_7); unitytls_tlsctx_read_t_tA8D1209D5F488E02F826EE2362F5AA61C8FF2EE2 * L_8 = L_7->get_unitytls_tlsctx_read_28(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_9 = __this->get_tlsContext_9(); uint8_t* L_10 = V_2; int32_t L_11 = ___offset1; int32_t L_12 = ___count2; intptr_t L_13 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(L_12, /*hidden argument*/NULL); NullCheck(L_8); intptr_t L_14 = unitytls_tlsctx_read_t_Invoke_mAFFB3FA39F79B2BE4FFA182239DE94ED5570D803(L_8, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_9, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)), (intptr_t)L_13, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_1))), /*hidden argument*/NULL); int32_t L_15 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_14, /*hidden argument*/NULL); V_0 = L_15; V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; Exception_t * L_16 = __this->get_lastException_21(); if (!L_16) { goto IL_0069; } } { Exception_t * L_17 = __this->get_lastException_21(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, UnityTlsContext_Read_m57A71EE175BE7D20FBBBF23208F4370198E82FCE_RuntimeMethod_var); } IL_0069: { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_18 = V_1; uint32_t L_19 = L_18.get_code_1(); V_4 = L_19; uint32_t L_20 = V_4; if (!L_20) { goto IL_0086; } } { uint32_t L_21 = V_4; if ((((int32_t)L_21) == ((int32_t)((int32_t)10)))) { goto IL_0099; } } { uint32_t L_22 = V_4; if ((((int32_t)L_22) == ((int32_t)((int32_t)1048577)))) { goto IL_0091; } } { goto IL_00a1; } IL_0086: { int32_t L_23 = V_0; int32_t L_24 = V_0; int32_t L_25 = ___count2; ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_26; memset(&L_26, 0, sizeof(L_26)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_26), L_23, (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0), /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_26; } IL_0091: { int32_t L_27 = V_0; ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_28; memset(&L_28, 0, sizeof(L_28)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_28), L_27, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_28; } IL_0099: { ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_29; memset(&L_29, 0, sizeof(L_29)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_29), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_29; } IL_00a1: { bool L_30 = __this->get_closedGraceful_17(); if (L_30) { goto IL_00b6; } } { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_31 = V_1; Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8(L_31, _stringLiteral700A2466FFB830FF1A97F4F2BA1074DB64F4518A, ((int32_t)80), /*hidden argument*/NULL); } IL_00b6: { ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_32; memset(&L_32, 0, sizeof(L_32)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_32), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_32; } } // System.ValueTuple`2 Mono.Unity.UnityTlsContext::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 UnityTlsContext_Write_m2A845C13751DFCADF4065D4108C92065662EF6D5 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_Write_m2A845C13751DFCADF4065D4108C92065662EF6D5_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_1; memset(&V_1, 0, sizeof(V_1)); uint8_t* V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; uint32_t V_4 = 0; { V_0 = 0; __this->set_lastException_21((Exception_t *)NULL); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_0 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_2 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_1, /*hidden argument*/NULL); V_1 = L_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3; V_3 = L_4; if (!L_4) { goto IL_0023; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_3; NullCheck(L_5); if ((((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) { goto IL_0028; } } IL_0023: { V_2 = (uint8_t*)(((uintptr_t)0)); goto IL_0031; } IL_0028: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_3; NullCheck(L_6); V_2 = (uint8_t*)(((uintptr_t)((L_6)->GetAddressAt(static_cast(0))))); } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_7 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_7); unitytls_tlsctx_write_t_t0B4A49BBA592FE4EC0630B490463AE116AF07C9C * L_8 = L_7->get_unitytls_tlsctx_write_29(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_9 = __this->get_tlsContext_9(); uint8_t* L_10 = V_2; int32_t L_11 = ___offset1; int32_t L_12 = ___count2; intptr_t L_13 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(L_12, /*hidden argument*/NULL); NullCheck(L_8); intptr_t L_14 = unitytls_tlsctx_write_t_Invoke_mF9413F9C6DD887B3B0DA87CE25824CED940EEFC1(L_8, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_9, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)), (intptr_t)L_13, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_1))), /*hidden argument*/NULL); int32_t L_15 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_14, /*hidden argument*/NULL); V_0 = L_15; V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; Exception_t * L_16 = __this->get_lastException_21(); if (!L_16) { goto IL_0069; } } { Exception_t * L_17 = __this->get_lastException_21(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, UnityTlsContext_Write_m2A845C13751DFCADF4065D4108C92065662EF6D5_RuntimeMethod_var); } IL_0069: { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_18 = V_1; uint32_t L_19 = L_18.get_code_1(); V_4 = L_19; uint32_t L_20 = V_4; if (!L_20) { goto IL_0086; } } { uint32_t L_21 = V_4; if ((((int32_t)L_21) == ((int32_t)((int32_t)10)))) { goto IL_0099; } } { uint32_t L_22 = V_4; if ((((int32_t)L_22) == ((int32_t)((int32_t)1048577)))) { goto IL_0091; } } { goto IL_00a1; } IL_0086: { int32_t L_23 = V_0; int32_t L_24 = V_0; int32_t L_25 = ___count2; ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_26; memset(&L_26, 0, sizeof(L_26)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_26), L_23, (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0), /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_26; } IL_0091: { int32_t L_27 = V_0; ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_28; memset(&L_28, 0, sizeof(L_28)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_28), L_27, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_28; } IL_0099: { ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_29; memset(&L_29, 0, sizeof(L_29)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_29), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_29; } IL_00a1: { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_30 = V_1; Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8(L_30, _stringLiteralCE5A3811A8B375F401C32463086EE9DB90DCEA44, ((int32_t)80), /*hidden argument*/NULL); ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 L_31; memset(&L_31, 0, sizeof(L_31)); ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766((&L_31), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m0768881D94743F0E47AD7587C2A98E3DAA550766_RuntimeMethod_var); return L_31; } } // System.Void Mono.Unity.UnityTlsContext::Shutdown() extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_Shutdown_m8F28FC6DA210C07662E2237E4AE0F37CDEFAAC16 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_Shutdown_m8F28FC6DA210C07662E2237E4AE0F37CDEFAAC16_MetadataUsageId); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_0; memset(&V_0, 0, sizeof(V_0)); { MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_0 = MobileTlsContext_get_Settings_mD01B5D15FBD79707BB1F283814FF76817230E35D(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003d; } } { MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_1 = MobileTlsContext_get_Settings_mD01B5D15FBD79707BB1F283814FF76817230E35D(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = MonoTlsSettings_get_SendCloseNotify_m4E72508568F2055945A21AD19B1129AD2437C92F(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_3 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_3); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_4 = L_3->get_unitytls_errorstate_create_2(); NullCheck(L_4); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_5 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_4, /*hidden argument*/NULL); V_0 = L_5; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_6 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_6); unitytls_tlsctx_notify_close_t_t2FC4C08BACF1AEA509ABCAF3B22475E196E74A0D * L_7 = L_6->get_unitytls_tlsctx_notify_close_30(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_8 = __this->get_tlsContext_9(); NullCheck(L_7); unitytls_tlsctx_notify_close_t_Invoke_mC3B57340B3CA22EA7EB0EBFA5C941C487DE6B015(L_7, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_8, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_9 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_9); unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_10 = L_9->get_unitytls_x509list_free_15(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_11 = __this->get_requestedClientCertChain_10(); NullCheck(L_10); unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_10, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_11, /*hidden argument*/NULL); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_12 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_12); unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * L_13 = L_12->get_unitytls_key_free_7(); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * L_14 = __this->get_requestedClientKey_11(); NullCheck(L_13); unitytls_key_free_t_Invoke_m80E23E79440054744237B5BAA88AAAAB0D4E2F4B(L_13, (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)L_14, /*hidden argument*/NULL); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_15 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_15); unitytls_tlsctx_free_t_tB27A3B6F9D1B784ABE082849EAB6B81F51FAC8E2 * L_16 = L_15->get_unitytls_tlsctx_free_31(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_17 = __this->get_tlsContext_9(); NullCheck(L_16); unitytls_tlsctx_free_t_Invoke_m34DFBB044037052F67FEA5A579A5AC004E01AEC8(L_16, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_17, /*hidden argument*/NULL); __this->set_tlsContext_9((unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(((uintptr_t)0))); __this->set_hasContext_16((bool)0); return; } } // System.Void Mono.Unity.UnityTlsContext::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_Dispose_mDAFA39A1C87ACB042BA171A8FE723D07204216FD (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_0060; } } IL_0003: { VirtActionInvoker0::Invoke(12 /* System.Void Mono.Net.Security.MobileTlsContext::Shutdown() */, __this); __this->set_localClientCertificate_12((X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)NULL); __this->set_remoteCertificate_13((X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)NULL); X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_1 = __this->get_localClientCertificate_12(); if (!L_1) { goto IL_0031; } } IL_001f: { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_2 = __this->get_localClientCertificate_12(); NullCheck(L_2); X509Certificate_Dispose_m3DFC8009D93B8CBB17431A6B34BBCA974180403D(L_2, /*hidden argument*/NULL); __this->set_localClientCertificate_12((X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)NULL); } IL_0031: { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_3 = __this->get_remoteCertificate_13(); if (!L_3) { goto IL_004b; } } IL_0039: { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_4 = __this->get_remoteCertificate_13(); NullCheck(L_4); X509Certificate_Dispose_m3DFC8009D93B8CBB17431A6B34BBCA974180403D(L_4, /*hidden argument*/NULL); __this->set_remoteCertificate_13((X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)NULL); } IL_004b: { __this->set_connectioninfo_14((MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D *)NULL); __this->set_isAuthenticated_15((bool)0); __this->set_hasContext_16((bool)0); } IL_0060: { GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_5 = __this->get_address_of_handle_20(); GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x75, FINALLY_006d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: { // begin finally (depth: 1) bool L_6 = ___disposing0; MobileTlsContext_Dispose_mA5A0EBCF3B159E9C83F76C00BA50FC67C360A7D1(__this, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(109) } // end finally (depth: 1) IL2CPP_CLEANUP(109) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { return; } } // System.Void Mono.Unity.UnityTlsContext::StartHandshake() extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_StartHandshake_m3E616FB8331ADCE5754EE66CF047C8C218D233FE (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_StartHandshake_m3E616FB8331ADCE5754EE66CF047C8C218D233FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* V_0 = NULL; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; uint32_t* V_3 = 0; unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* V_4 = 0; { MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_0 = MobileTlsContext_get_Settings_mD01B5D15FBD79707BB1F283814FF76817230E35D(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_00a8; } } { MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_1 = MobileTlsContext_get_Settings_mD01B5D15FBD79707BB1F283814FF76817230E35D(__this, /*hidden argument*/NULL); NullCheck(L_1); CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* L_2 = MonoTlsSettings_get_EnabledCiphers_mB3F4FB0A332010BBCDF8EFF2B6B105C0CC92AF1D(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_00a8; } } { MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_3 = MobileTlsContext_get_Settings_mD01B5D15FBD79707BB1F283814FF76817230E35D(__this, /*hidden argument*/NULL); NullCheck(L_3); CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* L_4 = MonoTlsSettings_get_EnabledCiphers_mB3F4FB0A332010BBCDF8EFF2B6B105C0CC92AF1D(L_3, /*hidden argument*/NULL); NullCheck(L_4); unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_5 = (unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3*)SZArrayNew(unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); V_0 = L_5; V_2 = 0; goto IL_0046; } IL_0032: { unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_6 = V_0; int32_t L_7 = V_2; MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_8 = MobileTlsContext_get_Settings_mD01B5D15FBD79707BB1F283814FF76817230E35D(__this, /*hidden argument*/NULL); NullCheck(L_8); CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* L_9 = MonoTlsSettings_get_EnabledCiphers_mB3F4FB0A332010BBCDF8EFF2B6B105C0CC92AF1D(L_8, /*hidden argument*/NULL); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast(L_11)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint32_t)L_12); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0046: { int32_t L_14 = V_2; unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_15 = V_0; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_16 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_16); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_17 = L_16->get_unitytls_errorstate_create_2(); NullCheck(L_17); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_18 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_17, /*hidden argument*/NULL); V_1 = L_18; unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_19 = V_0; unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_20 = L_19; V_4 = L_20; if (!L_20) { goto IL_0068; } } { unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_21 = V_4; NullCheck(L_21); if ((((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))) { goto IL_006d; } } IL_0068: { V_3 = (uint32_t*)(((uintptr_t)0)); goto IL_0077; } IL_006d: { unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_22 = V_4; NullCheck(L_22); V_3 = (uint32_t*)(((uintptr_t)((L_22)->GetAddressAt(static_cast(0))))); } IL_0077: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_23 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_23); unitytls_tlsctx_set_supported_ciphersuites_t_t6914054EA0F7A59C8A4ED4B9CDD5AF143F7D8BFE * L_24 = L_23->get_unitytls_tlsctx_set_supported_ciphersuites_24(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_25 = __this->get_tlsContext_9(); uint32_t* L_26 = V_3; unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3* L_27 = V_0; NullCheck(L_27); intptr_t L_28 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))), /*hidden argument*/NULL); NullCheck(L_24); unitytls_tlsctx_set_supported_ciphersuites_t_Invoke_m9091B6D204D7611E2741CC2B3166616F8C19E594(L_24, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_25, (uint32_t*)(uint32_t*)L_26, (intptr_t)L_28, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_1))), /*hidden argument*/NULL); V_4 = (unitytls_ciphersuiteU5BU5D_tB2A338AEB9C1D4DA86DC5B9E9D4E10BA52A3F1C3*)NULL; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_29 = V_1; Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8(L_29, _stringLiteralB182F6EBE72F77E45EC43426AE0C1B6FAB9DCD48, ((int32_t)40), /*hidden argument*/NULL); } IL_00a8: { return; } } // System.Boolean Mono.Unity.UnityTlsContext::ProcessHandshake() extern "C" IL2CPP_METHOD_ATTR bool UnityTlsContext_ProcessHandshake_mDA4456F24FC2E02FBBE6252120506A0852BD6CCC (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_ProcessHandshake_mDA4456F24FC2E02FBBE6252120506A0852BD6CCC_MetadataUsageId); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_0; memset(&V_0, 0, sizeof(V_0)); uint32_t V_1 = 0; { __this->set_lastException_21((Exception_t *)NULL); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_0 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_2 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_1, /*hidden argument*/NULL); V_0 = L_2; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_3 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_3); unitytls_tlsctx_process_handshake_t_tC8AAF317CBE4CA216F22BF031ECF89315B963C9D * L_4 = L_3->get_unitytls_tlsctx_process_handshake_27(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_5 = __this->get_tlsContext_9(); NullCheck(L_4); uint32_t L_6 = unitytls_tlsctx_process_handshake_t_Invoke_mE17E62D2159809BC847BEB1D6B40C23C017ED3E8(L_4, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_5, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_1 = L_6; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_7 = V_0; uint32_t L_8 = L_7.get_code_1(); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)1048577))))) { goto IL_003f; } } { return (bool)0; } IL_003f: { Exception_t * L_9 = __this->get_lastException_21(); if (!L_9) { goto IL_004e; } } { Exception_t * L_10 = __this->get_lastException_21(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, UnityTlsContext_ProcessHandshake_mDA4456F24FC2E02FBBE6252120506A0852BD6CCC_RuntimeMethod_var); } IL_004e: { bool L_11 = MobileTlsContext_get_IsServer_mEC45475AE45AAB2485A829E6694B4E3BA1865C44(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_0082; } } { uint32_t L_12 = V_1; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0082; } } { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_13 = V_0; Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8(L_13, _stringLiteral2A8D159B067EBDCF290C08A6872DB0782F4DB003, ((int32_t)40), /*hidden argument*/NULL); bool L_14 = MobileTlsContext_ValidateCertificate_m4A466CEC18A060EDFD9D65F66600FA7F63632F7A(__this, (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)NULL, (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *)NULL, /*hidden argument*/NULL); if (L_14) { goto IL_0090; } } { TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91 * L_15 = (TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91 *)il2cpp_codegen_object_new(TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91_il2cpp_TypeInfo_var); TlsException__ctor_mCD978D5A0E271F65BF28C40380F65D8E0247FA53(L_15, ((int32_t)40), _stringLiteral81FAEE854ACACCFF169E20D21106D0BEB49C6FE0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, UnityTlsContext_ProcessHandshake_mDA4456F24FC2E02FBBE6252120506A0852BD6CCC_RuntimeMethod_var); } IL_0082: { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_16 = V_0; uint32_t L_17 = V_1; Debug_CheckAndThrow_m4B13EAF7CA50D7535BF7F663D23886279A4CDBF5(L_16, L_17, _stringLiteral2A8D159B067EBDCF290C08A6872DB0782F4DB003, ((int32_t)40), /*hidden argument*/NULL); } IL_0090: { return (bool)1; } } // System.Void Mono.Unity.UnityTlsContext::FinishHandshake() extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_FinishHandshake_mBC43C5018B3D65BB8807CCAEDDFEBC4D4719B2FB (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_FinishHandshake_mBC43C5018B3D65BB8807CCAEDDFEBC4D4719B2FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_0; memset(&V_0, 0, sizeof(V_0)); uint32_t V_1 = 0; uint32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_0 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_2 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_1, /*hidden argument*/NULL); V_0 = L_2; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_3 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_3); unitytls_tlsctx_get_ciphersuite_t_t94A91CB42A2EBB2CC598EF3E278770AFD80696A0 * L_4 = L_3->get_unitytls_tlsctx_get_ciphersuite_25(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_5 = __this->get_tlsContext_9(); NullCheck(L_4); uint32_t L_6 = unitytls_tlsctx_get_ciphersuite_t_Invoke_m28D027E6306B1F2188E64245FBA01268CC329442(L_4, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_5, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_1 = L_6; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_7 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_7); unitytls_tlsctx_get_protocol_t_tB29092875D3CBD25E4461BFD165B5373FA54DB14 * L_8 = L_7->get_unitytls_tlsctx_get_protocol_26(); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_9 = __this->get_tlsContext_9(); NullCheck(L_8); uint32_t L_10 = unitytls_tlsctx_get_protocol_t_Invoke_m533A624ECEB2AC0E43052CE6A234D04E4E9C70AB(L_8, (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_9, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_2 = L_10; MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * L_11 = (MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D *)il2cpp_codegen_object_new(MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D_il2cpp_TypeInfo_var); MonoTlsConnectionInfo__ctor_mB397FA297A2578A5B4663DEBA4C2BB5F00632A90(L_11, /*hidden argument*/NULL); MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * L_12 = L_11; uint32_t L_13 = V_1; NullCheck(L_12); MonoTlsConnectionInfo_set_CipherSuiteCode_m653D2CB0EFDC5CC95804705CD809B659261267B2(L_12, (((int32_t)((uint16_t)L_13))), /*hidden argument*/NULL); MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * L_14 = L_12; uint32_t L_15 = V_2; int32_t L_16 = UnityTlsConversions_ConvertProtocolVersion_m1618CAAE6886BF8070040EE8FC3ACC9036A6567E(L_15, /*hidden argument*/NULL); NullCheck(L_14); MonoTlsConnectionInfo_set_ProtocolVersion_m938EBDEECDC61FAB55DB6080006307A02AD0546B(L_14, L_16, /*hidden argument*/NULL); MonoTlsConnectionInfo_tE32F709ECF061DD150F45384869CE8431BD7A74D * L_17 = L_14; String_t* L_18 = MobileTlsContext_get_ServerName_m4E6D70D85F6EF3AE2D69F7C94EE30AA94B29D5DE(__this, /*hidden argument*/NULL); NullCheck(L_17); MonoTlsConnectionInfo_set_PeerDomainName_m573F0D44AAC8D095FD19686E1263D6847639AC8F(L_17, L_18, /*hidden argument*/NULL); __this->set_connectioninfo_14(L_17); __this->set_isAuthenticated_15((bool)1); return; } } // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F (void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_WriteCallback_m5F0468BDEFF636D45C1C6F1C76704F11CDED387F_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0; memset(&V_0, 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1 = IntPtr_op_Explicit_m7F0C4B884FFB05BD231154CBDAEBCF1917019C21((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_2 = GCHandle_op_Explicit_m12AF9B7126A0899E8011F1CCDCB877AAA56A0C8C((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); uint8_t* L_4 = ___data1; intptr_t L_5 = ___bufferLen2; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_6 = ___errorState3; NullCheck(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var))); intptr_t L_7 = UnityTlsContext_WriteCallback_mFA8E9E3FE64CD88CEEAC5F83393A939D683BE025(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var)), (uint8_t*)(uint8_t*)L_4, (intptr_t)L_5, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_6, /*hidden argument*/NULL); return (intptr_t)L_7; } } // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_mFA8E9E3FE64CD88CEEAC5F83393A939D683BE025 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, uint8_t* ___data0, intptr_t ___bufferLen1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_WriteCallback_mFA8E9E3FE64CD88CEEAC5F83393A939D683BE025_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_writeBuffer_18(); if (!L_0) { goto IL_0018; } } IL_0008: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_writeBuffer_18(); NullCheck(L_1); intptr_t L_2 = ___bufferLen1; int32_t L_3 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_2, /*hidden argument*/NULL); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)L_3))) { goto IL_0029; } } IL_0018: { intptr_t L_4 = ___bufferLen1; int32_t L_5 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_4, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_writeBuffer_18(L_6); } IL_0029: { uint8_t* L_7 = ___data0; intptr_t L_8 = IntPtr_op_Explicit_m7F0C4B884FFB05BD231154CBDAEBCF1917019C21((void*)(void*)L_7, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_writeBuffer_18(); intptr_t L_10 = ___bufferLen1; int32_t L_11 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var); Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_8, L_9, 0, L_11, /*hidden argument*/NULL); MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * L_12 = MobileTlsContext_get_Parent_m0FD89F43463E15B8D86845F0B3A9DF8B1C555DCF(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_writeBuffer_18(); intptr_t L_14 = ___bufferLen1; int32_t L_15 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_14, /*hidden argument*/NULL); NullCheck(L_12); bool L_16 = MobileAuthenticatedStream_InternalWrite_mD2BD17B591D53F923FAC63558AA1D35B21DB4E21(L_12, L_13, 0, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0079; } } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_17 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_17); unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * L_18 = L_17->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_19 = ___errorState2; NullCheck(L_18); unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441(L_18, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_19, ((int32_t)1048579), /*hidden argument*/NULL); intptr_t L_20 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(0, /*hidden argument*/NULL); V_0 = (intptr_t)L_20; goto IL_00ab; } IL_0079: { intptr_t L_21 = ___bufferLen1; V_0 = (intptr_t)L_21; goto IL_00ab; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007d; throw e; } CATCH_007d: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_22 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_22); unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * L_23 = L_22->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_24 = ___errorState2; NullCheck(L_23); unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441(L_23, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_24, ((int32_t)1048580), /*hidden argument*/NULL); Exception_t * L_25 = __this->get_lastException_21(); if (L_25) { goto IL_00a2; } } IL_009b: { Exception_t * L_26 = V_1; __this->set_lastException_21(L_26); } IL_00a2: { intptr_t L_27 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(0, /*hidden argument*/NULL); V_0 = (intptr_t)L_27; goto IL_00ab; } } // end catch (depth: 1) IL_00ab: { intptr_t L_28 = V_0; return (intptr_t)L_28; } } // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB (void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_ReadCallback_m0B14F0D383551A47EE106C1A94B86D951C20C8BB_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0; memset(&V_0, 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1 = IntPtr_op_Explicit_m7F0C4B884FFB05BD231154CBDAEBCF1917019C21((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_2 = GCHandle_op_Explicit_m12AF9B7126A0899E8011F1CCDCB877AAA56A0C8C((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); uint8_t* L_4 = ___buffer1; intptr_t L_5 = ___bufferLen2; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_6 = ___errorState3; NullCheck(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var))); intptr_t L_7 = UnityTlsContext_ReadCallback_m4ED16457432EC59B4B9697ABE4421E093B2B0929(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var)), (uint8_t*)(uint8_t*)L_4, (intptr_t)L_5, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_6, /*hidden argument*/NULL); return (intptr_t)L_7; } } // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_m4ED16457432EC59B4B9697ABE4421E093B2B0929 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, uint8_t* ___buffer0, intptr_t ___bufferLen1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_ReadCallback_m4ED16457432EC59B4B9697ABE4421E093B2B0929_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_readBuffer_19(); if (!L_0) { goto IL_0018; } } IL_0008: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_readBuffer_19(); NullCheck(L_1); intptr_t L_2 = ___bufferLen1; int32_t L_3 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_2, /*hidden argument*/NULL); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)L_3))) { goto IL_0029; } } IL_0018: { intptr_t L_4 = ___bufferLen1; int32_t L_5 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_4, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_readBuffer_19(L_6); } IL_0029: { MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045 * L_7 = MobileTlsContext_get_Parent_m0FD89F43463E15B8D86845F0B3A9DF8B1C555DCF(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_readBuffer_19(); intptr_t L_9 = ___bufferLen1; int32_t L_10 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_11 = MobileAuthenticatedStream_InternalRead_m61B06DFDEA8207EEB7F1C350A428D7158ED25764(L_7, L_8, 0, L_10, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_005f; } } IL_0048: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_13 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_13); unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * L_14 = L_13->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_15 = ___errorState2; NullCheck(L_14); unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441(L_14, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_15, ((int32_t)1048578), /*hidden argument*/NULL); goto IL_00b3; } IL_005f: { int32_t L_16 = V_1; if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_007d; } } IL_0063: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_readBuffer_19(); uint8_t* L_18 = ___buffer0; intptr_t L_19 = IntPtr_op_Explicit_m7F0C4B884FFB05BD231154CBDAEBCF1917019C21((void*)(void*)L_18, /*hidden argument*/NULL); intptr_t L_20 = ___bufferLen1; int32_t L_21 = IntPtr_op_Explicit_mD69722A4C61D33FE70E790325C6E0DC690F9494F((intptr_t)L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var); Marshal_Copy_m0486DFF229946F0F9E6A04DDDF3BC9E5F1609A5A(L_17, 0, (intptr_t)L_19, L_21, /*hidden argument*/NULL); goto IL_00b3; } IL_007d: { bool L_22 = V_0; if (!L_22) { goto IL_0097; } } IL_0080: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_23 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_23); unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * L_24 = L_23->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_25 = ___errorState2; NullCheck(L_24); unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441(L_24, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_25, ((int32_t)1048577), /*hidden argument*/NULL); goto IL_00b3; } IL_0097: { __this->set_closedGraceful_17((bool)1); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_26 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_26); unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * L_27 = L_26->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_28 = ___errorState2; NullCheck(L_27); unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441(L_27, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_28, ((int32_t)1048578), /*hidden argument*/NULL); } IL_00b3: { int32_t L_29 = V_1; intptr_t L_30 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(L_29, /*hidden argument*/NULL); V_2 = (intptr_t)L_30; goto IL_00ea; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00bc; throw e; } CATCH_00bc: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_31 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_31); unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * L_32 = L_31->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_33 = ___errorState2; NullCheck(L_32); unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441(L_32, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_33, ((int32_t)1048580), /*hidden argument*/NULL); Exception_t * L_34 = __this->get_lastException_21(); if (L_34) { goto IL_00e1; } } IL_00da: { Exception_t * L_35 = V_3; __this->set_lastException_21(L_35); } IL_00e1: { intptr_t L_36 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91(0, /*hidden argument*/NULL); V_2 = (intptr_t)L_36; goto IL_00ea; } } // end catch (depth: 1) IL_00ea: { intptr_t L_37 = V_2; return (intptr_t)L_37; } } // Mono.Unity.UnityTls_unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(System.Void*,Mono.Unity.UnityTls_unitytls_x509list_ref,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850 (void* ___userData0, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain1, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_VerifyCallback_m13D57FD52BD264F536F4CA7E84BC54CCE5E01850_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0; memset(&V_0, 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1 = IntPtr_op_Explicit_m7F0C4B884FFB05BD231154CBDAEBCF1917019C21((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_2 = GCHandle_op_Explicit_m12AF9B7126A0899E8011F1CCDCB877AAA56A0C8C((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_4 = ___chain1; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_5 = ___errorState2; NullCheck(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var))); uint32_t L_6 = UnityTlsContext_VerifyCallback_mD1AB1BC9CA979D58ED90B5B1A39848FAB95C83D3(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var)), L_4, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_5, /*hidden argument*/NULL); return L_6; } } // Mono.Unity.UnityTls_unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(Mono.Unity.UnityTls_unitytls_x509list_ref,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_mD1AB1BC9CA979D58ED90B5B1A39848FAB95C83D3 (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___chain0, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_VerifyCallback_mD1AB1BC9CA979D58ED90B5B1A39848FAB95C83D3_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * V_0 = NULL; uint32_t V_1 = 0; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_0 = ___chain0; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_1 = ___errorState1; X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_2 = CertHelper_NativeChainToManagedCollection_m671B74DB858DFEC5DE82CB70687F76EE5212630C(L_0, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_1, /*hidden argument*/NULL); V_0 = L_2; X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_3 = V_0; NullCheck(L_3); X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_4 = X509CertificateCollection_get_Item_m799058377874ABF0EEE8AD63AE89B62B930A1E57(L_3, 0, /*hidden argument*/NULL); X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_5 = (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)il2cpp_codegen_object_new(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2_il2cpp_TypeInfo_var); X509Certificate__ctor_m3B42AD148AD968827E89595DBA73AE2A79F22CED(L_5, L_4, /*hidden argument*/NULL); __this->set_remoteCertificate_13(L_5); X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_6 = V_0; bool L_7 = MobileTlsContext_ValidateCertificate_mC4B0D79BE85414111AAEF998B89A3397B2FBA25B(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0027; } } IL_0023: { V_1 = 0; goto IL_003f; } IL_0027: { V_1 = 8; goto IL_003f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002b; throw e; } CATCH_002b: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_8 = __this->get_lastException_21(); if (L_8) { goto IL_003b; } } IL_0034: { Exception_t * L_9 = V_2; __this->set_lastException_21(L_9); } IL_003b: { V_1 = (-1); goto IL_003f; } } // end catch (depth: 1) IL_003f: { uint32_t L_10 = V_1; return L_10; } } // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(System.Void*,Mono.Unity.UnityTls_unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls_unitytls_x509list_ref*,Mono.Unity.UnityTls_unitytls_key_ref*,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347 (void* ___userData0, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 * ___caList4, intptr_t ___caListLen5, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * ___chain6, unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * ___key7, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_CertificateCallback_m4CF8B88233EDA0609216D4F30A2C1F0966022347_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0; memset(&V_0, 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1 = IntPtr_op_Explicit_m7F0C4B884FFB05BD231154CBDAEBCF1917019C21((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_2 = GCHandle_op_Explicit_m12AF9B7126A0899E8011F1CCDCB877AAA56A0C8C((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * L_4 = ___ctx1; uint8_t* L_5 = ___cn2; intptr_t L_6 = ___cnLen3; unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 * L_7 = ___caList4; intptr_t L_8 = ___caListLen5; unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * L_9 = ___chain6; unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * L_10 = ___key7; unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_11 = ___errorState8; NullCheck(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var))); UnityTlsContext_CertificateCallback_mC2342B4F75EB243AED15E7D6AA7389394966AA8E(((UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var)), (unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)(unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 *)L_4, (uint8_t*)(uint8_t*)L_5, (intptr_t)L_6, (unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 *)(unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 *)L_7, (intptr_t)L_8, (unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 *)(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 *)L_9, (unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B *)(unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B *)L_10, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_11, /*hidden argument*/NULL); return; } } // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(Mono.Unity.UnityTls_unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls_unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls_unitytls_x509list_ref*,Mono.Unity.UnityTls_unitytls_key_ref*,Mono.Unity.UnityTls_unitytls_errorstate*) extern "C" IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_mC2342B4F75EB243AED15E7D6AA7389394966AA8E (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * __this, unitytls_tlsctx_t6B948536BDFA3AAC0135FF136ABD7779A0B96A74 * ___ctx0, uint8_t* ___cn1, intptr_t ___cnLen2, unitytls_x509name_t551F433869F1BAA39C78962C7ACA1BAB9A4D6337 * ___caList3, intptr_t ___caListLen4, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * ___chain5, unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * ___key6, unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * ___errorState7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsContext_CertificateCallback_mC2342B4F75EB243AED15E7D6AA7389394966AA8E_MetadataUsageId); s_Il2CppMethodInitialized = true; } unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 V_0; memset(&V_0, 0, sizeof(V_0)); unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = __this->get_remoteCertificate_13(); if (L_0) { goto IL_0015; } } IL_0008: { TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91 * L_1 = (TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91 *)il2cpp_codegen_object_new(TlsException_t774465EA64E3ADAAE3DB21835DD9AB8C40247F91_il2cpp_TypeInfo_var); TlsException__ctor_mCD978D5A0E271F65BF28C40380F65D8E0247FA53(L_1, ((int32_t)80), _stringLiteral06118BA21C8A0E9CA2361BBF874711A76D2A8AD7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, UnityTlsContext_CertificateCallback_mC2342B4F75EB243AED15E7D6AA7389394966AA8E_RuntimeMethod_var); } IL_0015: { X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_2 = __this->get_remoteCertificate_13(); X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_3 = MobileTlsContext_SelectClientCertificate_mECA3191985152439F02BAF708106264FAE73295E(__this, L_2, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, /*hidden argument*/NULL); __this->set_localClientCertificate_12(L_3); X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_4 = __this->get_localClientCertificate_12(); if (L_4) { goto IL_0074; } } IL_0030: { unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * L_5 = ___chain5; il2cpp_codegen_initobj((&V_0), sizeof(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 )); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_6 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_6); uint64_t L_7 = L_6->get_UNITYTLS_INVALID_HANDLE_0(); (&V_0)->set_handle_0(L_7); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_8 = V_0; *(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 *)L_5 = L_8; unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * L_9 = ___key6; il2cpp_codegen_initobj((&V_1), sizeof(unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B )); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_10 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_10); uint64_t L_11 = L_10->get_UNITYTLS_INVALID_HANDLE_0(); (&V_1)->set_handle_0(L_11); unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B L_12 = V_1; *(unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B *)L_9 = L_12; goto IL_00f3; } IL_0074: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_13 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_13); unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_14 = L_13->get_unitytls_x509list_free_15(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_15 = __this->get_requestedClientCertChain_10(); NullCheck(L_14); unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_14, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_15, /*hidden argument*/NULL); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_16 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_16); unitytls_key_free_t_tCC7AD95D3B758BB99785645E65EDCD65A1D243AB * L_17 = L_16->get_unitytls_key_free_7(); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * L_18 = __this->get_requestedClientKey_11(); NullCheck(L_17); unitytls_key_free_t_Invoke_m80E23E79440054744237B5BAA88AAAAB0D4E2F4B(L_17, (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)L_18, /*hidden argument*/NULL); X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_19 = __this->get_localClientCertificate_12(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_20 = ___errorState7; unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 ** L_21 = __this->get_address_of_requestedClientCertChain_10(); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 ** L_22 = __this->get_address_of_requestedClientKey_11(); UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mCDF88F12EFAFFA3CB29218EB5CECA54736FA577B(L_19, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_20, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 **)L_21, (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 **)L_22, /*hidden argument*/NULL); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 * L_23 = ___chain5; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_24 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_24); unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * L_25 = L_24->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_26 = __this->get_requestedClientCertChain_10(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_27 = ___errorState7; NullCheck(L_25); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_28 = unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C(L_25, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_26, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_27, /*hidden argument*/NULL); *(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 *)L_23 = L_28; unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B * L_29 = ___key6; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_30 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_30); unitytls_key_get_ref_t_t2F4EF4CD2F6AFC4F2D166953E834C6F0A13382A7 * L_31 = L_30->get_unitytls_key_get_ref_4(); unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 * L_32 = __this->get_requestedClientKey_11(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_33 = ___errorState7; NullCheck(L_31); unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B L_34 = unitytls_key_get_ref_t_Invoke_mA8C5F2D239F4B74885F37C9671012F1136BF0BE2(L_31, (unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)(unitytls_key_tABB3A1A923B658DC99FFDB3ED633FBBA64EF1BB9 *)L_32, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_33, /*hidden argument*/NULL); *(unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B *)L_29 = L_34; } IL_00f3: { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_35 = ___errorState7; Debug_CheckAndThrow_mF8B2344487801910DCF927F9394FD2F13A61F8E8((*(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_35), _stringLiteral4BB9A46C5925D0B925A1EA4FA767E382573421A5, ((int32_t)40), /*hidden argument*/NULL); goto IL_0130; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0108; throw e; } CATCH_0108: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_36 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_36); unitytls_errorstate_raise_error_t_tC441A37D4A6F1BAC1AFCA0108D4F7570EFF9E0D1 * L_37 = L_36->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 * L_38 = ___errorState7; NullCheck(L_37); unitytls_errorstate_raise_error_t_Invoke_m319B51663970217C195467C18E5928B5C2B68441(L_37, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)L_38, ((int32_t)1048580), /*hidden argument*/NULL); Exception_t * L_39 = __this->get_lastException_21(); if (L_39) { goto IL_012e; } } IL_0127: { Exception_t * L_40 = V_2; __this->set_lastException_21(L_40); } IL_012e: { goto IL_0130; } } // end catch (depth: 1) IL_0130: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTlsConversions::GetMinProtocol(System.Security.Authentication.SslProtocols) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1 (int32_t ___protocols0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsConversions_GetMinProtocol_mAE3AC38A5F0C6CBEFDC7265E49536E0F6EEAEEC1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___protocols0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = ((int32_t)((int32_t)192)); RuntimeObject * L_4 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_3); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2); bool L_5 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0019; } } { return (uint32_t)(0); } IL_0019: { int32_t L_6 = ___protocols0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_7); int32_t L_9 = ((int32_t)((int32_t)768)); RuntimeObject * L_10 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_9); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8); bool L_11 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0032; } } { return (uint32_t)(1); } IL_0032: { int32_t L_12 = ___protocols0; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_13); int32_t L_15 = ((int32_t)((int32_t)3072)); RuntimeObject * L_16 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_15); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14); Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_16, /*hidden argument*/NULL); return (uint32_t)(2); } } // Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTlsConversions::GetMaxProtocol(System.Security.Authentication.SslProtocols) extern "C" IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA (int32_t ___protocols0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsConversions_GetMaxProtocol_m8991E0B43664085F8E1BD9095CA4114A3A46DCFA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___protocols0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = ((int32_t)((int32_t)3072)); RuntimeObject * L_4 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_3); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2); bool L_5 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0019; } } { return (uint32_t)(2); } IL_0019: { int32_t L_6 = ___protocols0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_7); int32_t L_9 = ((int32_t)((int32_t)768)); RuntimeObject * L_10 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_9); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8); bool L_11 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0032; } } { return (uint32_t)(1); } IL_0032: { int32_t L_12 = ___protocols0; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_13); int32_t L_15 = ((int32_t)((int32_t)192)); RuntimeObject * L_16 = Box(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_il2cpp_TypeInfo_var, &L_15); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14); Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_14, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_16, /*hidden argument*/NULL); return (uint32_t)(0); } } // Mono.Security.Interface.TlsProtocols Mono.Unity.UnityTlsConversions::ConvertProtocolVersion(Mono.Unity.UnityTls_unitytls_protocol) extern "C" IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_ConvertProtocolVersion_m1618CAAE6886BF8070040EE8FC3ACC9036A6567E (uint32_t ___protocol0, const RuntimeMethod* method) { { uint32_t L_0 = ___protocol0; switch (L_0) { case 0: { goto IL_0018; } case 1: { goto IL_001e; } case 2: { goto IL_0024; } case 3: { goto IL_002a; } } } { goto IL_002c; } IL_0018: { return (int32_t)(((int32_t)192)); } IL_001e: { return (int32_t)(((int32_t)768)); } IL_0024: { return (int32_t)(((int32_t)3072)); } IL_002a: { return (int32_t)(0); } IL_002c: { return (int32_t)(0); } } // Mono.Security.Interface.AlertDescription Mono.Unity.UnityTlsConversions::VerifyResultToAlertDescription(Mono.Unity.UnityTls_unitytls_x509verify_result,Mono.Security.Interface.AlertDescription) extern "C" IL2CPP_METHOD_ATTR uint8_t UnityTlsConversions_VerifyResultToAlertDescription_m1C318DCEFF9F42E73FF8DAB347BA7B9E4E7EFF7E (uint32_t ___verifyResult0, uint8_t ___defaultAlert1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsConversions_VerifyResultToAlertDescription_m1C318DCEFF9F42E73FF8DAB347BA7B9E4E7EFF7E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___verifyResult0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0007; } } { return (uint8_t)(((int32_t)46)); } IL_0007: { uint32_t L_1 = ___verifyResult0; uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_2); uint32_t L_4 = ((uint32_t)1); RuntimeObject * L_5 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_4); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3); bool L_6 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001d; } } { return (uint8_t)(((int32_t)45)); } IL_001d: { uint32_t L_7 = ___verifyResult0; uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_8); uint32_t L_10 = ((uint32_t)2); RuntimeObject * L_11 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_10); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_9); bool L_12 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_9, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0033; } } { return (uint8_t)(((int32_t)44)); } IL_0033: { uint32_t L_13 = ___verifyResult0; uint32_t L_14 = L_13; RuntimeObject * L_15 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_14); uint32_t L_16 = ((uint32_t)4); RuntimeObject * L_17 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_16); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_15); bool L_18 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_15, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0049; } } { return (uint8_t)(((int32_t)48)); } IL_0049: { uint32_t L_19 = ___verifyResult0; uint32_t L_20 = L_19; RuntimeObject * L_21 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_20); uint32_t L_22 = ((uint32_t)8); RuntimeObject * L_23 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_22); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_21); bool L_24 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_21, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_005f; } } { return (uint8_t)(((int32_t)46)); } IL_005f: { uint32_t L_25 = ___verifyResult0; uint32_t L_26 = L_25; RuntimeObject * L_27 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_26); uint32_t L_28 = ((uint32_t)((int32_t)65536)); RuntimeObject * L_29 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_28); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_27); bool L_30 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_27, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0079; } } { return (uint8_t)(((int32_t)90)); } IL_0079: { uint32_t L_31 = ___verifyResult0; uint32_t L_32 = L_31; RuntimeObject * L_33 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_32); uint32_t L_34 = ((uint32_t)((int32_t)131072)); RuntimeObject * L_35 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_34); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_33); bool L_36 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_33, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0093; } } { return (uint8_t)(((int32_t)90)); } IL_0093: { uint32_t L_37 = ___verifyResult0; uint32_t L_38 = L_37; RuntimeObject * L_39 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_38); uint32_t L_40 = ((uint32_t)((int32_t)131072)); RuntimeObject * L_41 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_40); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_39); bool L_42 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_39, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00ad; } } { return (uint8_t)(((int32_t)90)); } IL_00ad: { uint32_t L_43 = ___verifyResult0; uint32_t L_44 = L_43; RuntimeObject * L_45 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_44); uint32_t L_46 = ((uint32_t)((int32_t)262144)); RuntimeObject * L_47 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_46); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_45); bool L_48 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_45, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00c7; } } { return (uint8_t)(((int32_t)90)); } IL_00c7: { uint32_t L_49 = ___verifyResult0; uint32_t L_50 = L_49; RuntimeObject * L_51 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_50); uint32_t L_52 = ((uint32_t)((int32_t)524288)); RuntimeObject * L_53 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_52); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_51); bool L_54 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_51, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_00e1; } } { return (uint8_t)(((int32_t)90)); } IL_00e1: { uint32_t L_55 = ___verifyResult0; uint32_t L_56 = L_55; RuntimeObject * L_57 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_56); uint32_t L_58 = ((uint32_t)((int32_t)1048576)); RuntimeObject * L_59 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_58); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_57); bool L_60 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_57, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_00fb; } } { return (uint8_t)(((int32_t)90)); } IL_00fb: { uint32_t L_61 = ___verifyResult0; uint32_t L_62 = L_61; RuntimeObject * L_63 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_62); uint32_t L_64 = ((uint32_t)((int32_t)2097152)); RuntimeObject * L_65 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_64); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_63); bool L_66 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_63, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0115; } } { return (uint8_t)(((int32_t)90)); } IL_0115: { uint32_t L_67 = ___verifyResult0; uint32_t L_68 = L_67; RuntimeObject * L_69 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_68); uint32_t L_70 = ((uint32_t)((int32_t)4194304)); RuntimeObject * L_71 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_70); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_69); bool L_72 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_69, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_012f; } } { return (uint8_t)(((int32_t)90)); } IL_012f: { uint32_t L_73 = ___verifyResult0; uint32_t L_74 = L_73; RuntimeObject * L_75 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_74); uint32_t L_76 = ((uint32_t)((int32_t)8388608)); RuntimeObject * L_77 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_76); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_75); bool L_78 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_75, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_0149; } } { return (uint8_t)(((int32_t)90)); } IL_0149: { uint8_t L_79 = ___defaultAlert1; return L_79; } } // Mono.Security.Interface.MonoSslPolicyErrors Mono.Unity.UnityTlsConversions::VerifyResultToPolicyErrror(Mono.Unity.UnityTls_unitytls_x509verify_result) extern "C" IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7 (uint32_t ___verifyResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint32_t L_0 = ___verifyResult0; if (L_0) { goto IL_0005; } } { return (int32_t)(0); } IL_0005: { uint32_t L_1 = ___verifyResult0; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_000b; } } { return (int32_t)(4); } IL_000b: { V_0 = 0; uint32_t L_2 = ___verifyResult0; uint32_t L_3 = L_2; RuntimeObject * L_4 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_3); uint32_t L_5 = ((uint32_t)4); RuntimeObject * L_6 = Box(unitytls_x509verify_result_t835FEA0265EFD70F0762B220C663474E03402278_il2cpp_TypeInfo_var, &L_5); NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4); bool L_7 = Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } { int32_t L_8 = V_0; V_0 = ((int32_t)((int32_t)L_8|(int32_t)2)); } IL_0024: { uint32_t L_9 = ___verifyResult0; if ((((int32_t)L_9) == ((int32_t)4))) { goto IL_002c; } } { int32_t L_10 = V_0; V_0 = ((int32_t)((int32_t)L_10|(int32_t)4)); } IL_002c: { int32_t L_11 = V_0; return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Mono.Unity.UnityTlsProvider::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* UnityTlsProvider_get_Name_mD97B0783E337EF392796C2B54B2893132AE3CE6E (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsProvider_get_Name_mD97B0783E337EF392796C2B54B2893132AE3CE6E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral8D49852F94B6B049DB87721DD00F949FF76F466B; } } // System.Guid Mono.Unity.UnityTlsProvider::get_ID() extern "C" IL2CPP_METHOD_ATTR Guid_t UnityTlsProvider_get_ID_m69F15693799E92CF740F1632C811ABBDD9501CE3 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsProvider_get_ID_m69F15693799E92CF740F1632C811ABBDD9501CE3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var); Guid_t L_0 = ((MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var))->get_UnityTlsId_5(); return L_0; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsSslStream() extern "C" IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsSslStream_m75C37BCDD5970564FF33FC734CE1E53066C310F5 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsMonoExtensions() extern "C" IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsMonoExtensions_m937D906F958817CF7AF4BF3C0F6CB7FCFB271C34 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsConnectionInfo() extern "C" IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsConnectionInfo_m2F1C9B6C649675ACE3F96A80EBAC9FF44655D004 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsCleanShutdown() extern "C" IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsCleanShutdown_m0C0EDA9937BDF53475680A2892B937316D450B5C (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Security.Authentication.SslProtocols Mono.Unity.UnityTlsProvider::get_SupportedProtocols() extern "C" IL2CPP_METHOD_ATTR int32_t UnityTlsProvider_get_SupportedProtocols_mB92C5F264ADEADACCE52A31D1DA9937777C5BC04 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)4032)); } } // Mono.Security.Interface.IMonoSslStream Mono.Unity.UnityTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityTlsProvider_CreateSslStream_m7395FB4BBD905D89772F5157FDD254E5CF1F83DC (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings2, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_2 = ___settings2; RuntimeObject* L_3 = SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266(L_0, L_1, __this, L_2, /*hidden argument*/NULL); return L_3; } } // Mono.Security.Interface.IMonoSslStream Mono.Unity.UnityTlsProvider::CreateSslStreamInternal(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnityTlsProvider_CreateSslStreamInternal_mA8AD037F184BD564ACD9945D6EA3961971030F7E (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___sslStream0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream1, bool ___leaveInnerStreamOpen2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsProvider_CreateSslStreamInternal_mA8AD037F184BD564ACD9945D6EA3961971030F7E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream1; bool L_1 = ___leaveInnerStreamOpen2; SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_2 = ___sslStream0; MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_3 = ___settings3; UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * L_4 = (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 *)il2cpp_codegen_object_new(UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166_il2cpp_TypeInfo_var); UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Boolean Mono.Unity.UnityTlsProvider::ValidateCertificate(Mono.Security.Interface.ICertificateValidator2,System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean,System.Security.Cryptography.X509Certificates.X509ChainU26,Mono.Security.Interface.MonoSslPolicyErrorsU26,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool UnityTlsProvider_ValidateCertificate_mB131CB7451246C50BC4F3612C768E09C1DF59AAF (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, RuntimeObject* ___validator0, String_t* ___targetHost1, bool ___serverMode2, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates3, bool ___wantsChain4, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 ** ___chain5, int32_t* ___errors6, int32_t* ___status117, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsProvider_ValidateCertificate_mB131CB7451246C50BC4F3612C768E09C1DF59AAF_MetadataUsageId); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 V_0; memset(&V_0, 0, sizeof(V_0)); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * V_1 = NULL; uint32_t V_2 = 0; int32_t V_3 = 0; unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 V_4; memset(&V_4, 0, sizeof(V_4)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * V_6 = NULL; unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 V_7; memset(&V_7, 0, sizeof(V_7)); uint8_t* V_8 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL; uint8_t* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = ___certificates3; if (L_0) { goto IL_000e; } } { int32_t* L_1 = ___errors6; int32_t* L_2 = ___errors6; int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_1) = (int32_t)((int32_t)((int32_t)L_3|(int32_t)1)); return (bool)0; } IL_000e: { bool L_4 = ___wantsChain4; if (!L_4) { goto IL_001c; } } { X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 ** L_5 = ___chain5; X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_6 = ___certificates3; IL2CPP_RUNTIME_CLASS_INIT(SystemCertificateValidator_tEB00AC944EDDAA53F9A9FA7A316A23574985475F_il2cpp_TypeInfo_var); X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_7 = SystemCertificateValidator_CreateX509Chain_mB9965896005703ADC050BC1E6415D30FBDC42091(L_6, /*hidden argument*/NULL); *((RuntimeObject **)L_5) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_5, (RuntimeObject *)L_7); } IL_001c: { X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_8 = ___certificates3; if (!L_8) { goto IL_0029; } } { X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_9 = ___certificates3; NullCheck(L_9); int32_t L_10 = CollectionBase_get_Count_mFB8B3BCCCE581FEFA96FF5A6C1629E7EC092D92C(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0033; } } IL_0029: { int32_t* L_11 = ___errors6; int32_t* L_12 = ___errors6; int32_t L_13 = *((int32_t*)L_12); *((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_13|(int32_t)1)); return (bool)0; } IL_0033: { String_t* L_14 = ___targetHost1; bool L_15 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0052; } } { String_t* L_16 = ___targetHost1; NullCheck(L_16); int32_t L_17 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_16, ((int32_t)58), /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = V_3; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0052; } } { String_t* L_19 = ___targetHost1; int32_t L_20 = V_3; NullCheck(L_19); String_t* L_21 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, 0, L_20, /*hidden argument*/NULL); ___targetHost1 = L_21; } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_22 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_22); unitytls_errorstate_create_t_t104BADBBE1265BD1A3F84C153EB7A67CDDBF35A9 * L_23 = L_22->get_unitytls_errorstate_create_2(); NullCheck(L_23); unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_24 = unitytls_errorstate_create_t_Invoke_m2A913757D4713362254BE457E8792AD299677D42(L_23, /*hidden argument*/NULL); V_0 = L_24; unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_25 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_25); unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * L_26 = L_25->get_unitytls_x509list_create_11(); NullCheck(L_26); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_27 = unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79(L_26, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_1 = (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_27; V_2 = ((int32_t)-2147483648LL); } IL_007b: try { // begin try (depth: 1) { unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_28 = V_1; X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_29 = ___certificates3; CertHelper_AddCertificatesToNativeChain_m1D22A9A50CA05E1F931B8B309E047092DDE01CFF((unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_28, L_29, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_30 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_30); unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * L_31 = L_30->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_32 = V_1; NullCheck(L_31); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_33 = unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C(L_31, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_32, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_4 = L_33; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_34 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); String_t* L_35 = ___targetHost1; NullCheck(L_34); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_34, L_35); V_5 = L_36; RuntimeObject* L_37 = ___validator0; NullCheck(L_37); MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_38 = InterfaceFuncInvoker0< MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * >::Invoke(0 /* Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.ICertificateValidator::get_Settings() */, ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3_il2cpp_TypeInfo_var, L_37); NullCheck(L_38); X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_39 = MonoTlsSettings_get_TrustAnchors_mD6ADD8546ED8D9C0BA58A25F0ADA0BBB5127F28F(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0152; } } IL_00b8: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_40 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_40); unitytls_x509list_create_t_tC040C2CF47D5426B7F6B1D6A2751507DC681CFF3 * L_41 = L_40->get_unitytls_x509list_create_11(); NullCheck(L_41); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_42 = unitytls_x509list_create_t_Invoke_m45B75F9286D2C1DC14AECFA258F419C3A1989A79(L_41, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_6 = (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_42; unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_43 = V_6; RuntimeObject* L_44 = ___validator0; NullCheck(L_44); MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_45 = InterfaceFuncInvoker0< MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * >::Invoke(0 /* Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.ICertificateValidator::get_Settings() */, ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3_il2cpp_TypeInfo_var, L_44); NullCheck(L_45); X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_46 = MonoTlsSettings_get_TrustAnchors_mD6ADD8546ED8D9C0BA58A25F0ADA0BBB5127F28F(L_45, /*hidden argument*/NULL); CertHelper_AddCertificatesToNativeChain_m1D22A9A50CA05E1F931B8B309E047092DDE01CFF((unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_43, L_46, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_47 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_47); unitytls_x509list_get_ref_t_t1FAB0CD82E536E0C9EB5255B145FC5AF434B3986 * L_48 = L_47->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_49 = V_1; NullCheck(L_48); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_50 = unitytls_x509list_get_ref_t_Invoke_mDCA9357333DA8B614E6C0F68922B3E5306A6534C(L_48, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_49, (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_7 = L_50; } IL_00f6: try { // begin try (depth: 2) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = L_51; V_9 = L_52; if (!L_52) { goto IL_0103; } } IL_00fd: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_9; NullCheck(L_53); if ((((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length))))) { goto IL_0109; } } IL_0103: { V_8 = (uint8_t*)(((uintptr_t)0)); goto IL_0114; } IL_0109: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = V_9; NullCheck(L_54); V_8 = (uint8_t*)(((uintptr_t)((L_54)->GetAddressAt(static_cast(0))))); } IL_0114: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_55 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_55); unitytls_x509verify_explicit_ca_t_t6C8BE964C5EE9B24D3734F028EFCD83F5893D2E6 * L_56 = L_55->get_unitytls_x509verify_explicit_ca_17(); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_57 = V_4; unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_58 = V_7; uint8_t* L_59 = V_8; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_5; NullCheck(L_60); intptr_t L_61 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray *)L_60)->max_length)))), /*hidden argument*/NULL); NullCheck(L_56); uint32_t L_62 = unitytls_x509verify_explicit_ca_t_Invoke_mCC06B1AF3BCD90C24E3CA05A785528588C7CCEB5(L_56, L_57, L_58, (uint8_t*)(uint8_t*)L_59, (intptr_t)L_61, (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 *)NULL, (void*)(void*)(((uintptr_t)0)), (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_2 = L_62; IL2CPP_LEAVE(0x13F, FINALLY_013b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_013b; } FINALLY_013b: { // begin finally (depth: 2) V_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; IL2CPP_END_FINALLY(315) } // end finally (depth: 2) IL2CPP_CLEANUP(315) { IL2CPP_JUMP_TBL(0x13F, IL_013f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_013f: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_63 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_63); unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_64 = L_63->get_unitytls_x509list_free_15(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_65 = V_6; NullCheck(L_64); unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_64, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_65, /*hidden argument*/NULL); IL2CPP_LEAVE(0x1AB, FINALLY_019a); } IL_0152: { } IL_0153: try { // begin try (depth: 2) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66; V_9 = L_67; if (!L_67) { goto IL_0160; } } IL_015a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_9; NullCheck(L_68); if ((((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length))))) { goto IL_0166; } } IL_0160: { V_10 = (uint8_t*)(((uintptr_t)0)); goto IL_0171; } IL_0166: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_9; NullCheck(L_69); V_10 = (uint8_t*)(((uintptr_t)((L_69)->GetAddressAt(static_cast(0))))); } IL_0171: { IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_70 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_70); unitytls_x509verify_default_ca_t_t4BACB6B49AA85C025AF9B18B3F30F63C9881DE2D * L_71 = L_70->get_unitytls_x509verify_default_ca_16(); unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 L_72 = V_4; uint8_t* L_73 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_5; NullCheck(L_74); intptr_t L_75 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((((int32_t)((int32_t)(((RuntimeArray *)L_74)->max_length)))), /*hidden argument*/NULL); NullCheck(L_71); uint32_t L_76 = unitytls_x509verify_default_ca_t_Invoke_mE5D523AFD08CCE9A427389F17611D56C6D905B98(L_71, L_72, (uint8_t*)(uint8_t*)L_73, (intptr_t)L_75, (unitytls_x509verify_callback_t90C02C529DB2B9F434C18797BACC456BCB5400A9 *)NULL, (void*)(void*)(((uintptr_t)0)), (unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 *)(((uintptr_t)(&V_0))), /*hidden argument*/NULL); V_2 = L_76; IL2CPP_LEAVE(0x1AB, FINALLY_0196); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0196; } FINALLY_0196: { // begin finally (depth: 2) V_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; IL2CPP_END_FINALLY(406) } // end finally (depth: 2) IL2CPP_CLEANUP(406) { IL2CPP_END_CLEANUP(0x1AB, FINALLY_019a); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_019a; } FINALLY_019a: { // begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(UnityTls_tFD87351846C601F716262E015308C6BB66000DEC_il2cpp_TypeInfo_var); unitytls_interface_struct_t0AD7ED5EDF9F15F1879FC9140A7D40C8D95A1BAF * L_77 = UnityTls_get_NativeInterface_mB7B44E93A89C271D6C65B44DE2EE9C4A5786E88E(/*hidden argument*/NULL); NullCheck(L_77); unitytls_x509list_free_t_tE3FC523507F07BD9901D84E9F6968CD8A583FF09 * L_78 = L_77->get_unitytls_x509list_free_15(); unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 * L_79 = V_1; NullCheck(L_78); unitytls_x509list_free_t_Invoke_m733759A5A94705388D233DB23FDFECAE2ADACDF0(L_78, (unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)(unitytls_x509list_tDFEEABB4254CDE9475890D0F2AE361B45EC357C7 *)L_79, /*hidden argument*/NULL); IL2CPP_END_FINALLY(410) } // end finally (depth: 1) IL2CPP_CLEANUP(410) { IL2CPP_JUMP_TBL(0x1AB, IL_01ab) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01ab: { int32_t* L_80 = ___errors6; uint32_t L_81 = V_2; int32_t L_82 = UnityTlsConversions_VerifyResultToPolicyErrror_m0F695E9B6732F71E1719D642E28A569B39A56BB7(L_81, /*hidden argument*/NULL); *((int32_t*)L_80) = (int32_t)L_82; uint32_t L_83 = V_2; if (L_83) { goto IL_01c1; } } { unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 L_84 = V_0; uint32_t L_85 = L_84.get_code_1(); return (bool)((((int32_t)L_85) == ((int32_t)0))? 1 : 0); } IL_01c1: { return (bool)0; } } // System.Void Mono.Unity.UnityTlsProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnityTlsProvider__ctor_m84BDC7485DA3C2B3A2153CA4B0AC695FD65AF493 (UnityTlsProvider_t38A61346F4CF37E18E390610CF6092AEFCA65965 * __this, const RuntimeMethod* method) { { MonoTlsProvider__ctor_m627444C019C32E18FC68ABF1AF33577E54A9705B(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Unity.UnityTlsStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider) extern "C" IL2CPP_METHOD_ATTR void UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * ___owner2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsStream__ctor_mCFCFF6B6CCEB2BEBB904E26AB3BF22E888C75C3F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_2 = ___owner2; MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_3 = ___settings3; MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_4 = ___provider4; IL2CPP_RUNTIME_CLASS_INIT(MobileAuthenticatedStream_tB6E77FB644434B5B525191DC671462A6461B9045_il2cpp_TypeInfo_var); MobileAuthenticatedStream__ctor_mF6BF50D6BFDEF283FF8036F5170281D29FDD7628(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // Mono.Net.Security.MobileTlsContext Mono.Unity.UnityTlsStream::CreateContext(System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) extern "C" IL2CPP_METHOD_ATTR MobileTlsContext_tFC684CF3275DF6B898319625C4F3A4D537B8A127 * UnityTlsStream_CreateContext_m0626DFB8390DAFD3CDDF43BF033F6BBE6260E1C9 (UnityTlsStream_tE8613CD306315DCC3E00A7B1036E20E280F83166 * __this, bool ___serverMode0, String_t* ___targetHost1, int32_t ___enabledProtocols2, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___serverCertificate3, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___clientCertificates4, bool ___askForClientCert5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityTlsStream_CreateContext_m0626DFB8390DAFD3CDDF43BF033F6BBE6260E1C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___serverMode0; String_t* L_1 = ___targetHost1; int32_t L_2 = ___enabledProtocols2; X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_3 = ___serverCertificate3; X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_4 = ___clientCertificates4; bool L_5 = ___askForClientCert5; UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 * L_6 = (UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067 *)il2cpp_codegen_object_new(UnityTlsContext_tA49BE9B2E3A3B1B5154C57D16C2F2A8C2A082067_il2cpp_TypeInfo_var); UnityTlsContext__ctor_m82A8A07485BBA40B72407958085454EBFFEB826C(L_6, __this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Util.MonoPInvokeCallbackAttribute::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_mE8E2FC84195F0A97049CAF083F56A3C4254323FC (MonoPInvokeCallbackAttribute_t4D5E5DC1B6616AD7983047AC217DE7BD9400E0CD * __this, Type_t * ___t0, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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[]) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_1 = ___name0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1; String_t* L_3 = SR_GetString_m9D671CBA422B18D15B8FF59B22DCCEB32E3D16E2(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9D671CBA422B18D15B8FF59B22DCCEB32E3D16E2 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___name1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method) { { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0; String_t* L_1 = ___name1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args2; String_t* L_3 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; 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.Collections.Specialized.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider) extern "C" IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_m26DB6C338A8491558326D0F472D432EAC4D5D3D4 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; __this->set__comparer_0(L_0); RuntimeObject* L_1 = ___hashCodeProvider1; __this->set__hcp_2(L_1); return; } } // System.Boolean System.Collections.Specialized.CompatibleComparer::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool CompatibleComparer_Equals_mBB2FF4E0B234C0A1854821B349899246FDD37E95 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompatibleComparer_Equals_mBB2FF4E0B234C0A1854821B349899246FDD37E95_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_2 = ___a0; if (!L_2) { goto IL_000c; } } { RuntimeObject * L_3 = ___b1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { } IL_000f: try { // begin try (depth: 1) { RuntimeObject* L_4 = __this->get__comparer_0(); if (!L_4) { goto IL_002a; } } IL_0017: { RuntimeObject* L_5 = __this->get__comparer_0(); RuntimeObject * L_6 = ___a0; RuntimeObject * L_7 = ___b1; NullCheck(L_5); int32_t L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_5, L_6, L_7); V_1 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); goto IL_0050; } IL_002a: { RuntimeObject * L_9 = ___a0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_0; if (!L_10) { goto IL_0041; } } IL_0034: { RuntimeObject* L_11 = V_0; RuntimeObject * L_12 = ___b1; NullCheck(L_11); int32_t L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var, L_11, L_12); V_1 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); goto IL_0050; } IL_0041: { goto IL_0048; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0043; throw e; } CATCH_0043: { // begin catch(System.ArgumentException) V_1 = (bool)0; goto IL_0050; } // end catch (depth: 1) IL_0048: { RuntimeObject * L_14 = ___a0; RuntimeObject * L_15 = ___b1; NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_14, L_15); return L_16; } IL_0050: { bool L_17 = V_1; return L_17; } } // System.Int32 System.Collections.Specialized.CompatibleComparer::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, CompatibleComparer_GetHashCode_m02DFA8D6B5B49382CD4FA659D2B7F8C7E9000A6B_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = __this->get__hcp_2(); if (!L_2) { goto IL_0023; } } { RuntimeObject* L_3 = __this->get__hcp_2(); RuntimeObject * L_4 = ___obj0; NullCheck(L_3); int32_t L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IHashCodeProvider::GetHashCode(System.Object) */, IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_il2cpp_TypeInfo_var, L_3, L_4); return L_5; } IL_0023: { RuntimeObject * L_6 = ___obj0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); return L_7; } } // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_mF8B7EDA05E675046EB7BF2E6DEEFBAE1C2AA5E2F (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__comparer_0(); return L_0; } } // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_m2CED6D7A8ED865AE214D806F751C7F17BD24BED3 (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__hcp_2(); return L_0; } } // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultComparer_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE * L_2 = (CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE *)il2cpp_codegen_object_new(CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE_il2cpp_TypeInfo_var); CaseInsensitiveComparer__ctor_mD5DC15C2FD17907674949A807D68DE4A52A3F8B4(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->set_defaultComparer_1(L_2); } IL_001a: { RuntimeObject* L_3 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultComparer_1(); il2cpp_codegen_memory_barrier(); return L_3; } } // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultHashProvider_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 * L_2 = (CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_m34F0F884884090CA3735F6B231D2A7222F50787A(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->set_defaultHashProvider_3(L_2); } IL_001a: { RuntimeObject* L_3 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))->get_defaultHashProvider_3(); il2cpp_codegen_memory_barrier(); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.HybridDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m18ABDB797A0591DF595BBDD2A03F1670DDD07AA7 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_MetadataUsageId); s_Il2CppMethodInitialized = true; } ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * V_0 = NULL; { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0(); V_0 = L_0; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1(); if (!L_1) { goto IL_001c; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_hashtable_1(); RuntimeObject * L_3 = ___key0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); return L_4; } IL_001c: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = V_0; if (!L_5) { goto IL_0027; } } { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = V_0; RuntimeObject * L_7 = ___key0; NullCheck(L_6); RuntimeObject * L_8 = ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605(L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0027: { RuntimeObject * L_9 = ___key0; if (L_9) { goto IL_003f; } } { String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_11 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_11, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11_RuntimeMethod_var); } IL_003f: { return NULL; } } // System.Void System.Collections.Specialized.HybridDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_set_Item_mFFC14A7F4B45807D97503616AF98160061F6B9D3 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_set_Item_mFFC14A7F4B45807D97503616AF98160061F6B9D3_MetadataUsageId); s_Il2CppMethodInitialized = true; } HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B8_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B7_0 = NULL; StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B9_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B9_1 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1(); if (!L_0) { goto IL_0016; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1(); RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, L_2, L_3); return; } IL_0016: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = __this->get_list_0(); if (!L_4) { goto IL_004e; } } { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = __this->get_list_0(); NullCheck(L_5); int32_t L_6 = ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)8))) { goto IL_0040; } } { HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173(__this, /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_hashtable_1(); RuntimeObject * L_8 = ___key0; RuntimeObject * L_9 = ___value1; NullCheck(L_7); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_8, L_9); return; } IL_0040: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_10 = __this->get_list_0(); RuntimeObject * L_11 = ___key0; RuntimeObject * L_12 = ___value1; NullCheck(L_10); ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0(L_10, L_11, L_12, /*hidden argument*/NULL); return; } IL_004e: { bool L_13 = __this->get_caseInsensitive_2(); G_B7_0 = __this; if (L_13) { G_B8_0 = __this; goto IL_005a; } } { G_B9_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL)); G_B9_1 = G_B7_0; goto IL_005f; } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_14 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9(/*hidden argument*/NULL); G_B9_0 = L_14; G_B9_1 = G_B8_0; } IL_005f: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_15 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var); ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_15, G_B9_0, /*hidden argument*/NULL); NullCheck(G_B9_1); G_B9_1->set_list_0(L_15); ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_16 = __this->get_list_0(); RuntimeObject * L_17 = ___key0; RuntimeObject * L_18 = ___value1; NullCheck(L_16); ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0(L_16, L_17, L_18, /*hidden argument*/NULL); return; } } // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::get_List() extern "C" IL2CPP_METHOD_ATTR ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E_MetadataUsageId); s_Il2CppMethodInitialized = true; } HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B3_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B2_0 = NULL; StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B4_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_1 = NULL; { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0(); if (L_0) { goto IL_0023; } } { bool L_1 = __this->get_caseInsensitive_2(); G_B2_0 = __this; if (L_1) { G_B3_0 = __this; goto IL_0014; } } { G_B4_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL)); G_B4_1 = G_B2_0; goto IL_0019; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_2 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9(/*hidden argument*/NULL); G_B4_0 = L_2; G_B4_1 = G_B3_0; } IL_0019: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var); ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_3, G_B4_0, /*hidden argument*/NULL); NullCheck(G_B4_1); G_B4_1->set_list_0(L_3); } IL_0023: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = __this->get_list_0(); return L_4; } } // System.Void System.Collections.Specialized.HybridDictionary::ChangeOver() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_1 = NULL; { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject* L_1 = ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = __this->get_caseInsensitive_2(); if (!L_2) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_3 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9(/*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D(L_4, ((int32_t)13), L_3, /*hidden argument*/NULL); V_1 = L_4; goto IL_003f; } IL_0023: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9(L_5, ((int32_t)13), /*hidden argument*/NULL); V_1 = L_5; goto IL_003f; } IL_002d: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = V_1; RuntimeObject* L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_7); RuntimeObject* L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_9); NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_8, L_10); } IL_003f: { RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_002d; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = V_1; __this->set_hashtable_1(L_13); __this->set_list_0((ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)NULL); return; } } // System.Int32 System.Collections.Specialized.HybridDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m170B942CEB7FA1B42BFFB246D72B583BD1397738 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * V_0 = NULL; { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = __this->get_list_0(); V_0 = L_0; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1(); if (!L_1) { goto IL_001b; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_hashtable_1(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_2); return L_3; } IL_001b: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = V_0; if (!L_4) { goto IL_0025; } } { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_5 = V_0; NullCheck(L_5); int32_t L_6 = ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B(L_5, /*hidden argument*/NULL); return L_6; } IL_0025: { return 0; } } // System.Boolean System.Collections.Specialized.HybridDictionary::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool HybridDictionary_get_IsSynchronized_m16E1CEF05CA968B2C844104334996CEE3335EB0E (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.HybridDictionary::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_SyncRoot_m3A81A716ADC2A40444AF517E38EA943FDC72AB97 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.Specialized.HybridDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D_MetadataUsageId); s_Il2CppMethodInitialized = true; } HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B5_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_0 = NULL; StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B6_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B6_1 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1(); if (!L_0) { goto IL_0016; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1(); RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_1, L_2, L_3); return; } IL_0016: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = __this->get_list_0(); if (L_4) { goto IL_0047; } } { bool L_5 = __this->get_caseInsensitive_2(); G_B4_0 = __this; if (L_5) { G_B5_0 = __this; goto IL_002a; } } { G_B6_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL)); G_B6_1 = G_B4_0; goto IL_002f; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_6 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9(/*hidden argument*/NULL); G_B6_0 = L_6; G_B6_1 = G_B5_0; } IL_002f: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_7 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var); ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_7, G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_1); G_B6_1->set_list_0(L_7); ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_8 = __this->get_list_0(); RuntimeObject * L_9 = ___key0; RuntimeObject * L_10 = ___value1; NullCheck(L_8); ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB(L_8, L_9, L_10, /*hidden argument*/NULL); return; } IL_0047: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_11 = __this->get_list_0(); NullCheck(L_11); int32_t L_12 = ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B(L_11, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))) < ((int32_t)((int32_t)9)))) { goto IL_006c; } } { HybridDictionary_ChangeOver_m41ACD333E29ACCFF1C0CF45DF9E09E84EA28F173(__this, /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_hashtable_1(); RuntimeObject * L_14 = ___key0; RuntimeObject * L_15 = ___value1; NullCheck(L_13); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_13, L_14, L_15); return; } IL_006c: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_16 = __this->get_list_0(); RuntimeObject * L_17 = ___key0; RuntimeObject * L_18 = ___value1; NullCheck(L_16); ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB(L_16, L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.HybridDictionary::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_CopyTo_m130965C0084284EE331912B40157958A1075E4A1 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1(); if (!L_0) { goto IL_0016; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1(); RuntimeArray * L_2 = ___array0; int32_t L_3 = ___index1; NullCheck(L_1); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(20 /* System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) */, L_1, L_2, L_3); return; } IL_0016: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_4 = HybridDictionary_get_List_mA5314524D5C411AFB165F07D860010DC0E11D28E(__this, /*hidden argument*/NULL); RuntimeArray * L_5 = ___array0; int32_t L_6 = ___index1; NullCheck(L_4); ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Collections.IDictionaryEnumerator System.Collections.Specialized.HybridDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_GetEnumerator_m02B2FC70ED4C2E91818DC8EAA3F3602B0DE81437 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_GetEnumerator_m02B2FC70ED4C2E91818DC8EAA3F3602B0DE81437_MetadataUsageId); s_Il2CppMethodInitialized = true; } HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B5_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_0 = NULL; StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B6_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B6_1 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1(); if (!L_0) { goto IL_0014; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_1); return L_2; } IL_0014: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = __this->get_list_0(); if (L_3) { goto IL_0037; } } { bool L_4 = __this->get_caseInsensitive_2(); G_B4_0 = __this; if (L_4) { G_B5_0 = __this; goto IL_0028; } } { G_B6_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL)); G_B6_1 = G_B4_0; goto IL_002d; } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_5 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9(/*hidden argument*/NULL); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_002d: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var); ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_6, G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_1); G_B6_1->set_list_0(L_6); } IL_0037: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_7 = __this->get_list_0(); NullCheck(L_7); RuntimeObject* L_8 = ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D(L_7, /*hidden argument*/NULL); return L_8; } } // System.Collections.IEnumerator System.Collections.Specialized.HybridDictionary::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_System_Collections_IEnumerable_GetEnumerator_m4B6D49D2814E11C16C7005F84DFC58333BCBFAA0 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_System_Collections_IEnumerable_GetEnumerator_m4B6D49D2814E11C16C7005F84DFC58333BCBFAA0_MetadataUsageId); s_Il2CppMethodInitialized = true; } HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B5_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B4_0 = NULL; StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * G_B6_0 = NULL; HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * G_B6_1 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_hashtable_1(); if (!L_0) { goto IL_0014; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_hashtable_1(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_1); return L_2; } IL_0014: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_3 = __this->get_list_0(); if (L_3) { goto IL_0037; } } { bool L_4 = __this->get_caseInsensitive_2(); G_B4_0 = __this; if (L_4) { G_B5_0 = __this; goto IL_0028; } } { G_B6_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)(NULL)); G_B6_1 = G_B4_0; goto IL_002d; } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_5 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9(/*hidden argument*/NULL); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_002d: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D *)il2cpp_codegen_object_new(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D_il2cpp_TypeInfo_var); ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC(L_6, G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_1); G_B6_1->set_list_0(L_6); } IL_0037: { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_7 = __this->get_list_0(); NullCheck(L_7); RuntimeObject* L_8 = ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D(L_7, /*hidden argument*/NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.ListDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_mEB7BEC57F72A27168FCCE46DAC90CD5B8B7088A5 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.ListDictionary::.ctor(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_mD1A7D146747D4E3AD93C261C1783CE34B10E48EC (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; __this->set_comparer_3(L_0); return; } } // System.Object System.Collections.Specialized.ListDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ListDictionary_get_Item_m34D2DAE21AFFB6B1801EDE8A6998732CD9B45605_RuntimeMethod_var); } IL_0018: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_head_0(); V_0 = L_3; RuntimeObject* L_4 = __this->get_comparer_3(); if (L_4) { goto IL_0076; } } { goto IL_004a; } IL_0029: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_key_0(); V_1 = L_6; RuntimeObject * L_7 = V_1; if (!L_7) { goto IL_0043; } } { RuntimeObject * L_8 = V_1; RuntimeObject * L_9 = ___key0; NullCheck(L_8); bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); if (!L_10) { goto IL_0043; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = L_11->get_value_1(); return L_12; } IL_0043: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_13 = V_0; NullCheck(L_13); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_14 = L_13->get_next_2(); V_0 = L_14; } IL_004a: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_0; if (L_15) { goto IL_0029; } } { goto IL_0079; } IL_004f: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = L_16->get_key_0(); V_2 = L_17; RuntimeObject * L_18 = V_2; if (!L_18) { goto IL_006f; } } { RuntimeObject* L_19 = __this->get_comparer_3(); RuntimeObject * L_20 = V_2; RuntimeObject * L_21 = ___key0; NullCheck(L_19); int32_t L_22 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_19, L_20, L_21); if (L_22) { goto IL_006f; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24 = L_23->get_value_1(); return L_24; } IL_006f: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_25 = V_0; NullCheck(L_25); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_26 = L_25->get_next_2(); V_0 = L_26; } IL_0076: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_27 = V_0; if (L_27) { goto IL_004f; } } IL_0079: { return NULL; } } // System.Void System.Collections.Specialized.ListDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_1 = NULL; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ListDictionary_set_Item_m89155730D3E404A1270CBDE7BEEC99138FBC64A0_RuntimeMethod_var); } IL_0018: { int32_t L_3 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); V_0 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = __this->get_head_0(); V_1 = L_4; goto IL_0064; } IL_0031: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_key_0(); V_3 = L_6; RuntimeObject* L_7 = __this->get_comparer_3(); if (!L_7) { goto IL_0052; } } { RuntimeObject* L_8 = __this->get_comparer_3(); RuntimeObject * L_9 = V_3; RuntimeObject * L_10 = ___key0; NullCheck(L_8); int32_t L_11 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_8, L_9, L_10); G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0); goto IL_0059; } IL_0052: { RuntimeObject * L_12 = V_3; RuntimeObject * L_13 = ___key0; NullCheck(L_12); bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13); G_B6_0 = ((int32_t)(L_14)); } IL_0059: { if (G_B6_0) { goto IL_0067; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_1; V_0 = L_15; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_16 = V_1; NullCheck(L_16); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_17 = L_16->get_next_2(); V_1 = L_17; } IL_0064: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_18 = V_1; if (L_18) { goto IL_0031; } } IL_0067: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_19 = V_1; if (!L_19) { goto IL_0072; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_20 = V_1; RuntimeObject * L_21 = ___value1; NullCheck(L_20); L_20->set_value_1(L_21); return; } IL_0072: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_22 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)il2cpp_codegen_object_new(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_il2cpp_TypeInfo_var); DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619(L_22, /*hidden argument*/NULL); V_2 = L_22; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_23 = V_2; RuntimeObject * L_24 = ___key0; NullCheck(L_23); L_23->set_key_0(L_24); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_25 = V_2; RuntimeObject * L_26 = ___value1; NullCheck(L_25); L_25->set_value_1(L_26); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_27 = V_0; if (!L_27) { goto IL_0092; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_28 = V_0; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_29 = V_2; NullCheck(L_28); L_28->set_next_2(L_29); goto IL_0099; } IL_0092: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_30 = V_2; __this->set_head_0(L_30); } IL_0099: { int32_t L_31 = __this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); return; } } // System.Int32 System.Collections.Specialized.ListDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m4CB9ACB21730241E566764AAB76B8B2A3D72418B (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_2(); return L_0; } } // System.Boolean System.Collections.Specialized.ListDictionary::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ListDictionary_get_IsSynchronized_mDFF1DD86417A74961730C434782CC2532A8B7CDD (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.ListDictionary::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_get_SyncRoot_m58A889327021D843C7EB9171BD6B0D1E482C8BD7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__syncRoot_4(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_4(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL); Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_3 = __this->get__syncRoot_4(); return L_3; } } // System.Void System.Collections.Specialized.ListDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_1 = NULL; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral98A43F4A61E5F8CB2761446121B52AAF147D0C04, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_RuntimeMethod_var); } IL_0018: { int32_t L_3 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); V_0 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_4 = __this->get_head_0(); V_1 = L_4; goto IL_0074; } IL_0031: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_key_0(); V_3 = L_6; RuntimeObject* L_7 = __this->get_comparer_3(); if (!L_7) { goto IL_0052; } } { RuntimeObject* L_8 = __this->get_comparer_3(); RuntimeObject * L_9 = V_3; RuntimeObject * L_10 = ___key0; NullCheck(L_8); int32_t L_11 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_8, L_9, L_10); G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0); goto IL_0059; } IL_0052: { RuntimeObject * L_12 = V_3; RuntimeObject * L_13 = ___key0; NullCheck(L_12); bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13); G_B6_0 = ((int32_t)(L_14)); } IL_0059: { if (!G_B6_0) { goto IL_006b; } } { String_t* L_15 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral6FD577FD3A1BDC4DA28CD51D7A55EB397CEA3926, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, ListDictionary_Add_m2204C61650D1B23A093627DF4D87009A7E3F9EDB_RuntimeMethod_var); } IL_006b: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_17 = V_1; V_0 = L_17; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_18 = V_1; NullCheck(L_18); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_19 = L_18->get_next_2(); V_1 = L_19; } IL_0074: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_20 = V_1; if (L_20) { goto IL_0031; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_21 = (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)il2cpp_codegen_object_new(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E_il2cpp_TypeInfo_var); DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619(L_21, /*hidden argument*/NULL); V_2 = L_21; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_22 = V_2; RuntimeObject * L_23 = ___key0; NullCheck(L_22); L_22->set_key_0(L_23); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_24 = V_2; RuntimeObject * L_25 = ___value1; NullCheck(L_24); L_24->set_value_1(L_25); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_26 = V_0; if (!L_26) { goto IL_0097; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_27 = V_0; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_28 = V_2; NullCheck(L_27); L_27->set_next_2(L_28); goto IL_009e; } IL_0097: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_29 = V_2; __this->set_head_0(L_29); } IL_009e: { int32_t L_30 = __this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))); return; } } // System.Void System.Collections.Specialized.ListDictionary::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * V_0 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0027; } } { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_5, /*hidden argument*/NULL); int32_t L_7 = ___index1; int32_t L_8 = __this->get_count_2(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0047; } } { String_t* L_9 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCD7D0AC2EBED64F823B1ECA559037A9CB8EDE01A, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, ListDictionary_CopyTo_m9B1961C99A5B80996E42431630907C6BC02627A0_RuntimeMethod_var); } IL_0047: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = __this->get_head_0(); V_0 = L_11; goto IL_0079; } IL_0050: { RuntimeArray * L_12 = ___array0; DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = L_13->get_key_0(); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16 = L_15->get_value_1(); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_17; memset(&L_17, 0, sizeof(L_17)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_17), L_14, L_16, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_18 = L_17; RuntimeObject * L_19 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_18); int32_t L_20 = ___index1; NullCheck(L_12); Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_12, L_19, L_20, /*hidden argument*/NULL); int32_t L_21 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_22 = V_0; NullCheck(L_22); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_23 = L_22->get_next_2(); V_0 = L_23; } IL_0079: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_24 = V_0; if (L_24) { goto IL_0050; } } { return; } } // System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_GetEnumerator_m17E264D47385C88C7C366177CE8127CE933B0F9D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * L_0 = (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 *)il2cpp_codegen_object_new(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58_il2cpp_TypeInfo_var); NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.Collections.Specialized.ListDictionary::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_System_Collections_IEnumerable_GetEnumerator_mF0DF8988C2CA6D5D493A61C502F20DA7879FA8E3 (ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_System_Collections_IEnumerable_GetEnumerator_mF0DF8988C2CA6D5D493A61C502F20DA7879FA8E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * L_0 = (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 *)il2cpp_codegen_object_new(NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58_il2cpp_TypeInfo_var); NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.ListDictionary_DictionaryNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m824EFE3D79F05D11FE0DE6FD5491D2FB1D382619 (DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.ListDictionary_NodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary) extern "C" IL2CPP_METHOD_ATTR void NodeEnumerator__ctor_m61652E6AF76A5460A6F4EA14BF97B982B7BB0261 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_0 = ___list0; __this->set_list_0(L_0); ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = ___list0; NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); __this->set_version_2(L_2); __this->set_start_3((bool)1); __this->set_current_1((DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)NULL); return; } } // System.Object System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Current_m08DA3FD558CA771BD75B9C9A54FE681EDE668D25 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeEnumerator_get_Current_m08DA3FD558CA771BD75B9C9A54FE681EDE668D25_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_0 = NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D(__this, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_1 = L_0; RuntimeObject * L_2 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_0 = __this->get_current_1(); if (L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NodeEnumerator_get_Entry_m5C0AAD879BADE3838D42B8525084C8C5DF96C56D_RuntimeMethod_var); } IL_0018: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_current_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_key_0(); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_5 = __this->get_current_1(); NullCheck(L_5); RuntimeObject * L_6 = L_5->get_value_1(); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_7; memset(&L_7, 0, sizeof(L_7)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_7), L_4, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_0 = __this->get_current_1(); if (L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NodeEnumerator_get_Key_m83C059C6F52DE85B2E1605051400F3751534F8FF_RuntimeMethod_var); } IL_0018: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_current_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_key_0(); return L_4; } } // System.Object System.Collections.Specialized.ListDictionary_NodeEnumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_0 = __this->get_current_1(); if (L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NodeEnumerator_get_Value_m8532A492ECB3CE11B557109057E81DD2175070C7_RuntimeMethod_var); } IL_0018: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_3 = __this->get_current_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_value_1(); return L_4; } } // System.Boolean System.Collections.Specialized.ListDictionary_NodeEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552 (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_version_2(); ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = __this->get_list_0(); NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NodeEnumerator_MoveNext_m111785D3C26CEB364566F3E517B3EB7528940552_RuntimeMethod_var); } IL_0023: { bool L_5 = __this->get_start_3(); if (!L_5) { goto IL_0045; } } { ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_6 = __this->get_list_0(); NullCheck(L_6); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_7 = L_6->get_head_0(); __this->set_current_1(L_7); __this->set_start_3((bool)0); goto IL_005e; } IL_0045: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_8 = __this->get_current_1(); if (!L_8) { goto IL_005e; } } { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_9 = __this->get_current_1(); NullCheck(L_9); DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_10 = L_9->get_next_2(); __this->set_current_1(L_10); } IL_005e: { DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E * L_11 = __this->get_current_1(); return (bool)((!(((RuntimeObject*)(DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)L_11) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Collections.Specialized.ListDictionary_NodeEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E (NodeEnumerator_t3E4259603410865D72993AD4CF725707784C9D58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_version_2(); ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * L_1 = __this->get_list_0(); NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NodeEnumerator_Reset_m66F3E60AB0A5AFCB3B3A8C37399B5357098BDD2E_RuntimeMethod_var); } IL_0023: { __this->set_start_3((bool)1); __this->set_current_1((DictionaryNode_t41301C6A2DB2EC1BC25B6C192F9AC0E753AE1A9E *)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.Collections.Specialized.NameObjectCollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->get_defaultComparer_8(); NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * G_B2_0 = NULL; NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * G_B3_1 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___equalityComparer0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { RuntimeObject* L_1 = ___equalityComparer0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0014; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_2 = ((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->get_defaultComparer_8(); V_0 = L_2; RuntimeObject* L_3 = V_0; G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); G_B3_1->set__keyComparer_2(G_B3_0); NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m1C0BA736F4454310BEAAB54CB2307F905C1A1F8C (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___equalityComparer1; NameObjectCollectionBase__ctor_m3A2420574843F0567355F3B2F79D8BB4229580B6(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___capacity0; NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mFC42544A14AA22758AB189CD5BCC8FE563A9569A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___dummy0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m0995BB1255888BA4156EF35F69462ECDEBB39C13 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; __this->set__serializationInfo_5(L_0); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL; CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * V_3 = NULL; int32_t V_4 = 0; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_5 = NULL; { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NameObjectCollectionBase_GetObjectData_m751D688171C6E676A6778036561E47AD1E0BD772_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; bool L_3 = __this->get__readOnly_0(); NullCheck(L_2); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_2, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, L_3, /*hidden argument*/NULL); RuntimeObject* L_4 = __this->get__keyComparer_2(); IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_5 = ((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->get_defaultComparer_8(); if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE *)L_5)))) { goto IL_0065; } } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; RuntimeObject* L_7 = CompatibleComparer_get_DefaultHashCodeProvider_m0BD9F3BFCB9AD8D80E14EE483C42A81CA36A9D20(/*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL); NullCheck(L_6); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_6, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, L_7, L_9, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; RuntimeObject* L_11 = CompatibleComparer_get_DefaultComparer_mA4978DD07C60DB282096F4C5C8E66D7D935C83CB(/*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) }; Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL); NullCheck(L_10); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_10, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, L_11, L_13, /*hidden argument*/NULL); goto IL_0107; } IL_0065: { RuntimeObject* L_14 = __this->get__keyComparer_2(); if (L_14) { goto IL_009b; } } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_15 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL); NullCheck(L_15); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_15, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, NULL, L_17, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_19 = { reinterpret_cast (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) }; Type_t * L_20 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_19, /*hidden argument*/NULL); NullCheck(L_18); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_18, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, NULL, L_20, /*hidden argument*/NULL); goto IL_0107; } IL_009b: { RuntimeObject* L_21 = __this->get__keyComparer_2(); if (!((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF *)IsInstClass((RuntimeObject*)L_21, CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var))) { goto IL_00ec; } } { RuntimeObject* L_22 = __this->get__keyComparer_2(); V_3 = ((CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF *)CastclassClass((RuntimeObject*)L_22, CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var)); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_23 = ___info0; CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * L_24 = V_3; NullCheck(L_24); RuntimeObject* L_25 = CompatibleComparer_get_HashCodeProvider_m2CED6D7A8ED865AE214D806F751C7F17BD24BED3(L_24, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL); NullCheck(L_23); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_23, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, L_25, L_27, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_28 = ___info0; CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * L_29 = V_3; NullCheck(L_29); RuntimeObject* L_30 = CompatibleComparer_get_Comparer_mF8B7EDA05E675046EB7BF2E6DEEFBAE1C2AA5E2F(L_29, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) }; Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL); NullCheck(L_28); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_28, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, L_30, L_32, /*hidden argument*/NULL); goto IL_0107; } IL_00ec: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_33 = ___info0; RuntimeObject* L_34 = __this->get__keyComparer_2(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast (IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL); NullCheck(L_33); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_33, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, L_34, L_36, /*hidden argument*/NULL); } IL_0107: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_37 = __this->get__entriesArray_1(); NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_37); V_0 = L_38; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_39 = ___info0; int32_t L_40 = V_0; NullCheck(L_39); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_39, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, L_40, /*hidden argument*/NULL); int32_t L_41 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_41); V_1 = L_42; int32_t L_43 = V_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_43); V_2 = L_44; V_4 = 0; goto IL_0162; } IL_0132: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_45 = __this->get__entriesArray_1(); int32_t L_46 = V_4; NullCheck(L_45); RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_45, L_46); V_5 = ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_47, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var)); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = V_1; int32_t L_49 = V_4; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_50 = V_5; NullCheck(L_50); String_t* L_51 = L_50->get_Key_0(); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(L_49), (String_t*)L_51); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_52 = V_2; int32_t L_53 = V_4; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_54 = V_5; NullCheck(L_54); RuntimeObject * L_55 = L_54->get_Value_1(); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(L_53), (RuntimeObject *)L_55); int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0162: { int32_t L_57 = V_4; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_0132; } } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_59 = ___info0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_60 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_61 = { reinterpret_cast (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_61, /*hidden argument*/NULL); NullCheck(L_59); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_59, _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019, (RuntimeObject *)(RuntimeObject *)L_60, L_62, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_63 = ___info0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_64 = V_2; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_65 = { reinterpret_cast (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) }; Type_t * L_66 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_65, /*hidden argument*/NULL); NullCheck(L_63); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_63, _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1, (RuntimeObject *)(RuntimeObject *)L_64, L_66, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_67 = ___info0; int32_t L_68 = __this->get__version_6(); NullCheck(L_67); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_67, _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, L_68, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; bool V_7 = false; int32_t V_8 = 0; SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_9 = NULL; String_t* V_10 = NULL; uint32_t V_11 = 0; int32_t V_12 = 0; { RuntimeObject* L_0 = __this->get__keyComparer_2(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = __this->get__serializationInfo_5(); if (L_1) { goto IL_0017; } } { SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_2 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var); } IL_0017: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = __this->get__serializationInfo_5(); V_0 = L_3; __this->set__serializationInfo_5((SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *)NULL); V_1 = (bool)0; V_2 = 0; V_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL; V_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL; V_5 = (RuntimeObject*)NULL; V_6 = (RuntimeObject*)NULL; V_7 = (bool)0; V_8 = 0; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = V_0; NullCheck(L_4); SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_5 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_4, /*hidden argument*/NULL); V_9 = L_5; goto IL_025a; } IL_0047: { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_6 = V_9; NullCheck(L_6); String_t* L_7 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_6, /*hidden argument*/NULL); V_10 = L_7; String_t* L_8 = V_10; uint32_t L_9 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874(L_8, /*hidden argument*/NULL); V_11 = L_9; uint32_t L_10 = V_11; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)1573770551))))) { goto IL_00a2; } } { uint32_t L_11 = V_11; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)1202781175))))) { goto IL_0085; } } { uint32_t L_12 = V_11; if ((((int32_t)L_12) == ((int32_t)((int32_t)891156946)))) { goto IL_010b; } } { uint32_t L_13 = V_11; if ((((int32_t)L_13) == ((int32_t)((int32_t)1202781175)))) { goto IL_00df; } } { goto IL_025a; } IL_0085: { uint32_t L_14 = V_11; if ((((int32_t)L_14) == ((int32_t)((int32_t)1228509323)))) { goto IL_0121; } } { uint32_t L_15 = V_11; if ((((int32_t)L_15) == ((int32_t)((int32_t)1573770551)))) { goto IL_0179; } } { goto IL_025a; } IL_00a2: { uint32_t L_16 = V_11; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1944240600))))) { goto IL_00c5; } } { uint32_t L_17 = V_11; if ((((int32_t)L_17) == ((int32_t)((int32_t)1613443821)))) { goto IL_014d; } } { uint32_t L_18 = V_11; if ((((int32_t)L_18) == ((int32_t)((int32_t)1944240600)))) { goto IL_00f5; } } { goto IL_025a; } IL_00c5: { uint32_t L_19 = V_11; if ((((int32_t)L_19) == ((int32_t)((int32_t)-1924324773)))) { goto IL_0163; } } { uint32_t L_20 = V_11; if ((((int32_t)L_20) == ((int32_t)((int32_t)-504907628)))) { goto IL_0137; } } { goto IL_025a; } IL_00df: { String_t* L_21 = V_10; bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, /*hidden argument*/NULL); if (L_22) { goto IL_018f; } } { goto IL_025a; } IL_00f5: { String_t* L_23 = V_10; bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, /*hidden argument*/NULL); if (L_24) { goto IL_01a0; } } { goto IL_025a; } IL_010b: { String_t* L_25 = V_10; bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, /*hidden argument*/NULL); if (L_26) { goto IL_01c1; } } { goto IL_025a; } IL_0121: { String_t* L_27 = V_10; bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, /*hidden argument*/NULL); if (L_28) { goto IL_01df; } } { goto IL_025a; } IL_0137: { String_t* L_29 = V_10; bool L_30 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, /*hidden argument*/NULL); if (L_30) { goto IL_0201; } } { goto IL_025a; } IL_014d: { String_t* L_31 = V_10; bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019, /*hidden argument*/NULL); if (L_32) { goto IL_020f; } } { goto IL_025a; } IL_0163: { String_t* L_33 = V_10; bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1, /*hidden argument*/NULL); if (L_34) { goto IL_022c; } } { goto IL_025a; } IL_0179: { String_t* L_35 = V_10; bool L_36 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, /*hidden argument*/NULL); if (L_36) { goto IL_024a; } } { goto IL_025a; } IL_018f: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_37 = V_0; NullCheck(L_37); bool L_38 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_37, _stringLiteral35B71D2407F50E29058B6E84CCDBDDA494394136, /*hidden argument*/NULL); V_1 = L_38; goto IL_025a; } IL_01a0: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_39 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_40 = { reinterpret_cast (IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_40, /*hidden argument*/NULL); NullCheck(L_39); RuntimeObject * L_42 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_39, _stringLiteralED0CAFD0CAE752F3D86B1588C23BB41CFA9B4102, L_41, /*hidden argument*/NULL); V_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_42, IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856_il2cpp_TypeInfo_var)); goto IL_025a; } IL_01c1: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_43 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast (IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL); NullCheck(L_43); RuntimeObject * L_46 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_43, _stringLiteral8FC94E4F5B71CECE2565D72417AACC804EE27A0D, L_45, /*hidden argument*/NULL); V_6 = ((RuntimeObject*)Castclass((RuntimeObject*)L_46, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var)); goto IL_025a; } IL_01df: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_47 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast (IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL); NullCheck(L_47); RuntimeObject * L_50 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_47, _stringLiteralD1FC16D9CCC8BB317CAD3A233C43968EDF25DECF, L_49, /*hidden argument*/NULL); __this->set__keyComparer_2(((RuntimeObject*)Castclass((RuntimeObject*)L_50, IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var))); goto IL_025a; } IL_0201: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_51 = V_0; NullCheck(L_51); int32_t L_52 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_51, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, /*hidden argument*/NULL); V_2 = L_52; goto IL_025a; } IL_020f: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_53 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_54 = { reinterpret_cast (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_55 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_54, /*hidden argument*/NULL); NullCheck(L_53); RuntimeObject * L_56 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_53, _stringLiteralE5651C683F14C95AA972CFDBC300D9FECFE02019, L_55, /*hidden argument*/NULL); V_3 = ((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_56, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var)); goto IL_025a; } IL_022c: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_57 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_58 = { reinterpret_cast (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_59 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_58, /*hidden argument*/NULL); NullCheck(L_57); RuntimeObject * L_60 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_57, _stringLiteralB1564F6B1512CBFA3CFCEBC9A5BADB6B239954F1, L_59, /*hidden argument*/NULL); V_4 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_60, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)); goto IL_025a; } IL_024a: { V_7 = (bool)1; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_61 = V_0; NullCheck(L_61); int32_t L_62 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_61, _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, /*hidden argument*/NULL); V_8 = L_62; } IL_025a: { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_63 = V_9; NullCheck(L_63); bool L_64 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_63, /*hidden argument*/NULL); if (L_64) { goto IL_0047; } } { RuntimeObject* L_65 = __this->get__keyComparer_2(); if (L_65) { goto IL_028b; } } { RuntimeObject* L_66 = V_6; if (!L_66) { goto IL_0276; } } { RuntimeObject* L_67 = V_5; if (L_67) { goto IL_027c; } } IL_0276: { SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_68 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB(L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, NULL, NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var); } IL_027c: { RuntimeObject* L_69 = V_6; RuntimeObject* L_70 = V_5; CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF * L_71 = (CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF *)il2cpp_codegen_object_new(CompatibleComparer_t3AF98635FCA9D8C4830435F5FEEC183B10385EBF_il2cpp_TypeInfo_var); CompatibleComparer__ctor_m26DB6C338A8491558326D0F472D432EAC4D5D3D4(L_71, L_69, L_70, /*hidden argument*/NULL); __this->set__keyComparer_2(L_71); } IL_028b: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_72 = V_3; if (!L_72) { goto IL_0292; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_73 = V_4; if (L_73) { goto IL_0298; } } IL_0292: { SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_74 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_mAE9BF1AAF2FE7B4527B82D899ED76D59D903E3FB(L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, NULL, NameObjectCollectionBase_OnDeserialization_mE380D49EDB18F4456CF66DD8790E289BB3D091CD_RuntimeMethod_var); } IL_0298: { int32_t L_75 = V_2; NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03(__this, L_75, /*hidden argument*/NULL); V_12 = 0; goto IL_02b9; } IL_02a4: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_76 = V_3; int32_t L_77 = V_12; NullCheck(L_76); int32_t L_78 = L_77; String_t* L_79 = (L_76)->GetAt(static_cast(L_78)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_80 = V_4; int32_t L_81 = V_12; NullCheck(L_80); int32_t L_82 = L_81; RuntimeObject * L_83 = (L_80)->GetAt(static_cast(L_82)); NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129(__this, L_79, L_83, /*hidden argument*/NULL); int32_t L_84 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_02b9: { int32_t L_85 = V_12; int32_t L_86 = V_2; if ((((int32_t)L_85) < ((int32_t)L_86))) { goto IL_02a4; } } { bool L_87 = V_1; __this->set__readOnly_0(L_87); bool L_88 = V_7; if (!L_88) { goto IL_02d1; } } { int32_t L_89 = V_8; __this->set__version_6(L_89); } IL_02d1: { return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_Reset_m3446C8F69C1CD6228C6AB5CE0CB1EB90342B4C4A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL); __this->set__entriesArray_1(L_0); RuntimeObject* L_1 = __this->get__keyComparer_2(); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m97E445FF917A8828D5927A66E70CF89394A16D4A(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set__entriesTable_3(L_2); il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)NULL); int32_t L_3 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_Reset_m6D9FEB20EBE98529CF3A8A66566526F965D0FC03_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C(L_1, L_0, /*hidden argument*/NULL); __this->set__entriesArray_1(L_1); int32_t L_2 = ___capacity0; RuntimeObject* L_3 = __this->get__keyComparer_2(); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D(L_4, L_2, L_3, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set__entriesTable_3(L_4); il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)NULL); int32_t L_5 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String) extern "C" IL2CPP_METHOD_ATTR NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; if (!L_0) { goto IL_0017; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_2 = ___key0; NullCheck(L_1); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); return ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_3, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var)); } IL_0017: { NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_4 = __this->get__nullKeyEntry_4(); il2cpp_codegen_memory_barrier(); return L_4; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_0(); return L_0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_MetadataUsageId); s_Il2CppMethodInitialized = true; } NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_0 = NULL; { bool L_0 = __this->get__readOnly_0(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129_RuntimeMethod_var); } IL_0018: { String_t* L_3 = ___name0; RuntimeObject * L_4 = ___value1; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_5 = (NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)il2cpp_codegen_object_new(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var); NameObjectEntry__ctor_m995C545D6465499656D27A10071FE7C670DCD6A1(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___name0; if (!L_6) { goto IL_0044; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_8 = ___name0; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); if (L_9) { goto IL_0057; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_11 = ___name0; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_12 = V_0; NullCheck(L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_12); goto IL_0057; } IL_0044: { NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_13 = __this->get__nullKeyEntry_4(); il2cpp_codegen_memory_barrier(); if (L_13) { goto IL_0057; } } { NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_14 = V_0; il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4(L_14); } IL_0057: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = __this->get__entriesArray_1(); NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_16 = V_0; NullCheck(L_15); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); int32_t L_17 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get__readOnly_0(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA_RuntimeMethod_var); } IL_0018: { String_t* L_3 = ___name0; if (!L_3) { goto IL_0064; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_5 = ___name0; NullCheck(L_4); VirtActionInvoker1< RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get__entriesArray_1(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_005e; } IL_0039: { RuntimeObject* L_8 = __this->get__keyComparer_2(); String_t* L_9 = ___name0; int32_t L_10 = V_0; String_t* L_11 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(__this, L_10, /*hidden argument*/NULL); NullCheck(L_8); bool L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C_il2cpp_TypeInfo_var, L_8, L_9, L_11); if (!L_12) { goto IL_005a; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = __this->get__entriesArray_1(); int32_t L_14 = V_0; NullCheck(L_13); VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_13, L_14); } IL_005a: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_005e: { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0039; } } { goto IL_009a; } IL_0064: { il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_17 = __this->get__entriesArray_1(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); goto IL_0096; } IL_007d: { int32_t L_19 = V_1; String_t* L_20 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(__this, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0092; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_21 = __this->get__entriesArray_1(); int32_t L_22 = V_1; NullCheck(L_21); VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_21, L_22); } IL_0092: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0096: { int32_t L_24 = V_1; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_007d; } } IL_009a: { int32_t L_25 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, const RuntimeMethod* method) { NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_0 = NULL; { String_t* L_0 = ___name0; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_1 = NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_2 = V_0; if (L_2) { goto IL_000d; } } { return NULL; } IL_000d: { NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_Value_1(); return L_4; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_MetadataUsageId); s_Il2CppMethodInitialized = true; } NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * V_0 = NULL; { bool L_0 = __this->get__readOnly_0(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14_RuntimeMethod_var); } IL_0018: { String_t* L_3 = ___name0; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_4 = NameObjectCollectionBase_FindEntry_m718AABE1DF5F139F552DAA073FB2863EBE4AF77F(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_5 = V_0; if (!L_5) { goto IL_0039; } } { NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * L_6 = V_0; RuntimeObject * L_7 = ___value1; NullCheck(L_6); L_6->set_Value_1(L_7); int32_t L_8 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return; } IL_0039: { String_t* L_9 = ___name0; RuntimeObject * L_10 = ___value1; NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129(__this, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__entriesArray_1(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); NullCheck(((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var))); RuntimeObject * L_3 = ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var))->get_Value_1(); return L_3; } } // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__entriesArray_1(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); NullCheck(((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var))); String_t* L_3 = ((NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54_il2cpp_TypeInfo_var))->get_Key_0(); return L_3; } } // System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_GetEnumerator_mAAFB01528169706D8E604D3EA8C9CE9EDAB9B3FD (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_GetEnumerator_mAAFB01528169706D8E604D3EA8C9CE9EDAB9B3FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * L_0 = (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 *)il2cpp_codegen_object_new(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5_il2cpp_TypeInfo_var); NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t NameObjectCollectionBase_get_Count_m55654BD7ABD342E64543B6B34A0ED2E55D14172A (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__entriesArray_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralEB7CD3E223CE5B5243E4BF117FF3C01497B42C50, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); String_t* L_10 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___index1), L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5D2A246F921E0D8C40F9385ABD6ACB5B1F0CD6FD, L_8, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var); } IL_0055: { RuntimeArray * L_13 = ___array0; NullCheck(L_13); int32_t L_14 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_13, /*hidden argument*/NULL); int32_t L_15 = ___index1; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = __this->get__entriesArray_1(); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_17))) { goto IL_007a; } } { String_t* L_18 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCD7D0AC2EBED64F823B1ECA559037A9CB8EDE01A, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mAF83DFFCF913CB0EB4EA054599CFBA83B285B4E2_RuntimeMethod_var); } IL_007a: { RuntimeObject* L_20 = VirtFuncInvoker0< RuntimeObject* >::Invoke(13 /* System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() */, __this); V_0 = L_20; goto IL_0095; } IL_0083: { RuntimeArray * L_21 = ___array0; RuntimeObject* L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_22); int32_t L_24 = ___index1; int32_t L_25 = L_24; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); NullCheck(L_21); Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_21, L_23, L_25, /*hidden argument*/NULL); } IL_0095: { RuntimeObject* L_26 = V_0; NullCheck(L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0083; } } { return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_mDAD72AF014EA323F18F7E6C4DC71DEE13A1CE909 (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_mDAD72AF014EA323F18F7E6C4DC71DEE13A1CE909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__syncRoot_7(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_7(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL); Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_3 = __this->get__syncRoot_7(); return L_3; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_System_Collections_ICollection_get_IsSynchronized_mEC25AFAE52FBFF5C5C399297B36F4CEEF9EBD98D (NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.cctor() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__cctor_mB31DAEC0EB0A04003468496FC87D42812F0A0691 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase__cctor_mB31DAEC0EB0A04003468496FC87D42812F0A0691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC(/*hidden argument*/NULL); ((NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var))->set_defaultComparer_8(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectEntry__ctor_m995C545D6465499656D27A10071FE7C670DCD6A1 (NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_Key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_Value_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.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase) extern "C" IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ___coll0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_0 = ___coll0; __this->set__coll_1(L_0); NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_1 = __this->get__coll_1(); NullCheck(L_1); int32_t L_2 = L_1->get__version_6(); __this->set__version_2(L_2); __this->set__pos_0((-1)); return; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__version_2(); NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_1 = __this->get__coll_1(); NullCheck(L_1); int32_t L_2 = L_1->get__version_6(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NameObjectKeysEnumerator_MoveNext_mEA36FF36EF6F1956ED9F9D6D8559A22482760F52_RuntimeMethod_var); } IL_0023: { int32_t L_5 = __this->get__pos_0(); NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_6 = __this->get__coll_1(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_6); if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))))) { goto IL_0048; } } { int32_t L_8 = __this->get__pos_0(); __this->set__pos_0(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return (bool)1; } IL_0048: { NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_9 = __this->get__coll_1(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_9); __this->set__pos_0(L_10); return (bool)0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__version_2(); NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_1 = __this->get__coll_1(); NullCheck(L_1); int32_t L_2 = L_1->get__version_6(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NameObjectKeysEnumerator_Reset_m150D4F13AFA8D2D5D6E26B0A8C05FCE847C02FE9_RuntimeMethod_var); } IL_0023: { __this->set__pos_0((-1)); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__pos_0(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_1 = __this->get__pos_0(); NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_2 = __this->get__coll_1(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_2); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_002e; } } { NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * L_4 = __this->get__coll_1(); int32_t L_5 = __this->get__pos_0(); NullCheck(L_4); String_t* L_6 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_002e: { String_t* L_7 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, NameObjectKeysEnumerator_get_Current_m140DD35019E2A824900B7F4A9F116E8AEB80256F_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.Collections.Specialized.NameValueCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m778D8601E84C12D4EABEAA3A8B495FB92A953909 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection__ctor_m778D8601E84C12D4EABEAA3A8B495FB92A953909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_m97EB64FF4F1733FB7BA9C6427EA871813AD49C8C(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Int32,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; RuntimeObject* L_1 = ___equalityComparer1; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_m1C0BA736F4454310BEAAB54CB2307F905C1A1F8C(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.DBNull) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___dummy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = ___dummy0; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_mFC42544A14AA22758AB189CD5BCC8FE563A9569A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m5BB309F095815D835ED9E9BF73266383892215C3 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection__ctor_m5BB309F095815D835ED9E9BF73266383892215C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_m0995BB1255888BA4156EF35F69462ECDEBB39C13(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method) { { __this->set__all_9((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL); __this->set__allKeys_10((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL); return; } } // System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t G_B3_0 = 0; { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ___list0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000c; } IL_0006: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___list0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_001e; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ___list0; NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, 0); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } IL_001e: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0063; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = ___list0; NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, 0); StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_9; V_2 = 1; goto IL_0058; } IL_0038: { StringBuilder_t * L_10 = V_1; NullCheck(L_10); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, ((int32_t)44), /*hidden argument*/NULL); StringBuilder_t * L_11 = V_1; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = ___list0; int32_t L_13 = V_2; NullCheck(L_12); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_12, L_13); NullCheck(L_11); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0058: { int32_t L_16 = V_2; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0038; } } { StringBuilder_t * L_18 = V_1; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); return L_19; } IL_0063: { return (String_t*)NULL; } } // System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; int32_t G_B3_0 = 0; { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ___list0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000c; } IL_0006: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___list0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; if (L_3) { goto IL_0012; } } { return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL; } IL_0012: { int32_t L_4 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = ___list0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_6); VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(36 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_1; return L_9; } } // System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NameValueCollection_Add_m2BA01C700F8C0A5A2F6550DA7298887A4FE5C249_RuntimeMethod_var); } IL_0018: { NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL); String_t* L_3 = ___name0; RuntimeObject * L_4 = NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626(__this, L_3, /*hidden argument*/NULL); V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_4, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = V_0; if (L_5) { goto IL_0049; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C(L_6, 1, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___value1; if (!L_7) { goto IL_0040; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = V_0; String_t* L_9 = ___value1; NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); } IL_0040: { String_t* L_10 = ___name0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = V_0; NameObjectCollectionBase_BaseAdd_mD6FC01196B5CCF6591834C8A9F183B477202B129(__this, L_10, L_11, /*hidden argument*/NULL); return; } IL_0049: { String_t* L_12 = ___value1; if (!L_12) { goto IL_0054; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = V_0; String_t* L_14 = ___value1; NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14); } IL_0054: { return; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m300E47F531EE449FC72B6319D6AC7423AB9E991C (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Get_m300E47F531EE449FC72B6319D6AC7423AB9E991C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626(__this, L_0, /*hidden argument*/NULL); String_t* L_2 = NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F(((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NameValueCollection_GetValues_mC60A341A340822C2CB825630A75A4F0A8C05D6BD (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_GetValues_mC60A341A340822C2CB825630A75A4F0A8C05D6BD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m34B277D6BF8AE4C4BCCDA290D62897C9739EA626(__this, L_0, /*hidden argument*/NULL); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = NameValueCollection_GetAsStringArray_mCE36368E109CC044906EFA208B0F99D0D8ED9818(((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_mACD1AE0A27A5AC2E06C73AE37B012D2DE43A1FF8(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, NameValueCollection_Set_m964E6C417970F6DD9A7EC003F9CC85B153E4E982_RuntimeMethod_var); } IL_0018: { NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m0EEFF564D3B55439C82DC958952CCC98C47ABF4C(L_3, 1, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_0; String_t* L_5 = ___value1; NullCheck(L_4); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); String_t* L_6 = ___name0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0; NameObjectCollectionBase_BaseSet_m85584732956158CBA89BBC5CC5316F96DAD90B14(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Remove_mCD375C8EDEE43C5FBBE8C05832741D47F11023D6 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method) { { NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; NameObjectCollectionBase_BaseRemove_mA03852A3E71DF36C483913C9A15E4CCFE83539DA(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, __this, L_0); return L_1; } } // System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___value1; VirtActionInvoker2< String_t*, String_t* >::Invoke(18 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, __this, L_0, L_1); return; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_mBB1620F0B7E68EA41CE34FACBF5429DC216817DF (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Get_mBB1620F0B7E68EA41CE34FACBF5429DC216817DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m6C79F9B2DF510481D1D71FEE71782074781B8E71(__this, L_0, /*hidden argument*/NULL); String_t* L_2 = NameValueCollection_GetAsOneString_m701748B8F46B509BA82DE9C72F7EC4E0FEEC664F(((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetKey_m61FFBF58CDF5769282DED45F920161A89276EAE2 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1 = NameObjectCollectionBase_BaseGetKey_m695607B27E3D7C591C5E630DA5DC611C47B195B7(__this, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< 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) extern "C" IL2CPP_METHOD_ATTR void StringCollection_set_Item_mEAE8DDA53D08232F6597E9091A7FEB8496BF7FDD (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; String_t* L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< 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() extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_get_Count_m4307EBE5F76A894AE550321977CE58DDDFCB85BF (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< 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() extern "C" IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsReadOnly_m4A1506C2B94AF66FB47FDCDFC434ACB8488AC47F (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsFixedSize_m26E281D01AF589C9BB1C09989C6F2AC9AFFE01D4 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Collections.Specialized.StringCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< 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() extern "C" IL2CPP_METHOD_ATTR void StringCollection_Clear_mD4940751F46D8B3EBCB148A0A5B14A5AE2FC217C (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool StringCollection_Contains_mF8AD018C19F7760E4693B1A24148F8659C486502 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< 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) extern "C" IL2CPP_METHOD_ATTR void StringCollection_CopyTo_m22FDAD087DBC9ACAC1C2BD3614AD448C173F8893 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< 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) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m860B2D7C91CE7633F376CB8AB7C46CC1E103EC17 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< 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) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Insert_m9847FF62B17A3776A419642922F93D39356198BC (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; String_t* L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< 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() extern "C" IL2CPP_METHOD_ATTR bool StringCollection_get_IsSynchronized_mF01A6B1F560EF9BE2F0CC998E7330BA7A685C313 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Collections.Specialized.StringCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Remove_m3FF866980BE6C484CEEB9C42B97BAC6B602AE95E (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< 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) extern "C" IL2CPP_METHOD_ATTR void StringCollection_RemoveAt_mA455E99CC2C275AC94FE206E49E87B433257EAA2 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; NullCheck(L_0); VirtActionInvoker1< 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() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_get_SyncRoot_m2A6A118CF992AA80F7923CE3E6A49D25AC7F730B (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< 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) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_System_Collections_IList_get_Item_m1FB397E9881B366B0E0BD85883F5F8EE4B0A2E66 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1 = StringCollection_get_Item_m6289E4904A6358446DE30B8D06EFAD2FEEB2EDF8(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_set_Item_m84FFCB0C0EDF382722E6D86EA441056197E742BC (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_set_Item_m84FFCB0C0EDF382722E6D86EA441056197E742BC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; StringCollection_set_Item_mEAE8DDA53D08232F6597E9091A7FEB8496BF7FDD(__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) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_Add_m31EA60F5452738475A79F562CC741336D2C9A2CF (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Add_m31EA60F5452738475A79F562CC741336D2C9A2CF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1 = StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497(__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) extern "C" IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_Contains_mF385154C4DDD61DDFE3D9273598E212977DDDDF8 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Contains_mF385154C4DDD61DDFE3D9273598E212977DDDDF8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1 = StringCollection_Contains_mF8AD018C19F7760E4693B1A24148F8659C486502(__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) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_IndexOf_mDE4B1B0D406BCE5065474EF50EED32663E996177 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_IndexOf_mDE4B1B0D406BCE5065474EF50EED32663E996177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1 = StringCollection_IndexOf_m860B2D7C91CE7633F376CB8AB7C46CC1E103EC17(__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) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Insert_m97C6AF183F6E33425F90A6746B1B9BCA2EC18DB2 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Insert_m97C6AF183F6E33425F90A6746B1B9BCA2EC18DB2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; StringCollection_Insert_m9847FF62B17A3776A419642922F93D39356198BC(__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) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Remove_m81D305F7785DD4D4BCDBD5439004D122E26A6A36 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Remove_m81D305F7785DD4D4BCDBD5439004D122E26A6A36_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; StringCollection_Remove_m3FF866980BE6C484CEEB9C42B97BAC6B602AE95E(__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) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_ICollection_CopyTo_m911BB41A37B6860D0E98A5EF71F0C00797408A77 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< 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() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StringCollection_System_Collections_IEnumerable_GetEnumerator_m1620B22B92CB96A6E4AFB2775FBB9D5E0F9666DE (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_data_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Collections.Specialized.StringCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL); __this->set_data_0(L_0); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ArrayConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayConverter__ctor_m831D145364A55A155BC896935367961A476D53B7 (ArrayConverter_tAAD8F39711C6ECD39D31226FA1D140DD38752B57 * __this, const RuntimeMethod* method) { { CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BaseNumberConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83 (BaseNumberConverter_t6AF36A2503E7BABF7FB9A8EC05DF8B828491AC63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var); TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BooleanConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BooleanConverter__ctor_m8293C29BCB7B90516FFE978C6295C0378C1BFEE4 (BooleanConverter_tD0D177A9F577915FAA9F6749229672CE8EBAA94C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BooleanConverter__ctor_m8293C29BCB7B90516FFE978C6295C0378C1BFEE4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var); TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.CollectionConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7 (CollectionConverter_t039E15C433996B0F0F0EB78BEE81F6DE0705F184 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionConverter__ctor_m86DBE477F4462418329C5CFB45C86A9420F852E7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var); TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DecimalConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void DecimalConverter__ctor_mB015B3871CF834D0C5D8290C9FD15509249921E7 (DecimalConverter_t10232B897580B6DE599BB375BE8C0F4E1C30B0C1 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m7572A53E3D06C0DAAA2AC7C24E0A7F2647135867 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m7572A53E3D06C0DAAA2AC7C24E0A7F2647135867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m2B67802B0DD6D056BB6BDDFEA71D5350F45E9AEE (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set_value_0(L_0); return; } } // System.Object System.ComponentModel.DefaultValueAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DefaultValueAttribute_get_Value_m4C07236B56BD114C38BA7DA8C94605A174EEC005 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_0(); return L_0; } } // System.Boolean System.ComponentModel.DefaultValueAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DefaultValueAttribute_Equals_m337FB64F797F188E4815CF051E5DAB44E6E555D3 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultValueAttribute_Equals_m337FB64F797F188E4815CF051E5DAB44E6E555D3_MetadataUsageId); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC *)IsInstClass((RuntimeObject*)L_1, DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC_il2cpp_TypeInfo_var)); DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * L_2 = V_0; if (!L_2) { goto IL_0034; } } { RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); if (!L_3) { goto IL_002a; } } { RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_5); NullCheck(L_4); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); return L_7; } IL_002a: { DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_8); return (bool)((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0034: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultValueAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DefaultValueAttribute_GetHashCode_m890451093F442C83A29160FD8B39A32559F2C7A9 (DefaultValueAttribute_t03B1F51B35271D50779D31234C9C6845BC9626EC * __this, const RuntimeMethod* method) { { int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__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.DoubleConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void DoubleConverter__ctor_m419F1E782FFBC765D22792D76E56D54FC94E6AEB (DoubleConverter_t65A5D8B0C2736FC5469CE5DFA468D371DD5F9F75 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState) extern "C" IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_mACDE45DF0DCAA6E923120D6AEC45422AEF958C2E (EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 * __this, int32_t ___state0, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; __this->set_browsableState_0(L_0); return; } } // System.Boolean System.ComponentModel.EditorBrowsableAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool EditorBrowsableAttribute_Equals_m6F5EF9CC298CBDC862CBCA5187379A79635726FA (EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EditorBrowsableAttribute_Equals_m6F5EF9CC298CBDC862CBCA5187379A79635726FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 *)IsInstSealed((RuntimeObject*)L_1, EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516_il2cpp_TypeInfo_var)); EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_browsableState_0(); int32_t L_5 = __this->get_browsableState_0(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.EditorBrowsableAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t EditorBrowsableAttribute_GetHashCode_m74229847CE44E771F282E2E73FFC4DE55771A1B6 (EditorBrowsableAttribute_tF3507DF0AB82A8D54C70D6F7FB4D363DF729D516 * __this, const RuntimeMethod* method) { { int32_t L_0 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__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 #ifdef __clang__ #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.EnumConverter::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void EnumConverter__ctor_mBA8B2E210D061A3CF86950F6D797E911A2E3C774 (EnumConverter_t5DA4CB27C27A8C37C31B2A4DE0C4C37820638E12 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter__ctor_mBA8B2E210D061A3CF86950F6D797E911A2E3C774_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var); TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set_type_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.ComponentModel.Int16Converter::.ctor() extern "C" IL2CPP_METHOD_ATTR void Int16Converter__ctor_mD4D022096E6FB9FFDB84D879E31177A892DD072D (Int16Converter_tA2223DDF2BE99AD79AD836FCEC90F2C12705433B * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Int32Converter::.ctor() extern "C" IL2CPP_METHOD_ATTR void Int32Converter__ctor_m1CD79AE5880FDE2EC91F1D67E567AAA3618D19B9 (Int32Converter_t73A6E403EBE01B56528CB227509954397A46BA22 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Int64Converter::.ctor() extern "C" IL2CPP_METHOD_ATTR void Int64Converter__ctor_mE4DC71A97EF110B854F22A48AB0F0D3792B53A74 (Int64Converter_tED09C98C409F894484943F8D4F9C6468A97F1447 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.SingleConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void SingleConverter__ctor_m8EA7D412C3EE9A9522E7592774DD46EBC6118AA8 (SingleConverter_t86A24FBD46D753B99344470E9566584F15538902 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_mD78E1C7E1F8A977BC7AD33DB0C1E5E32C60E8E83(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.StringConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringConverter__ctor_m2718AC00691AF4A3AF8A8D64896BE3B5D58658B2 (StringConverter_t054FA0796F4C8E951208AFA052D99BCB8E68BED7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringConverter__ctor_m2718AC00691AF4A3AF8A8D64896BE3B5D58658B2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var); TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TimeSpanConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TimeSpanConverter__ctor_m28E7294174F979EF86FEF9511474B0AB9431217B (TimeSpanConverter_t4025A0861C52420BC73D837729E5EFA6ECDE07C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpanConverter__ctor_m28E7294174F979EF86FEF9511474B0AB9431217B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var); TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.TypeConverter::.cctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverter__cctor_mC99D8D0F3AA6CCB3E21123CFA7BAB73800CC38DC (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.Int32 System.ComponentModel.TypeConverter_StandardValuesCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_mD0531EA777492E88EBEA8C6B8E8A12C4AFE5103A (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardValuesCollection_get_Count_mD0531EA777492E88EBEA8C6B8E8A12C4AFE5103A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = __this->get_valueArray_1(); if (!L_0) { goto IL_0014; } } { RuntimeArray * L_1 = __this->get_valueArray_1(); NullCheck(L_1); int32_t L_2 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { RuntimeObject* L_3 = __this->get_values_0(); NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.Void System.ComponentModel.TypeConverter_StandardValuesCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection_CopyTo_mA319F11A11360C258FCEEF3C9EFA53D504BD7C3E (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardValuesCollection_CopyTo_mA319F11A11360C258FCEEF3C9EFA53D504BD7C3E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_values_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.ComponentModel.TypeConverter_StandardValuesCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m40E0D69CDEDD7EDE2D9454C4A18AA4C91A96B95F (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardValuesCollection_GetEnumerator_m40E0D69CDEDD7EDE2D9454C4A18AA4C91A96B95F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_values_0(); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 System.ComponentModel.TypeConverter_StandardValuesCollection::System.Collections.ICollection.get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_System_Collections_ICollection_get_Count_m3B04852950AC738A4E8AF41974DA6AFB1CC2BAD6 (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method) { { int32_t L_0 = StandardValuesCollection_get_Count_mD0531EA777492E88EBEA8C6B8E8A12C4AFE5103A(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.TypeConverter_StandardValuesCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool StandardValuesCollection_System_Collections_ICollection_get_IsSynchronized_m9A74F835BFD37AA9DC9458A0B7D3FE739612F9EA (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.TypeConverter_StandardValuesCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StandardValuesCollection_System_Collections_ICollection_get_SyncRoot_mF42D50E0E5A77DD85C897C37352834E2D4023810 (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Void System.ComponentModel.TypeConverter_StandardValuesCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection_System_Collections_ICollection_CopyTo_m27D62D0B27B9151F55B3F3069E72B1B8ABEC5447 (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___index1; StandardValuesCollection_CopyTo_mA319F11A11360C258FCEEF3C9EFA53D504BD7C3E(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.ComponentModel.TypeConverter_StandardValuesCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_System_Collections_IEnumerable_GetEnumerator_m017DACA9E9C081C4964887FF9E1F7D8A36B7BD8F (StandardValuesCollection_t929677712574EF02F5C4CF4C38E070841C20BDA3 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = StandardValuesCollection_GetEnumerator_m40E0D69CDEDD7EDE2D9454C4A18AA4C91A96B95F(__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.TypeConverterAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mD0795A29B6FD59978CAAC6DAF3AC7EC564C519A5 (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverterAttribute__ctor_mD0795A29B6FD59978CAAC6DAF3AC7EC564C519A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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) extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m52D4E66A914F1A04F2F10A7131A701670225D41C (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * __this, Type_t * ___type0, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->set_typeName_0(L_1); return; } } // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m883941C77E14FC5B4A3E32DD8F59F11739D5D6D8 (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_0(); return L_0; } } // System.Boolean System.ComponentModel.TypeConverterAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeConverterAttribute_Equals_mDA74DFC28CC7ABC315407EDD1AAC14531C5F6AC4 (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverterAttribute_Equals_mDA74DFC28CC7ABC315407EDD1AAC14531C5F6AC4_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 *)IsInstSealed((RuntimeObject*)L_0, TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_il2cpp_TypeInfo_var)); TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * L_1 = V_0; if (!L_1) { goto IL_001c; } } { TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = TypeConverterAttribute_get_ConverterTypeName_m883941C77E14FC5B4A3E32DD8F59F11739D5D6D8(L_2, /*hidden argument*/NULL); String_t* L_4 = __this->get_typeName_0(); bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.TypeConverterAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t TypeConverterAttribute_GetHashCode_m35874D49724DA3F72C6C2575FD595A711A659DAA (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void System.ComponentModel.TypeConverterAttribute::.cctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__cctor_mB1A775F56A5933A17CF349BD466B0CCE66B1078A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverterAttribute__cctor_mB1A775F56A5933A17CF349BD466B0CCE66B1078A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 * L_0 = (TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8 *)il2cpp_codegen_object_new(TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_il2cpp_TypeInfo_var); TypeConverterAttribute__ctor_mD0795A29B6FD59978CAAC6DAF3AC7EC564C519A5(L_0, /*hidden argument*/NULL); ((TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverterAttribute_tA0B22E1BE9471741D2CD2A078A2C9A5FF882C2F8_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.Win32Exception::.ctor() extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_mC03E215A1695ED64DDC50F4BE9F59966974DF759 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception__ctor_mC03E215A1695ED64DDC50F4BE9F59966974DF759_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var); int32_t L_0 = Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7(/*hidden argument*/NULL); Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___error0; int32_t L_1 = ___error0; IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); String_t* L_2 = Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D(L_1, /*hidden argument*/NULL); Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6(__this, L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method) { { String_t* L_0 = ___message1; ExternalException__ctor_mD032EC4BD5C633D675C6AA458C584FB810EF70CC(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___error0; __this->set_nativeErrorCode_17(L_1); return; } } // System.Void System.ComponentModel.Win32Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; ExternalException__ctor_mFEC5FB15E763D381775B80255162202A3F961FCC(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; NullCheck(L_2); int32_t L_3 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_2, _stringLiteral94195DF0921914B5E59813F0CF42420D7DEA99E7, /*hidden argument*/NULL); __this->set_nativeErrorCode_17(L_3); return; } } // System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_mADB2F3845BEC2405353354CE6B6232741359D857 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nativeErrorCode_17(); return L_0; } } // System.Void System.ComponentModel.Win32Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Win32Exception_GetObjectData_m7CD0D7A0806E4A9D8E78ADCBC616700379AB79E8_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; int32_t L_3 = __this->get_nativeErrorCode_17(); NullCheck(L_2); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_2, _stringLiteral94195DF0921914B5E59813F0CF42420D7DEA99E7, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context1; Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.String System.ComponentModel.Win32Exception::GetErrorMessage(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D (int32_t ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception_GetErrorMessage_m6085687D868718B45289CB6AF6EDCB7F89D7350D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); bool L_0 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessagesInitialized_18(); if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438(/*hidden argument*/NULL); } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_1 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); int32_t L_2 = ___error0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD(L_1, L_2, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m581BE284F430A27B34743D8438ADB091C70000FD_RuntimeMethod_var); if (!L_3) { goto IL_001d; } } { String_t* L_4 = V_0; return L_4; } IL_001d: { int32_t L_5 = ___error0; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6); String_t* L_8 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral206975CE40BF2190E1EBE832CBFB91DBAEB66EB0, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.ComponentModel.Win32Exception::InitializeErrorMessages() extern "C" IL2CPP_METHOD_ATTR void Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception_InitializeErrorMessages_m4FE6F56C1C2CCB3F6468F0F9F5AD6E1B08673438_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); bool L_0 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessagesInitialized_18(); if (!L_0) { goto IL_0008; } } { return; } IL_0008: { IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_1 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); V_0 = L_1; V_1 = (bool)0; } IL_0010: try { // begin try (depth: 1) { Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_2 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); bool L_3 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessagesInitialized_18(); if (!L_3) { goto IL_0024; } } IL_001f: { IL2CPP_LEAVE(0x684, FINALLY_067a); } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_4 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_4); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_4, 0, _stringLiteral42A8F651D79FD005EEAC0612DF6442B983A01184, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_5 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_5); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_5, 2, _stringLiteral60C04606224708CFBFEF6AC5E778E815A3740AE8, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_6 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_6); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_6, 3, _stringLiteral60C04606224708CFBFEF6AC5E778E815A3740AE8, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_7 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_7); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_7, 4, _stringLiteralC8452B0C049E050B8A8D8E298315154B410BB14F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_8 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_8); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_8, 5, _stringLiteral64343A83AD8C0B8E2789C32CA5AB1EB6ABB614E0, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_9 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_9); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_9, 6, _stringLiteral5480F96B6833A4CB8F0AEF4EEA9FB153DB5B842E, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_10 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_10); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_10, ((int32_t)13), _stringLiteral0DE700C837994DEAC0F71DB131BE20824AEC05EA, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_11 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_11); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_11, ((int32_t)14), _stringLiteral0BE297B561141A6A2D82A7108DDDC36E1CC22DBA, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_12 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_12); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_12, ((int32_t)17), _stringLiteralBF399D891C479024714F066225B388058E8B6849, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_13 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_13); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_13, ((int32_t)18), _stringLiteral5798F18876C067AB053B1D0EB12BDAED73FA0392, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_14 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_14); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_14, ((int32_t)24), _stringLiteral8D87BE91452AF30ABCE041C075C797BDD216F3FA, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_15 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_15); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_15, ((int32_t)31), _stringLiteral1E591794DE2646B62ACB030C04B0F93927302891, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_16 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_16); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_16, ((int32_t)32), _stringLiteral63D3C5CDB8796B255DDB829AB1BAEE8CD898BC1F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_17 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_17); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_17, ((int32_t)33), _stringLiteralF708D88AFD78292E96A07D5E880E7275E2C367D7, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_18 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_18); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_18, ((int32_t)50), _stringLiteral7D8C0F713241893544D6B281037E9209E24B3C3B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_19 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_19); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_19, ((int32_t)55), _stringLiteral1A54038B0AA8D7F2DA83479B361076A9F2836D51, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_20 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_20); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_20, ((int32_t)87), _stringLiteralE60557A7E9CC6FEAF2F8FC5499C450D6D82D6923, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_21 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_21); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_21, ((int32_t)120), _stringLiteral906E86556DAA261FF5DABB90A37D2280B3901D37, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_22 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_22); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_22, ((int32_t)123), _stringLiteralBB1826EE4D8EF405A91381FAED170939609CF604, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_23 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_23); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_23, ((int32_t)127), _stringLiteralDFD6DF0631E85C741695FD36D45900F792B48FFD, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_24 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_24); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_24, ((int32_t)183), _stringLiteral3D24273BE458535CEFB4BAB63B3547DA87C24AA4, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_25 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_25); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_25, ((int32_t)267), _stringLiteralD82B06ADF1A876D702B6A3905D8D56B51827E40E, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_26 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_26); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_26, ((int32_t)995), _stringLiteral8004417B5F89CE52D6415C773647383F0A9302FF, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_27 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_27); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_27, ((int32_t)6000), _stringLiteralF5F3C7170FE5CED284547289C97FCF640CC3F7BB, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_28 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_28); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_28, ((int32_t)10004), _stringLiteralD897BF481C6D3038F32CD50B3A8B5F6CF56B6348, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_29 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_29); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_29, ((int32_t)10009), _stringLiteralA9AC5297B2F804CDAFA5D88F5E271E340BA5CF37, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_30 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_30); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_30, ((int32_t)10013), _stringLiteral64343A83AD8C0B8E2789C32CA5AB1EB6ABB614E0, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_31 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_31); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_31, ((int32_t)10014), _stringLiteral1AFEFDAD8F394C65ED6D000A865D699A38489C6F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_32 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_32); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_32, ((int32_t)10022), _stringLiteralF8D3E8E47EDE7D1E1D63B90ADAC4163F137F5FBD, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_33 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_33); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_33, ((int32_t)10024), _stringLiteralC8452B0C049E050B8A8D8E298315154B410BB14F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_34 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_34); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_34, ((int32_t)10035), _stringLiteral701DF7684DBD9D56FD9124002994696024429442, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_35 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_35); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_35, ((int32_t)10036), _stringLiteralBEBD2907CA9295D99796EA50EE317A1FC881504C, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_36 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_36); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_36, ((int32_t)10037), _stringLiteral0FC51A5C314382C855158EDA38FF5409A7E69535, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_37 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_37); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_37, ((int32_t)10038), _stringLiteral5F6C62FD921546F22A503EC993323335977C5BA0, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_38 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_38); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_38, ((int32_t)10039), _stringLiteralF6F646066BDF4B1EC66764F189EA43F9555404F9, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_39 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_39); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_39, ((int32_t)10040), _stringLiteral6BF991E7854ED942E57F7A8AE958526D710E4851, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_40 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_40); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_40, ((int32_t)10041), _stringLiteral3FF5F085A157B60CB28DBA0860F39CD3E12B11E1, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_41 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_41); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_41, ((int32_t)10042), _stringLiteral42D7307C56A3147C3F9B4B8A6CB6810CBDF8B65D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_42 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_42); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_42, ((int32_t)10043), _stringLiteral05BA63FF22FFFA946A6C1E3E8B9D184A5A911E55, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_43 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_43); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_43, ((int32_t)10044), _stringLiteral389AADC179870858E615E7F86494CF9F12A7BC2B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_44 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_44); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_44, ((int32_t)10045), _stringLiteral7D8C0F713241893544D6B281037E9209E24B3C3B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_45 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_45); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_45, ((int32_t)10046), _stringLiteral677789471BFC26B9BAA2DCB7BDC1E90F13C9BEAC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_46 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_46); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_46, ((int32_t)10047), _stringLiteral2749AD9B5C66B69071CBC7465E913B18000BE671, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_47 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_47); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_47, ((int32_t)10048), _stringLiteral53CCE0631F5BA4546493E150CC5EF970434EEF7F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_48 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_48); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_48, ((int32_t)10049), _stringLiteral3E62E9B46156D196C1AAC718944419216D75E346, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_49 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_49); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_49, ((int32_t)10050), _stringLiteral1443CEC241FC8F0E9A22F01A964EE87B171C42C6, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_50 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_50); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_50, ((int32_t)10051), _stringLiteralD34A1412DD6535CEABE7960D72728113A96B875C, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_51 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_51); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_51, ((int32_t)10052), _stringLiteral3BEAE53F6712B7D394747CBA061465E3234815F3, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_52 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_52); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_52, ((int32_t)10053), _stringLiteral143E44BFE7FFA9CB39899B153BDB83E618D5F841, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_53 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_53); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_53, ((int32_t)10054), _stringLiteral2986A51D253E6221052722AAB2EFBC181246B417, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_54 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_54); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_54, ((int32_t)10055), _stringLiteral310BB6BA9118A5AE4CDF6A127D791325B95AFC7F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_55 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_55); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_55, ((int32_t)10056), _stringLiteral2E98A4ED23C4C749F9FC8167CD3BDE6181CD3DDB, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_56 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_56); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_56, ((int32_t)10057), _stringLiteral6019AA352C36BF78F73A83E660E2DA74F2E4C2CE, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_57 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_57); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_57, ((int32_t)10058), _stringLiteral12B2131443E6187C800986B84AA53B32E1ADCB28, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_58 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_58); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_58, ((int32_t)10059), _stringLiteral81E6C84235179BEF6A424ADE0379CDB4A2F8F2B6, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_59 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_59); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_59, ((int32_t)10060), _stringLiteral52C871EA22DADA6554A1363EE61F9567C44EFD80, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_60 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_60); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_60, ((int32_t)10061), _stringLiteral96F7E671B1E48DA4A2700769F8225126847B97CF, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_61 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_61); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_61, ((int32_t)10062), _stringLiteral9370B2A9A4016E2EAC0B29188FD6198E7257FCBE, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_62 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_62); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_62, ((int32_t)10063), _stringLiteral8A87B64CAE5A39A0265ADA62F19E089C25FA123C, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_63 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_63); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_63, ((int32_t)10064), _stringLiteralA5A7E131A5CB8762553101BDA765297974113FA2, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_64 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_64); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_64, ((int32_t)10065), _stringLiteral62C6526007299CA03F778B5B7CE0D726354CAE0D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_65 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_65); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_65, ((int32_t)10066), _stringLiteralCA827528D6904965FCEBBBCAD976A987F5F845B3, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_66 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_66); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_66, ((int32_t)10067), _stringLiteral66613814024EB80FC065BCD43B8BF07ED9297053, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_67 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_67); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_67, ((int32_t)10068), _stringLiteral21B53B1F02559D44A4E57D2971766159EBF6282F, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_68 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_68); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_68, ((int32_t)10069), _stringLiteralE9A049DD51F6F6165F82600419D9408A49973EBC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_69 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_69); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_69, ((int32_t)10070), _stringLiteral8697064C54272EC190E9B70FFF08FEAF084EC16D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_70 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_70); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_70, ((int32_t)10071), _stringLiteralBA195D654D6092A3E9DA8DDD541DD8C15779615B, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_71 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_71); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_71, ((int32_t)10091), _stringLiteral9649AD78D66FC282E7E49B63BEB51E52744030AC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_72 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_72); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_72, ((int32_t)10092), _stringLiteral46C08613317C97DBB3017F710E4CE7C132854E87, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_73 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_73); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_73, ((int32_t)10093), _stringLiteralD6829BEAA0331951621D5601098DC271C792014A, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_74 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_74); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_74, ((int32_t)10101), _stringLiteral4F4E2E165630EEF5C6A1AE8670F28F4DDB7A7949, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_75 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_75); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_75, ((int32_t)10102), _stringLiteral532041BFE7809558509909668AB1E9ACD74F3380, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_76 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_76); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_76, ((int32_t)10103), _stringLiteralA2DAD54D8BCE08503C34ABC283C6FE74BD2E9FFC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_77 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_77); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_77, ((int32_t)10104), _stringLiteral3E66AEB02C4E4C2A2B3A431EBF1731473D567D14, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_78 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_78); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_78, ((int32_t)10105), _stringLiteral5C96F9E08C71D3D17CA63CB49B810BC60238D399, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_79 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_79); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_79, ((int32_t)10106), _stringLiteralDE36C4365F53A75F4F2CE6CC742B8EDA0EE14E5D, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_80 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_80); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_80, ((int32_t)10107), _stringLiteral00F0B04BE2DDD54416CDF6724BEAC175AA9DEB01, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_81 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_81); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_81, ((int32_t)10108), _stringLiteral603C063F0A9F2922CA12D357A484E790CD9035BC, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_82 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_82); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_82, ((int32_t)10109), _stringLiteral7D9B4FAC07BFCAAA0E413BDE05E8E61039C6F7A3, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_83 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_83); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_83, ((int32_t)10112), _stringLiteral4091FC8C86D49636BCFA1F50F31C77CFA32263AF, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_84 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_84); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_84, ((int32_t)11001), _stringLiteral1382875027AD2421A9833D7063B819DB401FAD94, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_85 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_85); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_85, ((int32_t)11002), _stringLiteralCFE2562AB6327C20761CA6C5FC56D6DA277279E9, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_86 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_86); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_86, ((int32_t)11003), _stringLiteral2D21C9BFEF23327E8608E29D3F6008951F788E42, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_87 = ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->get_s_ErrorMessage_19(); NullCheck(L_87); Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA(L_87, ((int32_t)11004), _stringLiteralD802D232A85B790C06A7F0815C75D27016580682, /*hidden argument*/Dictionary_2_Add_m6B1FA5F9A77897E38E9B0CF95D11032066B98CCA_RuntimeMethod_var); ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->set_s_ErrorMessagesInitialized_18((bool)1); IL2CPP_LEAVE(0x684, FINALLY_067a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_067a; } FINALLY_067a: { // begin finally (depth: 1) { bool L_88 = V_1; if (!L_88) { goto IL_0683; } } IL_067d: { Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_89 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_89, /*hidden argument*/NULL); } IL_0683: { IL2CPP_END_FINALLY(1658) } } // end finally (depth: 1) IL2CPP_CLEANUP(1658) { IL2CPP_JUMP_TBL(0x684, IL_0684) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0684: { return; } } // System.Void System.ComponentModel.Win32Exception::.cctor() extern "C" IL2CPP_METHOD_ATTR void Win32Exception__cctor_m800CD9D0B3E3253B79A19B6646A7D28B29C3FC52 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception__cctor_m800CD9D0B3E3253B79A19B6646A7D28B29C3FC52_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->set_s_ErrorMessagesInitialized_18((bool)0); Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * L_0 = (Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C *)il2cpp_codegen_object_new(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C_il2cpp_TypeInfo_var); Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C(L_0, /*hidden argument*/Dictionary_2__ctor_m6C6B59C12BD62E890CCF5AF0366E3DA0F29ADE6C_RuntimeMethod_var); ((Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields*)il2cpp_codegen_static_fields_for(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var))->set_s_ErrorMessage_19(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.DiagnosticsConfigurationHandler::.ctor() extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0 (DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler__ctor_m185BC74B0225A3E16EEB4164923931B79AAA0CF0_RuntimeMethod_var); return; } } // System.Object System.Diagnostics.DiagnosticsConfigurationHandler::Create(System.Object,System.Object,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96 (DiagnosticsConfigurationHandler_t885EAAD2DCF9678F16E3BB296E307868ECE68239 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler_Create_mCC7EF5B43B6913E2429B37EC5923202EBB20AA96_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 // System.String System.DomainNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.BooleanU26) extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { V_0 = (String_t*)NULL; int32_t L_0 = ___end2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_0047; } IL_0008: { String_t* L_1 = ___str0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)((int32_t)65)))) { goto IL_0035; } } { String_t* L_4 = ___str0; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)((int32_t)90)))) { goto IL_0035; } } { String_t* L_7 = ___str0; int32_t L_8 = ___start1; int32_t L_9 = ___end2; int32_t L_10 = ___start1; NullCheck(L_7); String_t* L_11 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_11); String_t* L_13 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_004b; } IL_0035: { String_t* L_14 = ___str0; int32_t L_15 = V_1; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)58))))) { goto IL_0043; } } { int32_t L_17 = V_1; ___end2 = L_17; } IL_0043: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); } IL_0047: { int32_t L_19 = V_1; int32_t L_20 = ___start1; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_0008; } } IL_004b: { String_t* L_21 = V_0; if (L_21) { goto IL_0059; } } { String_t* L_22 = ___str0; int32_t L_23 = ___start1; int32_t L_24 = ___end2; int32_t L_25 = ___start1; NullCheck(L_22); String_t* L_26 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL); V_0 = L_26; } IL_0059: { String_t* L_27 = V_0; bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50, /*hidden argument*/NULL); if (L_28) { goto IL_0073; } } { String_t* L_29 = V_0; bool L_30 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, _stringLiteral3C7ECD7A063AD7AE0D2B9AB87B11F63CCC96C8F7, /*hidden argument*/NULL); if (!L_30) { goto IL_007c; } } IL_0073: { bool* L_31 = ___loopback3; *((int8_t*)L_31) = (int8_t)1; return _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50; } IL_007c: { String_t* L_32 = V_0; return L_32; } } // System.Boolean System.DomainNameHelper::IsValid(System.Char*,System.UInt16,System.Int32U26,System.BooleanU26,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValid_mE9672A824F71E32116358C5FA029789855A4B461 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; { Il2CppChar* L_0 = ___name0; uint16_t L_1 = ___pos1; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))); Il2CppChar* L_2 = V_0; V_1 = (Il2CppChar*)L_2; Il2CppChar* L_3 = ___name0; int32_t* L_4 = ___returnedEnd2; int32_t L_5 = *((int32_t*)L_4); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))); goto IL_0042; } IL_0013: { Il2CppChar* L_6 = V_1; int32_t L_7 = *((uint16_t*)L_6); V_3 = L_7; Il2CppChar L_8 = V_3; if ((((int32_t)L_8) <= ((int32_t)((int32_t)127)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { Il2CppChar L_9 = V_3; if ((((int32_t)L_9) == ((int32_t)((int32_t)47)))) { goto IL_003a; } } { Il2CppChar L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)92)))) { goto IL_003a; } } { bool L_11 = ___notImplicitFile4; if (!L_11) { goto IL_003e; } } { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)58)))) { goto IL_003a; } } { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)63)))) { goto IL_003a; } } { Il2CppChar L_14 = V_3; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)35))))) { goto IL_003e; } } IL_003a: { Il2CppChar* L_15 = V_1; V_2 = (Il2CppChar*)L_15; goto IL_0046; } IL_003e: { Il2CppChar* L_16 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2)); } IL_0042: { Il2CppChar* L_17 = V_1; Il2CppChar* L_18 = V_2; if ((!(((uintptr_t)L_17) >= ((uintptr_t)L_18)))) { goto IL_0013; } } IL_0046: { Il2CppChar* L_19 = V_2; Il2CppChar* L_20 = V_0; if ((!(((uintptr_t)L_19) == ((uintptr_t)L_20)))) { goto IL_004c; } } { return (bool)0; } IL_004c: { Il2CppChar* L_21 = V_0; V_1 = (Il2CppChar*)L_21; goto IL_005a; } IL_0050: { Il2CppChar* L_22 = V_1; int32_t L_23 = *((uint16_t*)L_22); if ((((int32_t)L_23) == ((int32_t)((int32_t)46)))) { goto IL_005e; } } { Il2CppChar* L_24 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)2)); } IL_005a: { Il2CppChar* L_25 = V_1; Il2CppChar* L_26 = V_2; if ((!(((uintptr_t)L_25) >= ((uintptr_t)L_26)))) { goto IL_0050; } } IL_005e: { Il2CppChar* L_27 = V_0; Il2CppChar* L_28 = V_1; if ((((intptr_t)L_27) == ((intptr_t)L_28))) { goto IL_007b; } } { Il2CppChar* L_29 = V_1; Il2CppChar* L_30 = V_0; if ((((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_29, (intptr_t)L_30))/(int32_t)2)))))) > ((int64_t)(((int64_t)((int64_t)((int32_t)63))))))) { goto IL_007b; } } { Il2CppChar* L_31 = V_0; Il2CppChar* L_32 = (Il2CppChar*)L_31; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2)); int32_t L_33 = *((uint16_t*)L_32); bool* L_34 = ___notCanonical3; bool L_35 = DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01(L_33, (bool*)L_34, /*hidden argument*/NULL); if (L_35) { goto IL_008d; } } IL_007b: { return (bool)0; } IL_007d: { Il2CppChar* L_36 = V_0; Il2CppChar* L_37 = (Il2CppChar*)L_36; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)2)); int32_t L_38 = *((uint16_t*)L_37); bool* L_39 = ___notCanonical3; bool L_40 = DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1(L_38, (bool*)L_39, /*hidden argument*/NULL); if (L_40) { goto IL_008d; } } { return (bool)0; } IL_008d: { Il2CppChar* L_41 = V_0; Il2CppChar* L_42 = V_1; if ((!(((uintptr_t)L_41) >= ((uintptr_t)L_42)))) { goto IL_007d; } } { Il2CppChar* L_43 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)2)); Il2CppChar* L_44 = V_0; Il2CppChar* L_45 = V_2; if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45)))) { goto IL_004c; } } { int32_t* L_46 = ___returnedEnd2; Il2CppChar* L_47 = V_2; Il2CppChar* L_48 = ___name0; *((int32_t*)L_46) = (int32_t)(((int32_t)((uint16_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)L_48))/(int32_t)2)))))))); return (bool)1; } } // System.Boolean System.DomainNameHelper::IsValidByIri(System.Char*,System.UInt16,System.Int32U26,System.BooleanU26,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidByIri_m13E2A6D9EBD42326C096F2423DBB0014763D47BF (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; bool V_5 = false; int32_t G_B27_0 = 0; { Il2CppChar* L_0 = ___name0; uint16_t L_1 = ___pos1; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))); Il2CppChar* L_2 = V_0; V_1 = (Il2CppChar*)L_2; Il2CppChar* L_3 = ___name0; int32_t* L_4 = ___returnedEnd2; int32_t L_5 = *((int32_t*)L_4); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))); V_3 = 0; goto IL_0043; } IL_0015: { Il2CppChar* L_6 = V_1; int32_t L_7 = *((uint16_t*)L_6); V_4 = L_7; Il2CppChar L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)47)))) { goto IL_003b; } } { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)92)))) { goto IL_003b; } } { bool L_10 = ___notImplicitFile4; if (!L_10) { goto IL_003f; } } { Il2CppChar L_11 = V_4; if ((((int32_t)L_11) == ((int32_t)((int32_t)58)))) { goto IL_003b; } } { Il2CppChar L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)((int32_t)63)))) { goto IL_003b; } } { Il2CppChar L_13 = V_4; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)35))))) { goto IL_003f; } } IL_003b: { Il2CppChar* L_14 = V_1; V_2 = (Il2CppChar*)L_14; goto IL_0047; } IL_003f: { Il2CppChar* L_15 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2)); } IL_0043: { Il2CppChar* L_16 = V_1; Il2CppChar* L_17 = V_2; if ((!(((uintptr_t)L_16) >= ((uintptr_t)L_17)))) { goto IL_0015; } } IL_0047: { Il2CppChar* L_18 = V_2; Il2CppChar* L_19 = V_0; if ((!(((uintptr_t)L_18) == ((uintptr_t)L_19)))) { goto IL_004d; } } { return (bool)0; } IL_004d: { Il2CppChar* L_20 = V_0; V_1 = (Il2CppChar*)L_20; V_3 = 0; V_5 = (bool)0; goto IL_0098; } IL_0056: { Il2CppChar* L_21 = V_1; int32_t L_22 = *((uint16_t*)L_21); if ((((int32_t)L_22) == ((int32_t)((int32_t)46)))) { goto IL_009c; } } { Il2CppChar* L_23 = V_1; int32_t L_24 = *((uint16_t*)L_23); if ((((int32_t)L_24) == ((int32_t)((int32_t)12290)))) { goto IL_009c; } } { Il2CppChar* L_25 = V_1; int32_t L_26 = *((uint16_t*)L_25); if ((((int32_t)L_26) == ((int32_t)((int32_t)65294)))) { goto IL_009c; } } { Il2CppChar* L_27 = V_1; int32_t L_28 = *((uint16_t*)L_27); if ((((int32_t)L_28) == ((int32_t)((int32_t)65377)))) { goto IL_009c; } } { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); Il2CppChar* L_30 = V_1; int32_t L_31 = *((uint16_t*)L_30); if ((((int32_t)L_31) <= ((int32_t)((int32_t)255)))) { goto IL_0088; } } { int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0088: { Il2CppChar* L_33 = V_1; int32_t L_34 = *((uint16_t*)L_33); if ((((int32_t)L_34) < ((int32_t)((int32_t)160)))) { goto IL_0094; } } { V_5 = (bool)1; } IL_0094: { Il2CppChar* L_35 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2)); } IL_0098: { Il2CppChar* L_36 = V_1; Il2CppChar* L_37 = V_2; if ((!(((uintptr_t)L_36) >= ((uintptr_t)L_37)))) { goto IL_0056; } } IL_009c: { Il2CppChar* L_38 = V_0; Il2CppChar* L_39 = V_1; if ((((intptr_t)L_38) == ((intptr_t)L_39))) { goto IL_00c7; } } { bool L_40 = V_5; if (L_40) { goto IL_00a7; } } { int32_t L_41 = V_3; G_B27_0 = L_41; goto IL_00aa; } IL_00a7: { int32_t L_42 = V_3; G_B27_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)4)); } IL_00aa: { if ((((int32_t)G_B27_0) > ((int32_t)((int32_t)63)))) { goto IL_00c7; } } { Il2CppChar* L_43 = V_0; Il2CppChar* L_44 = (Il2CppChar*)L_43; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)2)); int32_t L_45 = *((uint16_t*)L_44); if ((((int32_t)L_45) >= ((int32_t)((int32_t)160)))) { goto IL_00e4; } } { Il2CppChar* L_46 = V_0; int32_t L_47 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_46, (int32_t)2))); bool* L_48 = ___notCanonical3; bool L_49 = DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01(L_47, (bool*)L_48, /*hidden argument*/NULL); if (L_49) { goto IL_00e4; } } IL_00c7: { return (bool)0; } IL_00c9: { Il2CppChar* L_50 = V_0; Il2CppChar* L_51 = (Il2CppChar*)L_50; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)2)); int32_t L_52 = *((uint16_t*)L_51); if ((((int32_t)L_52) >= ((int32_t)((int32_t)160)))) { goto IL_00e4; } } { Il2CppChar* L_53 = V_0; int32_t L_54 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_53, (int32_t)2))); bool* L_55 = ___notCanonical3; bool L_56 = DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1(L_54, (bool*)L_55, /*hidden argument*/NULL); if (L_56) { goto IL_00e4; } } { return (bool)0; } IL_00e4: { Il2CppChar* L_57 = V_0; Il2CppChar* L_58 = V_1; if ((!(((uintptr_t)L_57) >= ((uintptr_t)L_58)))) { goto IL_00c9; } } { Il2CppChar* L_59 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)2)); Il2CppChar* L_60 = V_0; Il2CppChar* L_61 = V_2; if ((!(((uintptr_t)L_60) >= ((uintptr_t)L_61)))) { goto IL_004d; } } { int32_t* L_62 = ___returnedEnd2; Il2CppChar* L_63 = V_2; Il2CppChar* L_64 = ___name0; *((int32_t*)L_62) = (int32_t)(((int32_t)((uint16_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_63, (intptr_t)L_64))/(int32_t)2)))))))); return (bool)1; } } // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.BooleanU26,System.BooleanU26) extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; bool V_8 = false; bool V_9 = false; Il2CppChar V_10 = 0x0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); String_t* G_B4_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B5_0 = NULL; int32_t G_B24_0 = 0; int32_t G_B23_0 = 0; int32_t G_B25_0 = 0; int32_t G_B25_1 = 0; { V_0 = (String_t*)NULL; Il2CppChar* L_0 = ___hostname0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; bool* L_3 = ___allAscii3; String_t* L_4 = DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57((Il2CppChar*)(Il2CppChar*)L_0, L_1, L_2, (bool*)L_3, (String_t**)(&V_0), /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; if (!L_5) { goto IL_00f0; } } { bool* L_6 = ___allAscii3; int32_t L_7 = *((uint8_t*)L_6); if (L_7) { goto IL_001b; } } { String_t* L_8 = V_0; G_B4_0 = L_8; goto IL_001c; } IL_001b: { String_t* L_9 = V_1; G_B4_0 = L_9; } IL_001c: { String_t* L_10 = G_B4_0; V_3 = L_10; String_t* L_11 = V_3; V_2 = (Il2CppChar*)(((uintptr_t)L_11)); Il2CppChar* L_12 = V_2; G_B5_0 = L_10; if (!L_12) { G_B6_0 = L_10; goto IL_002c; } } { Il2CppChar* L_13 = V_2; int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14)); G_B6_0 = G_B5_0; } IL_002c: { NullCheck(G_B6_0); int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(G_B6_0, /*hidden argument*/NULL); V_4 = L_15; V_5 = 0; V_6 = 0; V_7 = (bool)0; V_8 = (bool)0; V_9 = (bool)0; } IL_0042: { V_7 = (bool)0; V_8 = (bool)0; V_9 = (bool)0; int32_t L_16 = V_6; V_5 = L_16; goto IL_00ab; } IL_0051: { Il2CppChar* L_17 = V_2; int32_t L_18 = V_5; int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_18)), (int32_t)2))))); V_10 = L_19; bool L_20 = V_8; if (L_20) { goto IL_007f; } } { V_8 = (bool)1; int32_t L_21 = V_5; int32_t L_22 = V_4; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)3))) >= ((int32_t)L_22))) { goto IL_007f; } } { Il2CppChar* L_23 = V_2; int32_t L_24 = V_5; bool L_25 = DomainNameHelper_IsIdnAce_m9193B7D824FC6965820FCE980FEE3E0B40EA94B8((Il2CppChar*)(Il2CppChar*)L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_007f; } } { int32_t L_26 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)4)); V_7 = (bool)1; goto IL_00ab; } IL_007f: { Il2CppChar L_27 = V_10; if ((((int32_t)L_27) == ((int32_t)((int32_t)46)))) { goto IL_00a0; } } { Il2CppChar L_28 = V_10; if ((((int32_t)L_28) == ((int32_t)((int32_t)12290)))) { goto IL_00a0; } } { Il2CppChar L_29 = V_10; if ((((int32_t)L_29) == ((int32_t)((int32_t)65294)))) { goto IL_00a0; } } { Il2CppChar L_30 = V_10; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)65377))))) { goto IL_00a5; } } IL_00a0: { V_9 = (bool)1; goto IL_00b1; } IL_00a5: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ab: { int32_t L_32 = V_5; int32_t L_33 = V_4; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0051; } } IL_00b1: { bool L_34 = V_7; if (!L_34) { goto IL_00d6; } } IL_00b5: try { // begin try (depth: 1) IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_35 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var); IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_35, /*hidden argument*/NULL); Il2CppChar* L_36 = V_2; int32_t L_37 = V_6; int32_t L_38 = V_5; int32_t L_39 = V_6; String_t* L_40 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL); NullCheck(L_35); IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_35, L_40, /*hidden argument*/NULL); bool* L_41 = ___atLeastOneValidIdn4; *((int8_t*)L_41) = (int8_t)1; goto IL_00ec; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d3; throw e; } CATCH_00d3: { // begin catch(System.ArgumentException) goto IL_00d6; } // end catch (depth: 1) IL_00d6: { int32_t L_42 = V_5; bool L_43 = V_9; G_B23_0 = L_42; if (L_43) { G_B24_0 = L_42; goto IL_00df; } } { G_B25_0 = 0; G_B25_1 = G_B23_0; goto IL_00e0; } IL_00df: { G_B25_0 = 1; G_B25_1 = G_B24_0; } IL_00e0: { V_6 = ((int32_t)il2cpp_codegen_add((int32_t)G_B25_1, (int32_t)G_B25_0)); int32_t L_44 = V_6; int32_t L_45 = V_4; if ((((int32_t)L_44) < ((int32_t)L_45))) { goto IL_0042; } } IL_00ec: { V_3 = (String_t*)NULL; goto IL_00f4; } IL_00f0: { bool* L_46 = ___atLeastOneValidIdn4; *((int8_t*)L_46) = (int8_t)0; } IL_00f4: { String_t* L_47 = V_1; return L_47; } } // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.BooleanU26,System.StringU26) extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * V_3 = NULL; String_t* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = (String_t*)NULL; int32_t L_0 = ___end2; int32_t L_1 = ___start1; if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_0008; } } { String_t* L_2 = V_0; return L_2; } IL_0008: { int32_t L_3 = ___start1; V_1 = L_3; bool* L_4 = ___allAscii3; *((int8_t*)L_4) = (int8_t)1; goto IL_0023; } IL_000f: { Il2CppChar* L_5 = ___hostname0; int32_t L_6 = V_1; int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2))))); if ((((int32_t)L_7) <= ((int32_t)((int32_t)127)))) { goto IL_001f; } } { bool* L_8 = ___allAscii3; *((int8_t*)L_8) = (int8_t)0; goto IL_0027; } 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; int32_t L_11 = ___end2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000f; } } IL_0027: { bool* L_12 = ___allAscii3; int32_t L_13 = *((uint8_t*)L_12); if (!L_13) { goto IL_0042; } } { Il2CppChar* L_14 = ___hostname0; int32_t L_15 = ___start1; int32_t L_16 = ___end2; int32_t L_17 = ___start1; String_t* L_18 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_14, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = V_2; if (L_19) { goto IL_003b; } } { return (String_t*)NULL; } IL_003b: { String_t* L_20 = V_2; NullCheck(L_20); String_t* L_21 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_20, /*hidden argument*/NULL); return L_21; } IL_0042: { IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_22 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var); IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_22, /*hidden argument*/NULL); V_3 = L_22; String_t** L_23 = ___bidiStrippedHost4; Il2CppChar* L_24 = ___hostname0; int32_t L_25 = ___start1; int32_t L_26 = ___end2; int32_t L_27 = ___start1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_28 = Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F((Il2CppChar*)(Il2CppChar*)L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); *((RuntimeObject **)L_23) = (RuntimeObject *)L_28; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_23, (RuntimeObject *)L_28); } IL_0055: try { // begin try (depth: 1) IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_29 = V_3; String_t** L_30 = ___bidiStrippedHost4; String_t* L_31 = *((String_t**)L_30); NullCheck(L_29); String_t* L_32 = IdnMapping_GetAscii_mE829EDA54A82515593FE6EF29E624E0FA78DAA71(L_29, L_31, /*hidden argument*/NULL); V_4 = L_32; goto IL_0073; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0062; throw e; } CATCH_0062: { // begin catch(System.ArgumentException) String_t* L_33 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral36CA0BFCBC1963A66664AE75C501AF9D8B728C7C, /*hidden argument*/NULL); UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_34 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var); UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, NULL, DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57_RuntimeMethod_var); } // end catch (depth: 1) IL_0073: { String_t* L_35 = V_4; return L_35; } } // System.Boolean System.DomainNameHelper::IsIdnAce(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m2231C778C4CCE141ACDC412737642CC365307445 (String_t* ___input0, int32_t ___index1, const RuntimeMethod* method) { { String_t* L_0 = ___input0; int32_t L_1 = ___index1; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)120))))) { goto IL_0034; } } { String_t* L_3 = ___input0; int32_t L_4 = ___index1; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)110))))) { goto IL_0034; } } { String_t* L_6 = ___input0; int32_t L_7 = ___index1; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { String_t* L_9 = ___input0; int32_t L_10 = ___index1; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3)), /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { return (bool)1; } IL_0034: { return (bool)0; } } // System.Boolean System.DomainNameHelper::IsIdnAce(System.Char*,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m9193B7D824FC6965820FCE980FEE3E0B40EA94B8 (Il2CppChar* ___input0, int32_t ___index1, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___input0; int32_t L_1 = ___index1; int32_t L_2 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))))); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)120))))) { goto IL_0034; } } { Il2CppChar* L_3 = ___input0; int32_t L_4 = ___index1; int32_t L_5 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))), (int32_t)2))))); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)110))))) { goto IL_0034; } } { Il2CppChar* L_6 = ___input0; int32_t L_7 = ___index1; int32_t L_8 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)))), (int32_t)2))))); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { Il2CppChar* L_9 = ___input0; int32_t L_10 = ___index1; int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3)))), (int32_t)2))))); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { return (bool)1; } IL_0034: { return (bool)0; } } // System.String System.DomainNameHelper::UnicodeEquivalent(System.String,System.Char*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3 (String_t* ___idnHost0, Il2CppChar* ___hostname1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3_MetadataUsageId); s_Il2CppMethodInitialized = true; } IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_0 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var); IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_1 = V_0; String_t* L_2 = ___idnHost0; NullCheck(L_1); String_t* L_3 = IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; goto IL_0022; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0010; throw e; } CATCH_0010: { // begin catch(System.ArgumentException) goto IL_0013; } // end catch (depth: 1) IL_0013: { V_1 = (bool)1; Il2CppChar* L_4 = ___hostname1; int32_t L_5 = ___start2; int32_t L_6 = ___end3; String_t* L_7 = DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F((Il2CppChar*)(Il2CppChar*)L_4, L_5, L_6, (bool*)(&V_1), (bool*)(&V_1), /*hidden argument*/NULL); return L_7; } IL_0022: { String_t* L_8 = V_2; return L_8; } } // System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.BooleanU26,System.BooleanU26) extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_MetadataUsageId); s_Il2CppMethodInitialized = true; } IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; bool V_8 = false; bool V_9 = false; bool V_10 = false; Il2CppChar V_11 = 0x0; String_t* V_12 = NULL; bool V_13 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); int32_t G_B35_0 = 0; int32_t G_B34_0 = 0; int32_t G_B36_0 = 0; int32_t G_B36_1 = 0; { IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_0 = (IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC *)il2cpp_codegen_object_new(IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC_il2cpp_TypeInfo_var); IdnMapping__ctor_mE5F38CE30977917F9B755D45A6AA80BE1D9324A7(L_0, /*hidden argument*/NULL); V_0 = L_0; bool* L_1 = ___allAscii3; *((int8_t*)L_1) = (int8_t)1; bool* L_2 = ___atLeastOneValidIdn4; *((int8_t*)L_2) = (int8_t)0; V_1 = (String_t*)NULL; int32_t L_3 = ___end2; int32_t L_4 = ___start1; if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0015; } } { String_t* L_5 = V_1; return L_5; } IL_0015: { Il2CppChar* L_6 = ___hostname0; int32_t L_7 = ___start1; int32_t L_8 = ___end2; int32_t L_9 = ___start1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_10 = Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F((Il2CppChar*)(Il2CppChar*)L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); V_2 = L_10; V_3 = (String_t*)NULL; V_4 = 0; V_5 = 0; String_t* L_11 = V_2; NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL); V_6 = L_12; V_7 = (bool)1; V_8 = (bool)0; V_9 = (bool)0; V_10 = (bool)0; } IL_003c: { V_7 = (bool)1; V_8 = (bool)0; V_9 = (bool)0; V_10 = (bool)0; int32_t L_13 = V_4; V_5 = L_13; goto IL_00b6; } IL_004e: { String_t* L_14 = V_2; int32_t L_15 = V_5; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL); V_11 = L_16; bool L_17 = V_9; if (L_17) { goto IL_007a; } } { V_9 = (bool)1; int32_t L_18 = V_5; int32_t L_19 = V_6; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3))) >= ((int32_t)L_19))) { goto IL_007a; } } { Il2CppChar L_20 = V_11; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)120))))) { goto IL_007a; } } { String_t* L_21 = V_2; int32_t L_22 = V_5; bool L_23 = DomainNameHelper_IsIdnAce_m2231C778C4CCE141ACDC412737642CC365307445(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_007a; } } { V_8 = (bool)1; } IL_007a: { bool L_24 = V_7; if (!L_24) { goto IL_008a; } } { Il2CppChar L_25 = V_11; if ((((int32_t)L_25) <= ((int32_t)((int32_t)127)))) { goto IL_008a; } } { V_7 = (bool)0; bool* L_26 = ___allAscii3; *((int8_t*)L_26) = (int8_t)0; } IL_008a: { Il2CppChar L_27 = V_11; if ((((int32_t)L_27) == ((int32_t)((int32_t)46)))) { goto IL_00ab; } } { Il2CppChar L_28 = V_11; if ((((int32_t)L_28) == ((int32_t)((int32_t)12290)))) { goto IL_00ab; } } { Il2CppChar L_29 = V_11; if ((((int32_t)L_29) == ((int32_t)((int32_t)65294)))) { goto IL_00ab; } } { Il2CppChar L_30 = V_11; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)65377))))) { goto IL_00b0; } } IL_00ab: { V_10 = (bool)1; goto IL_00bc; } IL_00b0: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00b6: { int32_t L_32 = V_5; int32_t L_33 = V_6; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_004e; } } IL_00bc: { bool L_34 = V_7; if (L_34) { goto IL_010d; } } { String_t* L_35 = V_2; int32_t L_36 = V_4; int32_t L_37 = V_5; int32_t L_38 = V_4; NullCheck(L_35); String_t* L_39 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL); V_12 = L_39; } IL_00cf: try { // begin try (depth: 1) IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_40 = V_0; String_t* L_41 = V_12; NullCheck(L_40); String_t* L_42 = IdnMapping_GetAscii_mE829EDA54A82515593FE6EF29E624E0FA78DAA71(L_40, L_41, /*hidden argument*/NULL); V_12 = L_42; goto IL_00ec; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00db; throw e; } CATCH_00db: { // begin catch(System.ArgumentException) String_t* L_43 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral36CA0BFCBC1963A66664AE75C501AF9D8B728C7C, /*hidden argument*/NULL); UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_44 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var); UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, NULL, DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F_RuntimeMethod_var); } // end catch (depth: 1) IL_00ec: { String_t* L_45 = V_3; IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_46 = V_0; String_t* L_47 = V_12; NullCheck(L_46); String_t* L_48 = IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_46, L_47, /*hidden argument*/NULL); String_t* L_49 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_45, L_48, /*hidden argument*/NULL); V_3 = L_49; bool L_50 = V_10; if (!L_50) { goto IL_0177; } } { String_t* L_51 = V_3; String_t* L_52 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_51, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL); V_3 = L_52; goto IL_0177; } IL_010d: { V_13 = (bool)0; bool L_53 = V_8; if (!L_53) { goto IL_014a; } } IL_0114: try { // begin try (depth: 1) { String_t* L_54 = V_3; IdnMapping_tAF779B2798D263F30F4F4DAF1F21363201256EDC * L_55 = V_0; String_t* L_56 = V_2; int32_t L_57 = V_4; int32_t L_58 = V_5; int32_t L_59 = V_4; NullCheck(L_56); String_t* L_60 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_56, L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)), /*hidden argument*/NULL); NullCheck(L_55); String_t* L_61 = IdnMapping_GetUnicode_mBC420EB51831F695AC79B1AD9B18535658C3E16A(L_55, L_60, /*hidden argument*/NULL); String_t* L_62 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_54, L_61, /*hidden argument*/NULL); V_3 = L_62; bool L_63 = V_10; if (!L_63) { goto IL_013e; } } IL_0132: { String_t* L_64 = V_3; String_t* L_65 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_64, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL); V_3 = L_65; } IL_013e: { V_13 = (bool)1; bool* L_66 = ___atLeastOneValidIdn4; *((int8_t*)L_66) = (int8_t)1; goto IL_014a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0147; throw e; } CATCH_0147: { // begin catch(System.ArgumentException) goto IL_014a; } // end catch (depth: 1) IL_014a: { bool L_67 = V_13; if (L_67) { goto IL_0177; } } { String_t* L_68 = V_3; String_t* L_69 = V_2; int32_t L_70 = V_4; int32_t L_71 = V_5; int32_t L_72 = V_4; NullCheck(L_69); String_t* L_73 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_69, L_70, ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_72)), /*hidden argument*/NULL); NullCheck(L_73); String_t* L_74 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_73, /*hidden argument*/NULL); String_t* L_75 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_68, L_74, /*hidden argument*/NULL); V_3 = L_75; bool L_76 = V_10; if (!L_76) { goto IL_0177; } } { String_t* L_77 = V_3; String_t* L_78 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_77, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL); V_3 = L_78; } IL_0177: { int32_t L_79 = V_5; bool L_80 = V_10; G_B34_0 = L_79; if (L_80) { G_B35_0 = L_79; goto IL_0180; } } { G_B36_0 = 0; G_B36_1 = G_B34_0; goto IL_0181; } IL_0180: { G_B36_0 = 1; G_B36_1 = G_B35_0; } IL_0181: { V_4 = ((int32_t)il2cpp_codegen_add((int32_t)G_B36_1, (int32_t)G_B36_0)); int32_t L_81 = V_4; int32_t L_82 = V_6; if ((((int32_t)L_81) < ((int32_t)L_82))) { goto IL_003c; } } { String_t* L_83 = V_3; return L_83; } } // System.Boolean System.DomainNameHelper::IsASCIILetterOrDigit(System.Char,System.BooleanU26) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsASCIILetterOrDigit_mD3B0B9BD4573FADEF6AC7330A5EC58C220455F01 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_000a; } } { Il2CppChar L_1 = ___character0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)122)))) { goto IL_0014; } } IL_000a: { Il2CppChar L_2 = ___character0; if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_0016; } } { Il2CppChar L_3 = ___character0; if ((((int32_t)L_3) > ((int32_t)((int32_t)57)))) { goto IL_0016; } } IL_0014: { return (bool)1; } IL_0016: { Il2CppChar L_4 = ___character0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65)))) { goto IL_0025; } } { Il2CppChar L_5 = ___character0; if ((((int32_t)L_5) > ((int32_t)((int32_t)90)))) { goto IL_0025; } } { bool* L_6 = ___notCanonical1; *((int8_t*)L_6) = (int8_t)1; return (bool)1; } IL_0025: { return (bool)0; } } // System.Boolean System.DomainNameHelper::IsValidDomainLabelCharacter(System.Char,System.BooleanU26) extern "C" IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidDomainLabelCharacter_mF6DEB20D9D03A8728B1C58006C40D6603B7D61D1 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_000a; } } { Il2CppChar L_1 = ___character0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)122)))) { goto IL_001e; } } IL_000a: { Il2CppChar L_2 = ___character0; if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_0014; } } { Il2CppChar L_3 = ___character0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)57)))) { goto IL_001e; } } IL_0014: { Il2CppChar L_4 = ___character0; if ((((int32_t)L_4) == ((int32_t)((int32_t)45)))) { goto IL_001e; } } { Il2CppChar L_5 = ___character0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)95))))) { goto IL_0020; } } IL_001e: { return (bool)1; } IL_0020: { Il2CppChar L_6 = ___character0; if ((((int32_t)L_6) < ((int32_t)((int32_t)65)))) { goto IL_002f; } } { Il2CppChar L_7 = ___character0; if ((((int32_t)L_7) > ((int32_t)((int32_t)90)))) { goto IL_002f; } } { bool* L_8 = ___notCanonical1; *((int8_t*)L_8) = (int8_t)1; return (bool)1; } IL_002f: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m5AB204CE24A3BFE0C2B6352EBF402C4D9F261EFF (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C(__this, L_0, L_1, (bool)0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m433651A7BC50F26DB827398C1B47C85FB43CA459 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, int32_t ___windowsBits3, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; bool L_2 = ___leaveOpen2; DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C(__this, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___compressedStream0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralAF1014AF32F4AF33B1AFD212C2C9D95188BD0C29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var); } IL_0014: { int32_t L_2 = ___mode1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0026; } } { int32_t L_3 = ___mode1; if (!L_3) { goto IL_0026; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var); } IL_0026: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___compressedStream0; __this->set_base_stream_4(L_5); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___compressedStream0; int32_t L_7 = ___mode1; bool L_8 = ___gzip3; DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_9 = DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7(L_6, L_7, L_8, /*hidden argument*/NULL); __this->set_native_8(L_9); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_10 = __this->get_native_8(); if (L_10) { goto IL_004f; } } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_11 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_11, _stringLiteral1E32CE9F371DB7B4CE775952DD410C8838B54F35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, DeflateStream__ctor_mA7C19281CFAA9F64CEFCE9B85EA5E538D970309C_RuntimeMethod_var); } IL_004f: { int32_t L_12 = ___mode1; __this->set_mode_5(L_12); bool L_13 = ___leaveOpen2; __this->set_leaveOpen_6(L_13); return; } } // System.Void System.IO.Compression.DeflateStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_Dispose_mD64362E7BCAB050FEB44BBF24D909DA46B4170AA (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, bool ___disposing0, const RuntimeMethod* method) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; { DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_0 = __this->get_native_8(); bool L_1 = ___disposing0; NullCheck(L_0); DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54(L_0, L_1, /*hidden argument*/NULL); bool L_2 = ___disposing0; if (!L_2) { goto IL_003d; } } { bool L_3 = __this->get_disposed_7(); if (L_3) { goto IL_003d; } } { __this->set_disposed_7((bool)1); bool L_4 = __this->get_leaveOpen_6(); if (L_4) { goto IL_003d; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_base_stream_4(); V_0 = L_5; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = V_0; if (!L_6) { goto IL_0036; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = V_0; NullCheck(L_7); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_7); } IL_0036: { __this->set_base_stream_4((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); } IL_003d: { bool L_8 = ___disposing0; Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_8, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = ___count2; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; V_1 = L_2; if (!L_2) { goto IL_000f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1; NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0014; } } IL_000f: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_001d; } IL_0014: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1; NullCheck(L_4); V_0 = (uint8_t*)(((uintptr_t)((L_4)->GetAddressAt(static_cast(0))))); } IL_001d: { uint8_t* L_5 = V_0; int32_t L_6 = ___offset1; IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_7 = __this->get_native_8(); intptr_t L_8 = V_2; int32_t L_9 = ___count2; NullCheck(L_7); int32_t L_10 = DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Int32 System.IO.Compression.DeflateStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var); } IL_0019: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___array0; if (L_4) { goto IL_0027; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteralD87CDC078CB88C11234C3F55C5D37B9805C7E3C7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var); } IL_0027: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_6) { goto IL_003a; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, _stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var); } IL_003a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___array0; NullCheck(L_8); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))); int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0046; } } { int32_t L_10 = ___count2; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0051; } } IL_0046: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, _stringLiteral162B3619A5B6D68413EDAD946D6DDFE18D6D905B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var); } IL_0051: { int32_t L_12 = ___offset1; int32_t L_13 = V_0; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0060; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteral9E01CD1E57B5FB9518EDB5C7E1B5764815B87DE1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var); } IL_0060: { int32_t L_15 = ___offset1; int32_t L_16 = ___count2; int32_t L_17 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) <= ((int32_t)L_17))) { goto IL_0071; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_18, _stringLiteralCA7F24EC5324B94DAA87C00735D4E1F2B19E035E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, DeflateStream_Read_m3E33E8DAB63BCE35D2F02219CA0E040FB7BC4B5B_RuntimeMethod_var); } IL_0071: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___array0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; int32_t L_22 = DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172(__this, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = ___count2; if (L_0) { goto IL_0004; } } { return; } IL_0004: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; V_1 = L_2; if (!L_2) { goto IL_000e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1; NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0013; } } IL_000e: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_001c; } IL_0013: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1; NullCheck(L_4); V_0 = (uint8_t*)(((uintptr_t)((L_4)->GetAddressAt(static_cast(0))))); } IL_001c: { uint8_t* L_5 = V_0; int32_t L_6 = ___offset1; IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_7 = __this->get_native_8(); intptr_t L_8 = V_2; int32_t L_9 = ___count2; NullCheck(L_7); DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL); V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; return; } } // System.Void System.IO.Compression.DeflateStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var); } IL_0019: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___array0; if (L_4) { goto IL_0027; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var); } IL_0027: { int32_t L_6 = ___offset1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var); } IL_0036: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0045; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var); } IL_0045: { bool L_10 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_10) { goto IL_0058; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_11 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_11, _stringLiteralE0756C6ADA071055D4166C5D4CCD1E3F3F03D150, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var); } IL_0058: { int32_t L_12 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___array0; NullCheck(L_13); int32_t L_14 = ___count2; if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)L_14))))) { goto IL_006b; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, DeflateStream_Write_mF1C9AB8111E8A81F0D0E90DD5172BF9154E05CA5_RuntimeMethod_var); } IL_006b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___array0; int32_t L_17 = ___offset1; int32_t L_18 = ___count2; DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D(__this, L_16, L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::Flush() extern "C" IL2CPP_METHOD_ATTR void DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DeflateStream_Flush_mB3B9A486899CC0637CD7058E2460728AB85F55E2_RuntimeMethod_var); } IL_0019: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (!L_4) { goto IL_002c; } } { DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_5 = __this->get_native_8(); NullCheck(L_5); DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A(L_5, /*hidden argument*/NULL); } IL_002c: { return; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var); } IL_0019: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_4) { goto IL_002c; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_5 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_5, _stringLiteralA2CB223BA71CF84EDC9D437478B9F75A951A86DB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var); } IL_002c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___array0; if (L_6) { goto IL_003a; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_7, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var); } IL_003a: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_004e; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var); } IL_004e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0062; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var); } IL_0062: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___array0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0075; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, DeflateStream_BeginRead_m6525F4624C82EEA149496A0F8F9A24C483DFAD18_RuntimeMethod_var); } IL_0075: { ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * L_16 = (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 *)il2cpp_codegen_object_new(ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4_il2cpp_TypeInfo_var); ReadMethod__ctor_mE53B3E39C00317DB30A832EBD379AACF17BFD3BD(L_16, __this, (intptr_t)((intptr_t)DeflateStream_ReadInternal_mD31A56470EAEF8CEB9A29C3BFD91399CBD430172_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_20 = ___asyncCallback3; RuntimeObject * L_21 = ___asyncState4; NullCheck(L_16); RuntimeObject* L_22 = ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var); } IL_0019: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_4) { goto IL_002c; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteral99C4DCF51C29E206ACBB65FCF35F5D50C53AF35C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var); } IL_002c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___array0; if (L_6) { goto IL_003a; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_7, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var); } IL_003a: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_004e; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var); } IL_004e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0062; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var); } IL_0062: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___array0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0075; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteralFE9E842AF635D16DD275052DCDD193BAB8E745FC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, DeflateStream_BeginWrite_m27590FDE7D5427964B590E116614105DB7980AB0_RuntimeMethod_var); } IL_0075: { WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * L_16 = (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 *)il2cpp_codegen_object_new(WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397_il2cpp_TypeInfo_var); WriteMethod__ctor_m2162D4C44E1AE1F1EDD4ED3216E75FFF517073F4(L_16, __this, (intptr_t)((intptr_t)DeflateStream_WriteInternal_m489E697EB3B0456FF05A0D91BA6FAA4FA3DBA53D_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_20 = ___asyncCallback3; RuntimeObject * L_21 = ___asyncState4; NullCheck(L_16); RuntimeObject* L_22 = WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Int32 System.IO.Compression.DeflateStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL; ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * G_B6_0 = NULL; ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * G_B5_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * L_6 = ((ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 *)IsInstSealed((RuntimeObject*)L_5, ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DeflateStream_EndRead_m968FCF78D75BB5C457D1AC28E7BB49C6BD649E20_RuntimeMethod_var); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); int32_t L_9 = ReadMethod_EndInvoke_m725BE3F6220C2C6A798B76E84DC3D6AE7E0BC332(G_B6_0, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void System.IO.Compression.DeflateStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL; WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * G_B6_0 = NULL; WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * G_B5_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * L_6 = ((WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 *)IsInstSealed((RuntimeObject*)L_5, WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DeflateStream_EndWrite_mF25925091E9068EF2186897C1F9FA066391B7A6A_RuntimeMethod_var); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); WriteMethod_EndInvoke_mAEB6B014D042798F0ECA5A2049FD05AB7CCE5777(G_B6_0, L_8, /*hidden argument*/NULL); return; } } // System.Int64 System.IO.Compression.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, DeflateStream_Seek_mC19B8E08045885B92C617CC3EED066F7C0E63B6A_RuntimeMethod_var); } } // System.Boolean System.IO.Compression.DeflateStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool DeflateStream_get_CanRead_mCF54AD863DBDF38401781B77865DE38903DF8322 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_7(); if (L_0) { goto IL_001c; } } { int32_t L_1 = __this->get_mode_5(); if (L_1) { goto IL_001c; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_base_stream_4(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); return L_3; } IL_001c: { return (bool)0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool DeflateStream_get_CanSeek_m1F9B1A9D5C670EF8F356E41B9E8A8FE293D2ECA2 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool DeflateStream_get_CanWrite_mE50E52E3984C924C7A806A562BD892B25A24EFDE (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_7(); if (L_0) { goto IL_001d; } } { int32_t L_1 = __this->get_mode_5(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001d; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_base_stream_4(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2); return L_3; } IL_001d: { return (bool)0; } } // System.Int64 System.IO.Compression.DeflateStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, DeflateStream_get_Length_m8458C0B35E217EBA88E81B466A65A261E3896B95_RuntimeMethod_var); } } // System.Int64 System.IO.Compression.DeflateStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359 (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, DeflateStream_get_Position_mE729F7A3BFA683A0D5F868956831FD3614EB7359_RuntimeMethod_var); } } // System.Void System.IO.Compression.DeflateStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, DeflateStream_set_Position_m462DC81ADEA439F8D4B62355901107308C4D6E3A_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 extern "C" int32_t DelegatePInvokeWrapper_ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter U27___array0U27 to native representation uint8_t* ____array0_marshaled = NULL; if (___array0 != NULL) { ____array0_marshaled = reinterpret_cast((___array0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2); return returnValue; } // System.Void System.IO.Compression.DeflateStream_ReadMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadMethod__ctor_mE53B3E39C00317DB30A832EBD379AACF17BFD3BD (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.IO.Compression.DeflateStream_ReadMethod::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadMethod_Invoke_mDCA2E9597327B1D35024F87A14D9051699DF92BD (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2); } } } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2); } } } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } return result; } // System.IAsyncResult System.IO.Compression.DeflateStream_ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadMethod_BeginInvoke_m2871C6371F597633A3A9F73AB1F13955AEFD7832_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___array0; __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.IO.Compression.DeflateStream_ReadMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m725BE3F6220C2C6A798B76E84DC3D6AE7E0BC332 (ReadMethod_t6D92A091070756743232D28A30A05FFCFB7928C4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter U27___array0U27 to native representation uint8_t* ____array0_marshaled = NULL; if (___array0 != NULL) { ____array0_marshaled = reinterpret_cast((___array0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2); } // System.Void System.IO.Compression.DeflateStream_WriteMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteMethod__ctor_m2162D4C44E1AE1F1EDD4ED3216E75FFF517073F4 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __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.IO.Compression.DeflateStream_WriteMethod::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteMethod_Invoke_m28514135CBD6D4D6E7491E5AA147E8B8B6F61735 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); else GenericVirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2); else VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2); } } } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); else GenericVirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2); else VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2); } } } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } } // System.IAsyncResult System.IO.Compression.DeflateStream_WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WriteMethod_BeginInvoke_mA6949F5AA7E254D211E7B2BAF2162CB18E1BCA8C_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___array0; __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.IO.Compression.DeflateStream_WriteMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_mAEB6B014D042798F0ECA5A2049FD05AB7CCE5777 (WriteMethod_tA5073EA0B599530C5CB5FF202832E16DD4C48397 * __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 extern "C" int32_t CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue = DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA(___buffer0, ___length1, ___data2, NULL); return returnValue; } extern "C" int32_t CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue = DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C(___buffer0, ___length1, ___data2, NULL); return returnValue; } // System.Void System.IO.Compression.DeflateStreamNative::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_m4134EB9FB9EA98DF37118D0988373AF5C245CFFA (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_Create_mC4FF5105BFE49BEA9B31B5DF7CAC3759F4382EA7_MetadataUsageId); s_Il2CppMethodInitialized = true; } DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * V_0 = NULL; DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * G_B2_0 = NULL; DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * G_B1_0 = NULL; UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * G_B3_0 = NULL; DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * G_B3_1 = NULL; { DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_0 = (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)il2cpp_codegen_object_new(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var); DeflateStreamNative__ctor_m4134EB9FB9EA98DF37118D0988373AF5C245CFFA(L_0, /*hidden argument*/NULL); V_0 = L_0; DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_1 = V_0; DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_2 = V_0; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_3 = GCHandle_Alloc_m5BF9DC23B533B904BFEA61136B92916683B46B0F(L_2, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_data_3(L_3); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_4 = V_0; int32_t L_5 = ___mode1; G_B1_0 = L_4; if ((((int32_t)L_5) == ((int32_t)1))) { G_B2_0 = L_4; goto IL_0025; } } { UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * L_6 = (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F(L_6, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_RuntimeMethod_var), /*hidden argument*/NULL); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_0031; } IL_0025: { UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * L_7 = (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F(L_7, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_RuntimeMethod_var), /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); G_B3_1->set_feeder_0(G_B3_0); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_8 = V_0; int32_t L_9 = ___mode1; bool L_10 = ___gzip2; DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_11 = V_0; NullCheck(L_11); UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * L_12 = L_11->get_feeder_0(); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_13 = V_0; NullCheck(L_13); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_14 = L_13->get_data_3(); intptr_t L_15 = GCHandle_ToIntPtr_m8CF7D07846B0C741B04A2A4E5E9B5D505F4B3CCE(L_14, /*hidden argument*/NULL); SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_16 = DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1(L_9, L_10, L_12, (intptr_t)L_15, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_z_stream_2(L_16); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_17 = V_0; NullCheck(L_17); SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_18 = L_17->get_z_stream_2(); NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_18); if (!L_19) { goto IL_006a; } } { DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_20 = V_0; NullCheck(L_20); DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54(L_20, (bool)1, /*hidden argument*/NULL); return (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)NULL; } IL_006a: { DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_21 = V_0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = ___compressedStream0; NullCheck(L_21); L_21->set_base_stream_1(L_22); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_23 = V_0; return L_23; } } // System.Void System.IO.Compression.DeflateStreamNative::Finalize() extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_Finalize_m2107C9829B412C82485A3BA21CC5EF5DC8D60C84 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54(__this, (bool)0, /*hidden argument*/NULL); 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_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { return; } } // System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_Dispose_m6E0B9F0281B4616A08E44726FC5716F699FE8D54_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___disposing0; if (!L_0) { goto IL_002a; } } { bool L_1 = __this->get_disposed_4(); if (L_1) { goto IL_002a; } } { __this->set_disposed_4((bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); __this->set_io_buffer_5((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_2 = __this->get_z_stream_2(); NullCheck(L_2); SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A(L_2, /*hidden argument*/NULL); } IL_002a: { GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_3 = __this->get_address_of_data_3(); bool L_4 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0042; } } { GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_5 = __this->get_address_of_data_3(); GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_5, /*hidden argument*/NULL); } IL_0042: { return; } } // System.Void System.IO.Compression.DeflateStreamNative::Flush() extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_Flush_m55E9952B3A83C6329D8C760975C4B88D46A3AE8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_0 = __this->get_z_stream_2(); int32_t L_1 = DeflateStreamNative_Flush_m5C49CB75BC4C3C11E5E5AC87A3BD5F7F75213A41(L_0, /*hidden argument*/NULL); DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C(L_1, _stringLiteral7C936D7C5A91DCA9198671C84F6C29001E1635E0, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_ReadZStream_mB0C2D3F16BC5B31EA0C13D12EAF0197EC79819BB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_0 = __this->get_z_stream_2(); intptr_t L_1 = ___buffer0; int32_t L_2 = ___length1; int32_t L_3 = DeflateStreamNative_ReadZStream_m46708AF36538E1AD3F5A34CD2E6F949881053180(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = L_3; DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C(L_4, _stringLiteral2E4466EF93355FCC8CF4F5C7A5CB223090BB352B, /*hidden argument*/NULL); return L_4; } } // System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_WriteZStream_m72DC0FFDB43AC0B8256FAA0D8B50C97F42E81717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * L_0 = __this->get_z_stream_2(); intptr_t L_1 = ___buffer0; int32_t L_2 = ___length1; int32_t L_3 = DeflateStreamNative_WriteZStream_m84D7A3BFC82F4227A0871D9A49EBD47B6E355DB5(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL); DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C(L_3, _stringLiteralCDB100EC27456EEE1BC5B8D252DC239C8D478DAB, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedRead_mFD20677F91EBF121ACA3C4236C108B356BF376FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0; memset(&V_0, 0, sizeof(V_0)); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_1 = GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C((intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var)); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_3 = V_1; if (L_3) { goto IL_0019; } } { return (-1); } IL_0019: { DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7 = DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453 (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedRead_m564C96D0C84B8F60CF06BB737C74760C3B64E453_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_io_buffer_5(); if (L_0) { goto IL_0018; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); __this->set_io_buffer_5(L_1); } IL_0018: { int32_t L_2 = ___length1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_io_buffer_5(); NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_2, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); V_0 = L_4; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_base_stream_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_io_buffer_5(); int32_t L_7 = V_0; NullCheck(L_5); int32_t L_8 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_004d; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_io_buffer_5(); intptr_t L_11 = ___buffer0; int32_t L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var); Marshal_Copy_m0486DFF229946F0F9E6A04DDDF3BC9E5F1609A5A(L_10, 0, (intptr_t)L_11, L_12, /*hidden argument*/NULL); } IL_004d: { int32_t L_13 = V_1; return L_13; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedWrite_mC98CAEEAFE9482472AB4D5D78F733ADB7972A87C_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0; memset(&V_0, 0, sizeof(V_0)); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_1 = GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C((intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB_il2cpp_TypeInfo_var)); DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_3 = V_1; if (L_3) { goto IL_0019; } } { return (-1); } IL_0019: { DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7 = DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A (DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_UnmanagedWrite_m5D0A7F7308338D3E72003A2EA0E3D65C713C9A6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_0065; } IL_0004: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_io_buffer_5(); if (L_0) { goto IL_001c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); __this->set_io_buffer_5(L_1); } IL_001c: { int32_t L_2 = ___length1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_io_buffer_5(); NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_2, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); V_1 = L_4; intptr_t L_5 = ___buffer0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_io_buffer_5(); int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var); Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_5, L_6, 0, L_7, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_base_stream_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_io_buffer_5(); int32_t L_10 = V_1; NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); void* L_11 = IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65((intptr_t*)(&___buffer0), /*hidden argument*/NULL); int32_t L_12 = V_1; IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6((intptr_t*)(&___buffer0), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); int32_t L_13 = ___length1; int32_t L_14 = V_1; ___length1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); int32_t L_15 = V_0; int32_t L_16 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); } IL_0065: { int32_t L_17 = ___length1; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0004; } } { int32_t L_18 = V_0; return L_18; } } // System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___result0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0005; } } { return; } IL_0005: { int32_t L_1 = ___result0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-11)))) { case 0: { goto IL_0074; } case 1: { goto IL_006c; } case 2: { goto IL_007c; } case 3: { goto IL_007c; } case 4: { goto IL_007c; } case 5: { goto IL_0064; } case 6: { goto IL_005c; } case 7: { goto IL_0054; } case 8: { goto IL_004c; } case 9: { goto IL_0044; } case 10: { goto IL_003c; } } } { goto IL_007c; } IL_003c: { V_0 = _stringLiteralE5FD9AA24C9417E7332E6F25936AE2A6EC8F1524; goto IL_0082; } IL_0044: { V_0 = _stringLiteralABA442733B6BE4C5CDA42A8593EAF3BC048FBE18; goto IL_0082; } IL_004c: { V_0 = _stringLiteral789969EAF7D10D212A03811AC374BB7B7921E3D2; goto IL_0082; } IL_0054: { V_0 = _stringLiteralFACD4C2D5BDCE52A545593E87469A809AC0E1231; goto IL_0082; } IL_005c: { V_0 = _stringLiteral7AF8775D5B30FBB6D0F7780504AD9948D7D302AF; goto IL_0082; } IL_0064: { V_0 = _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3; goto IL_0082; } IL_006c: { V_0 = _stringLiteral38CF85963BD4C46FE562DAD9987D761639120DFC; goto IL_0082; } IL_0074: { V_0 = _stringLiteralE3F959C681BFAE1A38F2CC644ABE3A9F51F25000; goto IL_0082; } IL_007c: { V_0 = _stringLiteralE5FD9AA24C9417E7332E6F25936AE2A6EC8F1524; } IL_0082: { String_t* L_2 = V_0; String_t* L_3 = ___where1; String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_3, /*hidden argument*/NULL); IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_5 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var); IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DeflateStreamNative_CheckResult_m0C1DCBB31FE8FDEB1EDE4F81F0911712A322FF2C_RuntimeMethod_var); } } extern "C" void* CDECL CreateZStream(int32_t, int32_t, Il2CppMethodPointer, intptr_t); // System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1 (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * ___feeder2, intptr_t ___data3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStreamNative_CreateZStream_m10DC0AE9F06A2071E406883281FD4EF620298AB1_MetadataUsageId); s_Il2CppMethodInitialized = true; } typedef void* (CDECL *PInvokeFunc) (int32_t, int32_t, Il2CppMethodPointer, intptr_t); // Marshaling of parameter U27___feeder2U27 to native representation Il2CppMethodPointer ____feeder2_marshaled = NULL; ____feeder2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___feeder2)); // Native function invocation void* returnValue = reinterpret_cast(CreateZStream)(___compress0, static_cast(___gzip1), ____feeder2_marshaled, ___data3); // Marshaling of return value back from native representation SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * _returnValue_unmarshaled = (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959*)il2cpp_codegen_object_new(SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959_il2cpp_TypeInfo_var); SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C(_returnValue_unmarshaled, NULL); intptr_t _returnValue_unmarshaled_handle_temp; _returnValue_unmarshaled_handle_temp = (intptr_t)returnValue; (_returnValue_unmarshaled)->set_handle_0(_returnValue_unmarshaled_handle_temp); return _returnValue_unmarshaled; } extern "C" int32_t CDECL CloseZStream(intptr_t); // System.Int32 System.IO.Compression.DeflateStreamNative::CloseZStream(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_CloseZStream_m78C1214688A65F44F6347E6AB3A6A1C736567D48 (intptr_t ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(CloseZStream)(___stream0); return returnValue; } extern "C" int32_t CDECL Flush(void*); // System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_m5C49CB75BC4C3C11E5E5AC87A3BD5F7F75213A41 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*); // Marshaling of parameter U27___stream0U27 to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL, NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(Flush)(____stream0_marshaled); // Marshaling cleanup of parameter U27___stream0U27 native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(___stream0, NULL); } return returnValue; } extern "C" int32_t CDECL ReadZStream(void*, intptr_t, int32_t); // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m46708AF36538E1AD3F5A34CD2E6F949881053180 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t); // Marshaling of parameter U27___stream0U27 to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL, NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(ReadZStream)(____stream0_marshaled, ___buffer1, ___length2); // Marshaling cleanup of parameter U27___stream0U27 native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(___stream0, NULL); } return returnValue; } extern "C" int32_t CDECL WriteZStream(void*, intptr_t, int32_t); // System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_m84D7A3BFC82F4227A0871D9A49EBD47B6E355DB5 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t); // Marshaling of parameter U27___stream0U27 to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL, NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(WriteZStream)(____stream0_marshaled, ___buffer1, ___length2); // Marshaling cleanup of parameter U27___stream0U27 native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(___stream0, NULL); } return returnValue; } #ifdef __clang__ #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.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle::get_IsInvalid() extern "C" IL2CPP_METHOD_ATTR bool SafeDeflateStreamHandle_get_IsInvalid_mC280A71E9A5849EE9A2C20A495195A9E424529F8 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SafeDeflateStreamHandle_get_IsInvalid_mC280A71E9A5849EE9A2C20A495195A9E424529F8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)__this)->get_handle_0(); bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } // System.Void System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle::.ctor() extern "C" IL2CPP_METHOD_ATTR void SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SafeDeflateStreamHandle__ctor_m4508BBB1230B239CC64A39FFB2971AB784B5415C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SafeHandle__ctor_m1C6D7FAF3570FDEB923B03B39966B9ACA1530442(__this, (intptr_t)(0), (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean System.IO.Compression.DeflateStreamNative_SafeDeflateStreamHandle::ReleaseHandle() extern "C" IL2CPP_METHOD_ATTR bool SafeDeflateStreamHandle_ReleaseHandle_m2C78D7C47B12A72DAA4F404D81198CC6B4135D00 (SafeDeflateStreamHandle_tE4BC64B6A6597FD38FC9B774F01C4D1EC7464959 * __this, const RuntimeMethod* method) { { intptr_t L_0 = ((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)__this)->get_handle_0(); DeflateStreamNative_CloseZStream_m78C1214688A65F44F6347E6AB3A6A1C736567D48((intptr_t)L_0, /*hidden argument*/NULL); 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 extern "C" int32_t DelegatePInvokeWrapper_UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc)(intptr_t, int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___buffer0, ___length1, ___data2); return returnValue; } // System.Void System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_mE5BB5534A1F54ABB84F96AEA88AD4ACEA7782E4F (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::Invoke(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_Invoke_m93B39DAB47C0E3ACA9A96F7C1FE94920BA1F6159 (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___length1, ___data2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___length1, ___data2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2); else result = GenericVirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___length1, ___data2); else result = VirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___length1, ___data2); } } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___length1, ___data2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___length1, ___data2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2); else result = GenericVirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___length1, ___data2); else result = VirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___length1, ___data2); } } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } } return result; } // System.IAsyncResult System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::BeginInvoke(System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnmanagedReadOrWrite_BeginInvoke_mBD3A8C89B1537B538B8C9560653E868F7BC00A8A (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedReadOrWrite_BeginInvoke_mBD3A8C89B1537B538B8C9560653E868F7BC00A8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___buffer0); __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___length1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___data2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.IO.Compression.DeflateStreamNative_UnmanagedReadOrWrite::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_EndInvoke_m85287673FC7C1F1ADEB4C9933E1E2BCCC685195E (UnmanagedReadOrWrite_tE27F26A26800EB8FA74A54956323F29F04E055B0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_m9C3683B47B672DF5A75101E7F81CC2DD24083A3F (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream__ctor_mF3C440991B94C36D9C657D1CAB94F476C8302D0E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; bool L_2 = ___leaveOpen2; DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_3 = (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE *)il2cpp_codegen_object_new(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var); DeflateStream__ctor_m433651A7BC50F26DB827398C1B47C85FB43CA459(L_3, L_0, L_1, L_2, ((int32_t)31), /*hidden argument*/NULL); __this->set__deflateStream_4(L_3); return; } } // System.Boolean System.IO.Compression.GZipStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool GZipStream_get_CanRead_mC0CF766644728926DB6D167141DF6A6598B6549D (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B2_0 = NULL; DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B1_0 = NULL; { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { return (bool)0; } IL_000c: { NullCheck(G_B2_0); bool L_2 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, G_B2_0); return L_2; } } // System.Boolean System.IO.Compression.GZipStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool GZipStream_get_CanWrite_m4E9D5EFBEB69C9B70D7A910466ADB3F13FA8E016 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B2_0 = NULL; DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B1_0 = NULL; { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { return (bool)0; } IL_000c: { NullCheck(G_B2_0); bool L_2 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, G_B2_0); return L_2; } } // System.Boolean System.IO.Compression.GZipStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool GZipStream_get_CanSeek_mE3394DD50578E5CCAA59BB1658F40E4DF6D39C5A (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B2_0 = NULL; DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * G_B1_0 = NULL; { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { return (bool)0; } IL_000c: { NullCheck(G_B2_0); bool L_2 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, G_B2_0); return L_2; } } // System.Int64 System.IO.Compression.GZipStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, GZipStream_get_Length_mD584A4C362E78687E078E8A6C7A154CD3FE28427_RuntimeMethod_var); } } // System.Int64 System.IO.Compression.GZipStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, GZipStream_get_Position_m6295345376B03BE41E265219399C589145659971_RuntimeMethod_var); } } // System.Void System.IO.Compression.GZipStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, GZipStream_set_Position_m643EB0E574F46321986B794AFE10EC47670A3174_RuntimeMethod_var); } } // System.Void System.IO.Compression.GZipStream::Flush() extern "C" IL2CPP_METHOD_ATTR void GZipStream_Flush_m4816454A0CB5862BB48E6D4F50B640E1B1537232 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { { GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int64 System.IO.Compression.GZipStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8A58EDB5C163E2BC62A71A3A1401CA604D487928, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, GZipStream_Seek_mC833D2435B4E88740BA42C90C07F51F53CA134AF_RuntimeMethod_var); } } // System.Int32 System.IO.Compression.GZipStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t GZipStream_ReadByte_m907343349254265C2A2C33F81F05902EB1FB45FD (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { { GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return L_1; } } // System.IAsyncResult System.IO.Compression.GZipStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GZipStream_BeginRead_m4D9A6FDB6B844509C53DE42AC41F41AB3D072FE4 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_BeginRead_m4D9A6FDB6B844509C53DE42AC41F41AB3D072FE4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = CancellationToken_get_None_m008D4CF5E11172703A6D781A3C30E6E537004F1D(/*hidden argument*/NULL); Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_4 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(20 /* System.Threading.Tasks.Task`1 System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, __this, L_0, L_1, L_2, L_3); AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_5 = ___asyncCallback3; RuntimeObject * L_6 = ___asyncState4; RuntimeObject* L_7 = TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.GZipStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t GZipStream_EndRead_m06C42C55E06295656D4DDEF65EF0B9EBBA5E140E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_EndRead_m06C42C55E06295656D4DDEF65EF0B9EBBA5E140E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___asyncResult0; int32_t L_1 = TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234(L_0, /*hidden argument*/TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_RuntimeMethod_var); return L_1; } } // System.Int32 System.IO.Compression.GZipStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t GZipStream_Read_m2519B93AA6E8DFCB2FB80D101C41CDF0B0B642DA (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.IAsyncResult System.IO.Compression.GZipStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GZipStream_BeginWrite_mFCB8E7B7B7310C135BF1D67E099D64579919ADC7 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_BeginWrite_mFCB8E7B7B7310C135BF1D67E099D64579919ADC7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = CancellationToken_get_None_m008D4CF5E11172703A6D781A3C30E6E537004F1D(/*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(23 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, __this, L_0, L_1, L_2, L_3); AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_5 = ___asyncCallback3; RuntimeObject * L_6 = ___asyncState4; RuntimeObject* L_7 = TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void System.IO.Compression.GZipStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GZipStream_EndWrite_m4B3C3FC29158D275B35542599F3CCEE759D3DE6E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___asyncResult0; TaskToApm_End_m1BCAAEC9A8AED75C16537F0D568BE8AE8670FD1A(L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.GZipStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void GZipStream_Write_m81257DD2D1826DA3B44251B08242D077ED9CD7D2 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.IO.Compression.GZipStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GZipStream_Dispose_m6D211516ACD8C14D25A8A8799AC1A87E64A222DC (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_0016; } } IL_0003: { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_1 = __this->get__deflateStream_4(); if (!L_1) { goto IL_0016; } } IL_000b: { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_2 = __this->get__deflateStream_4(); NullCheck(L_2); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_2, /*hidden argument*/NULL); } IL_0016: { __this->set__deflateStream_4((DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE *)NULL); IL2CPP_LEAVE(0x27, 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_3 = ___disposing0; Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x27, IL_0027) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0027: { return; } } // System.Threading.Tasks.Task`1 System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) extern "C" IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * GZipStream_ReadAsync_m3BD0D468C6425BD723A5583909DC91E23B674F40 (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method) { { GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken3; NullCheck(L_0); Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_5 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(20 /* System.Threading.Tasks.Task`1 System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Threading.Tasks.Task System.IO.Compression.GZipStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) extern "C" IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * GZipStream_WriteAsync_m394365FCE110E29C7557F9D2B21FCBC67CCC1C5E (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method) { { GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD(__this, /*hidden argument*/NULL); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken3; NullCheck(L_0); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(23 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Void System.IO.Compression.GZipStream::CheckDeflateStream() extern "C" IL2CPP_METHOD_ATTR void GZipStream_CheckDeflateStream_m1BD8F92D6953299AAE284CECD736B58781D3FFFD (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, const RuntimeMethod* method) { { DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_0 = __this->get__deflateStream_4(); if (L_0) { goto IL_000d; } } { GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA(/*hidden argument*/NULL); } IL_000d: { return; } } // System.Void System.IO.Compression.GZipStream::ThrowStreamClosedException() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_0 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_0, (String_t*)NULL, _stringLiteral24DEE1AC4BAA7C3BE84AE093001E114B0AABD710, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, GZipStream_ThrowStreamClosedException_m07EDDCB59ADE7F3FCEACC6481ADA6AC9E1387EBA_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.IOAsyncCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985 (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __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.IOAsyncCallback::Invoke(System.IOAsyncResult) extern "C" IL2CPP_METHOD_ATTR void IOAsyncCallback_Invoke_mB95F7E7F0E8326CE5364A30F42FC1073B0AB2D8B (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ioares0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ioares0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___ioares0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___ioares0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___ioares0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___ioares0); } } } else { typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(targetMethod, targetThis, ___ioares0); else GenericVirtActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(targetMethod, targetThis, ___ioares0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ioares0); else VirtActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ioares0); } } } else { typedef void (*FunctionPointerType) (void*, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ioares0, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ioares0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___ioares0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___ioares0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___ioares0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___ioares0); } } } else { typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ioares0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(targetMethod, targetThis, ___ioares0); else GenericVirtActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(targetMethod, targetThis, ___ioares0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ioares0); else VirtActionInvoker1< IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ioares0); } } } else { typedef void (*FunctionPointerType) (void*, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ioares0, targetMethod); } } } } // System.IAsyncResult System.IOAsyncCallback::BeginInvoke(System.IOAsyncResult,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IOAsyncCallback_BeginInvoke_mB8CACF8990B91DF4A695E597CEBE4BA09354C32C (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ioares0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___ioares0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.IOAsyncCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void IOAsyncCallback_EndInvoke_m397237D5497A9029CC3FACE692D11BDC1558A727 (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __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 // Conversion methods for marshalling of: System.IOAsyncResult extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled) { Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL, NULL); } extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled) { Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.IOAsyncResult extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_pinvoke_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.IOAsyncResult extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled) { Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL, NULL); } extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_back(const IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD& unmarshaled) { Exception_t* ___wait_handle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'wait_handle' of type 'IOAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___wait_handle_2Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.IOAsyncResult extern "C" void IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshal_com_cleanup(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com& marshaled) { } // System.Void System.IOAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void IOAsyncResult__ctor_m95A3D285F38AF74293A4956A6232F6B11DB8CFB9 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___async_callback0, RuntimeObject * ___async_state1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = ___async_callback0; __this->set_async_callback_0(L_0); RuntimeObject * L_1 = ___async_state1; __this->set_async_state_1(L_1); return; } } // System.AsyncCallback System.IOAsyncResult::get_AsyncCallback() extern "C" IL2CPP_METHOD_ATTR AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * IOAsyncResult_get_AsyncCallback_m1D3A0A3BCC3432B64968E7DC4D3A2ECAA6ABDB60 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method) { { AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_async_callback_0(); return L_0; } } // System.Object System.IOAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_async_state_1(); return L_0; } } // System.Threading.WaitHandle System.IOAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * V_0 = NULL; bool V_1 = false; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_1 = __this->get_wait_handle_2(); if (L_1) { goto IL_0025; } } IL_0014: { bool L_2 = __this->get_completed_4(); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_3, L_2, /*hidden argument*/NULL); __this->set_wait_handle_2(L_3); } IL_0025: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = __this->get_wait_handle_2(); V_2 = L_4; IL2CPP_LEAVE(0x38, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0037; } } IL_0031: { IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_6 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL); } IL_0037: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x38, IL_0038) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0038: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_7 = V_2; return L_7; } } // System.Boolean System.IOAsyncResult::get_CompletedSynchronously() extern "C" IL2CPP_METHOD_ATTR bool IOAsyncResult_get_CompletedSynchronously_m55D4C57A46BF019D4FAF05ABE30E6EEEA6A78277 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_completed_synchronously_3(); return L_0; } } // System.Void System.IOAsyncResult::set_CompletedSynchronously(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IOAsyncResult_set_CompletedSynchronously_mF2CA3BB7E351A84EEC942B66816756361616EA75 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_completed_synchronously_3(L_0); return; } } // System.Boolean System.IOAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_completed_4(); return L_0; } } // System.Void System.IOAsyncResult::set_IsCompleted(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IOAsyncResult_set_IsCompleted_mEC1108082A9F409122195D340A5EC901D67F013E (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, bool ___value0, const RuntimeMethod* method) { IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___value0; __this->set_completed_4(L_0); V_0 = __this; V_1 = (bool)0; } IL_000b: try { // begin try (depth: 1) { IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); bool L_2 = ___value0; if (!L_2) { goto IL_002a; } } IL_0016: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = __this->get_wait_handle_2(); if (!L_3) { goto IL_002a; } } IL_001e: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = __this->get_wait_handle_2(); NullCheck(L_4); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_4, /*hidden argument*/NULL); } IL_002a: { IL2CPP_LEAVE(0x36, FINALLY_002c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002c; } FINALLY_002c: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0035; } } IL_002f: { IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_6 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL); } IL_0035: { IL2CPP_END_FINALLY(44) } } // end finally (depth: 1) IL2CPP_CLEANUP(44) { IL2CPP_JUMP_TBL(0x36, IL_0036) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0036: { 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.IOSelector::Add(System.IntPtr,System.IOSelectorJob) extern "C" IL2CPP_METHOD_ATTR void IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1 (intptr_t ___handle0, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * ___job1, const RuntimeMethod* method) { typedef void (*IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1_ftn) (intptr_t, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 *); using namespace il2cpp::icalls; ((IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1_ftn)ves_icall_System_IOSelector_Add) (___handle0, ___job1); } #ifdef __clang__ #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.IOSelectorJob extern "C" void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_pinvoke(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke& marshaled) { Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL, NULL); } extern "C" void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_pinvoke_back(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke& marshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled) { Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.IOSelectorJob extern "C" void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_pinvoke_cleanup(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.IOSelectorJob extern "C" void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_com(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com& marshaled) { Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL, NULL); } extern "C" void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_com_back(const IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com& marshaled, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99& unmarshaled) { Exception_t* ___state_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'state' of type 'IOSelectorJob': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___state_2Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.IOSelectorJob extern "C" void IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshal_com_cleanup(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com& marshaled) { } // System.Void System.IOSelectorJob::.ctor(System.IOOperation,System.IOAsyncCallback,System.IOAsyncResult) extern "C" IL2CPP_METHOD_ATTR void IOSelectorJob__ctor_m2E68791B3E12177FE5236874FA9BDBE1CA97C676 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, int32_t ___operation0, IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___callback1, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___state2, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___operation0; __this->set_operation_0(L_0); IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_1 = ___callback1; __this->set_callback_1(L_1); IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_2 = ___state2; __this->set_state_2(L_2); return; } } // System.Void System.IOSelectorJob::System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() extern "C" IL2CPP_METHOD_ATTR void IOSelectorJob_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_mF6591C2577197BFD98B2423F8696E5816191FF3F (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, const RuntimeMethod* method) { { IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_0 = __this->get_callback_1(); IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_1 = __this->get_state_2(); NullCheck(L_0); IOAsyncCallback_Invoke_mB95F7E7F0E8326CE5364A30F42FC1073B0AB2D8B(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IOSelectorJob::System.Threading.IThreadPoolWorkItem.MarkAborted(System.Threading.ThreadAbortException) extern "C" IL2CPP_METHOD_ATTR void IOSelectorJob_System_Threading_IThreadPoolWorkItem_MarkAborted_m3BB2FE95A7033F6994973BF8814C16F4B163A0D6 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * ___tae0, const RuntimeMethod* method) { { return; } } // System.Void System.IOSelectorJob::MarkDisposed() extern "C" IL2CPP_METHOD_ATTR void IOSelectorJob_MarkDisposed_m2B168E38A597550A3605ABF0032F67967CD43077 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, const RuntimeMethod* method) { { IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = __this->get_state_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(8 /* System.Void System.IOAsyncResult::CompleteDisposed() */, L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.IPv4AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.BooleanU26) extern "C" IL2CPP_METHOD_ATTR String_t* IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___isLoopback3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; { int8_t* L_0 = (int8_t*) alloca((((uintptr_t)4))); memset(L_0,0,(((uintptr_t)4))); V_0 = (uint8_t*)(L_0); bool* L_1 = ___isLoopback3; String_t* L_2 = ___str0; uint8_t* L_3 = V_0; int32_t L_4 = ___start1; int32_t L_5 = ___end2; bool L_6 = IPv4AddressHelper_Parse_m08110623FAC14806376148D7C16AB95A428EA6CF(L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, /*hidden argument*/NULL); *((int8_t*)L_1) = (int8_t)L_6; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7; uint8_t* L_9 = V_0; int32_t L_10 = *((uint8_t*)L_9); uint8_t L_11 = ((uint8_t)L_10); RuntimeObject * L_12 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_8; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727); (L_13)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13; uint8_t* L_15 = V_0; int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)1))); uint8_t L_17 = ((uint8_t)L_16); RuntimeObject * L_18 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_17); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_18); (L_14)->SetAt(static_cast(2), (RuntimeObject *)L_18); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_14; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727); (L_19)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19; uint8_t* L_21 = V_0; int32_t L_22 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)2))); uint8_t L_23 = ((uint8_t)L_22); RuntimeObject * L_24 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_23); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_24); (L_20)->SetAt(static_cast(4), (RuntimeObject *)L_24); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_20; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727); (L_25)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25; uint8_t* L_27 = V_0; int32_t L_28 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, (int32_t)3))); uint8_t L_29 = ((uint8_t)L_28); RuntimeObject * L_30 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_29); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_30); (L_26)->SetAt(static_cast(6), (RuntimeObject *)L_30); String_t* L_31 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_26, /*hidden argument*/NULL); return L_31; } } // System.Int32 System.IPv4AddressHelper::ParseHostNumber(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IPv4AddressHelper_ParseHostNumber_m798FB6828971F70775D1125565A1D1025C897F14 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { int8_t* L_0 = (int8_t*) alloca((((uintptr_t)4))); memset(L_0,0,(((uintptr_t)4))); V_0 = (uint8_t*)(L_0); String_t* L_1 = ___str0; uint8_t* L_2 = V_0; int32_t L_3 = ___start1; int32_t L_4 = ___end2; IPv4AddressHelper_ParseCanonical_m9D4552558C934E373D188DDA0BC1D1DEF5A62C33(L_1, (uint8_t*)(uint8_t*)L_2, L_3, L_4, /*hidden argument*/NULL); uint8_t* L_5 = V_0; int32_t L_6 = *((uint8_t*)L_5); uint8_t* L_7 = V_0; int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)1))); uint8_t* L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2))); uint8_t* L_11 = V_0; int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)3))); return ((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_6<<(int32_t)((int32_t)24))), (int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_10<<(int32_t)8)))), (int32_t)L_12)); } } // System.Boolean System.IPv4AddressHelper::IsValid(System.Char*,System.Int32,System.Int32U26,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, bool ___unknownScheme5, const RuntimeMethod* method) { { bool L_0 = ___allowIPv63; bool L_1 = ___unknownScheme5; if (!((int32_t)((int32_t)L_0|(int32_t)L_1))) { goto IL_0012; } } { Il2CppChar* L_2 = ___name0; int32_t L_3 = ___start1; int32_t* L_4 = ___end2; bool L_5 = ___allowIPv63; bool L_6 = ___notImplicitFile4; bool L_7 = IPv4AddressHelper_IsValidCanonical_mC27E31F1F043D68BC52719892D34EDDC7851B120((Il2CppChar*)(Il2CppChar*)L_2, L_3, (int32_t*)L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0012: { Il2CppChar* L_8 = ___name0; int32_t L_9 = ___start1; int32_t* L_10 = ___end2; bool L_11 = ___notImplicitFile4; int64_t L_12 = IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E((Il2CppChar*)(Il2CppChar*)L_8, L_9, (int32_t*)L_10, L_11, /*hidden argument*/NULL); return (bool)((((int32_t)((((int64_t)L_12) == ((int64_t)(((int64_t)((int64_t)(-1))))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.IPv4AddressHelper::IsValidCanonical(System.Char*,System.Int32,System.Int32U26,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValidCanonical_mC27E31F1F043D68BC52719892D34EDDC7851B120 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; Il2CppChar V_4 = 0x0; int32_t G_B32_0 = 0; int32_t G_B31_0 = 0; { V_0 = 0; V_1 = 0; V_2 = (bool)0; V_3 = (bool)0; goto IL_00d0; } IL_000d: { Il2CppChar* L_0 = ___name0; int32_t L_1 = ___start1; int32_t L_2 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))))); V_4 = L_2; bool L_3 = ___allowIPv63; if (!L_3) { goto IL_0036; } } { Il2CppChar L_4 = V_4; if ((((int32_t)L_4) == ((int32_t)((int32_t)93)))) { goto IL_00d8; } } { Il2CppChar L_5 = V_4; if ((((int32_t)L_5) == ((int32_t)((int32_t)47)))) { goto IL_00d8; } } { Il2CppChar L_6 = V_4; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)37))))) { goto IL_0061; } } { goto IL_00d8; } IL_0036: { Il2CppChar L_7 = V_4; if ((((int32_t)L_7) == ((int32_t)((int32_t)47)))) { goto IL_00d8; } } { Il2CppChar L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)92)))) { goto IL_00d8; } } { bool L_9 = ___notImplicitFile4; if (!L_9) { goto IL_0061; } } { Il2CppChar L_10 = V_4; if ((((int32_t)L_10) == ((int32_t)((int32_t)58)))) { goto IL_00d8; } } { Il2CppChar L_11 = V_4; if ((((int32_t)L_11) == ((int32_t)((int32_t)63)))) { goto IL_00d8; } } { Il2CppChar L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)((int32_t)35)))) { goto IL_00d8; } } IL_0061: { Il2CppChar L_13 = V_4; if ((((int32_t)L_13) > ((int32_t)((int32_t)57)))) { goto IL_00aa; } } { Il2CppChar L_14 = V_4; if ((((int32_t)L_14) < ((int32_t)((int32_t)48)))) { goto IL_00aa; } } { bool L_15 = V_2; if (L_15) { goto IL_008e; } } { Il2CppChar L_16 = V_4; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)48))))) { goto IL_008e; } } { int32_t L_17 = ___start1; int32_t* L_18 = ___end2; int32_t L_19 = *((int32_t*)L_18); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))) >= ((int32_t)L_19))) { goto IL_008c; } } { Il2CppChar* L_20 = ___name0; int32_t L_21 = ___start1; int32_t L_22 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)))), (int32_t)2))))); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)48))))) { goto IL_008c; } } { return (bool)0; } IL_008c: { V_3 = (bool)1; } IL_008e: { V_2 = (bool)1; int32_t L_23 = V_1; Il2CppChar* L_24 = ___name0; int32_t L_25 = ___start1; int32_t L_26 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_25)), (int32_t)2))))); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)48))))); int32_t L_27 = V_1; if ((((int32_t)L_27) <= ((int32_t)((int32_t)255)))) { goto IL_00cb; } } { return (bool)0; } IL_00aa: { Il2CppChar L_28 = V_4; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)46))))) { goto IL_00c9; } } { bool L_29 = V_2; if (!L_29) { goto IL_00bb; } } { int32_t L_30 = V_1; bool L_31 = V_3; if (!((int32_t)((int32_t)((((int32_t)L_30) > ((int32_t)0))? 1 : 0)&(int32_t)L_31))) { goto IL_00bd; } } IL_00bb: { return (bool)0; } IL_00bd: { int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); V_2 = (bool)0; V_1 = 0; V_3 = (bool)0; goto IL_00cb; } IL_00c9: { return (bool)0; } IL_00cb: { int32_t L_33 = ___start1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00d0: { int32_t L_34 = ___start1; int32_t* L_35 = ___end2; int32_t L_36 = *((int32_t*)L_35); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_000d; } } IL_00d8: { int32_t L_37 = V_0; bool L_38 = V_2; int32_t L_39 = ((int32_t)((int32_t)((((int32_t)L_37) == ((int32_t)3))? 1 : 0)&(int32_t)L_38)); G_B31_0 = L_39; if (!L_39) { G_B32_0 = L_39; goto IL_00e4; } } { int32_t* L_40 = ___end2; int32_t L_41 = ___start1; *((int32_t*)L_40) = (int32_t)L_41; G_B32_0 = G_B31_0; } IL_00e4: { return (bool)G_B32_0; } } // System.Int64 System.IPv4AddressHelper::ParseNonCanonical(System.Char*,System.Int32,System.Int32U26,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___notImplicitFile3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_2 = NULL; int64_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { V_0 = ((int32_t)10); Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_0 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_0; V_3 = (((int64_t)((int64_t)0))); V_4 = (bool)0; V_5 = 0; int32_t L_1 = ___start1; V_6 = L_1; goto IL_0138; } IL_001b: { Il2CppChar* L_2 = ___name0; int32_t L_3 = V_6; int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2))))); V_1 = L_4; V_3 = (((int64_t)((int64_t)0))); V_0 = ((int32_t)10); Il2CppChar L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)48))))) { goto IL_00f4; } } { V_0 = 8; int32_t L_6 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); V_4 = (bool)1; int32_t L_7 = V_6; int32_t* L_8 = ___end2; int32_t L_9 = *((int32_t*)L_8); if ((((int32_t)L_7) >= ((int32_t)L_9))) { goto IL_00f4; } } { Il2CppChar* L_10 = ___name0; int32_t L_11 = V_6; int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_11)), (int32_t)2))))); V_1 = L_12; Il2CppChar L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)120)))) { goto IL_005c; } } { Il2CppChar L_14 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)88))))) { goto IL_00f4; } } IL_005c: { V_0 = ((int32_t)16); int32_t L_15 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); V_4 = (bool)0; goto IL_00f4; } IL_006d: { Il2CppChar* L_16 = ___name0; int32_t L_17 = V_6; int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_17)), (int32_t)2))))); V_1 = L_18; int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)10)))) { goto IL_0080; } } { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)16))))) { goto IL_0092; } } IL_0080: { Il2CppChar L_21 = V_1; if ((((int32_t)((int32_t)48)) > ((int32_t)L_21))) { goto IL_0092; } } { Il2CppChar L_22 = V_1; if ((((int32_t)L_22) > ((int32_t)((int32_t)57)))) { goto IL_0092; } } { Il2CppChar L_23 = V_1; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)48))); goto IL_00da; } IL_0092: { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)8)))) { goto IL_00a8; } } { Il2CppChar L_25 = V_1; if ((((int32_t)((int32_t)48)) > ((int32_t)L_25))) { goto IL_00a8; } } { Il2CppChar L_26 = V_1; if ((((int32_t)L_26) > ((int32_t)((int32_t)55)))) { goto IL_00a8; } } { Il2CppChar L_27 = V_1; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)48))); goto IL_00da; } IL_00a8: { int32_t L_28 = V_0; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)16))))) { goto IL_00c2; } } { Il2CppChar L_29 = V_1; if ((((int32_t)((int32_t)97)) > ((int32_t)L_29))) { goto IL_00c2; } } { Il2CppChar L_30 = V_1; if ((((int32_t)L_30) > ((int32_t)((int32_t)102)))) { goto IL_00c2; } } { Il2CppChar L_31 = V_1; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)10))), (int32_t)((int32_t)97))); goto IL_00da; } IL_00c2: { int32_t L_32 = V_0; if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)16))))) { goto IL_00fd; } } { Il2CppChar L_33 = V_1; if ((((int32_t)((int32_t)65)) > ((int32_t)L_33))) { goto IL_00fd; } } { Il2CppChar L_34 = V_1; if ((((int32_t)L_34) > ((int32_t)((int32_t)70)))) { goto IL_00fd; } } { Il2CppChar L_35 = V_1; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)10))), (int32_t)((int32_t)65))); } IL_00da: { int64_t L_36 = V_3; int32_t L_37 = V_0; int32_t L_38 = V_7; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_36, (int64_t)(((int64_t)((int64_t)L_37))))), (int64_t)(((int64_t)((int64_t)L_38))))); int64_t L_39 = V_3; if ((((int64_t)L_39) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_00eb; } } { return (((int64_t)((int64_t)(-1)))); } IL_00eb: { V_4 = (bool)1; int32_t L_40 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00f4: { int32_t L_41 = V_6; int32_t* L_42 = ___end2; int32_t L_43 = *((int32_t*)L_42); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_006d; } } IL_00fd: { int32_t L_44 = V_6; int32_t* L_45 = ___end2; int32_t L_46 = *((int32_t*)L_45); if ((((int32_t)L_44) >= ((int32_t)L_46))) { goto IL_0141; } } { Il2CppChar* L_47 = ___name0; int32_t L_48 = V_6; int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_48)), (int32_t)2))))); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)46))))) { goto IL_0141; } } { int32_t L_50 = V_5; if ((((int32_t)L_50) >= ((int32_t)3))) { goto IL_0121; } } { bool L_51 = V_4; if (!L_51) { goto IL_0121; } } { int64_t L_52 = V_3; if ((((int64_t)L_52) <= ((int64_t)(((int64_t)((int64_t)((int32_t)255))))))) { goto IL_0124; } } IL_0121: { return (((int64_t)((int64_t)(-1)))); } IL_0124: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_53 = V_2; int32_t L_54 = V_5; int64_t L_55 = V_3; NullCheck(L_53); (L_53)->SetAt(static_cast(L_54), (int64_t)L_55); int32_t L_56 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); V_4 = (bool)0; int32_t L_57 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_0138: { int32_t L_58 = V_6; int32_t* L_59 = ___end2; int32_t L_60 = *((int32_t*)L_59); if ((((int32_t)L_58) < ((int32_t)L_60))) { goto IL_001b; } } IL_0141: { bool L_61 = V_4; if (L_61) { goto IL_0148; } } { return (((int64_t)((int64_t)(-1)))); } IL_0148: { int32_t L_62 = V_6; int32_t* L_63 = ___end2; int32_t L_64 = *((int32_t*)L_63); if ((((int32_t)L_62) >= ((int32_t)L_64))) { goto IL_017c; } } { Il2CppChar* L_65 = ___name0; int32_t L_66 = V_6; int32_t L_67 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_66)), (int32_t)2))))); int32_t L_68 = L_67; V_1 = L_68; if ((((int32_t)L_68) == ((int32_t)((int32_t)47)))) { goto IL_0173; } } { Il2CppChar L_69 = V_1; if ((((int32_t)L_69) == ((int32_t)((int32_t)92)))) { goto IL_0173; } } { bool L_70 = ___notImplicitFile3; if (!L_70) { goto IL_0179; } } { Il2CppChar L_71 = V_1; if ((((int32_t)L_71) == ((int32_t)((int32_t)58)))) { goto IL_0173; } } { Il2CppChar L_72 = V_1; if ((((int32_t)L_72) == ((int32_t)((int32_t)63)))) { goto IL_0173; } } { Il2CppChar L_73 = V_1; if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)35))))) { goto IL_0179; } } IL_0173: { int32_t* L_74 = ___end2; int32_t L_75 = V_6; *((int32_t*)L_74) = (int32_t)L_75; goto IL_017c; } IL_0179: { return (((int64_t)((int64_t)(-1)))); } IL_017c: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_76 = V_2; int32_t L_77 = V_5; int64_t L_78 = V_3; NullCheck(L_76); (L_76)->SetAt(static_cast(L_77), (int64_t)L_78); int32_t L_79 = V_5; switch (L_79) { case 0: { goto IL_019d; } case 1: { goto IL_01ab; } case 2: { goto IL_01cb; } case 3: { goto IL_01f9; } } } { goto IL_0234; } IL_019d: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_80 = V_2; NullCheck(L_80); int32_t L_81 = 0; int64_t L_82 = (L_80)->GetAt(static_cast(L_81)); if ((((int64_t)L_82) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_01a7; } } { return (((int64_t)((int64_t)(-1)))); } IL_01a7: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_83 = V_2; NullCheck(L_83); int32_t L_84 = 0; int64_t L_85 = (L_83)->GetAt(static_cast(L_84)); return L_85; } IL_01ab: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_86 = V_2; NullCheck(L_86); int32_t L_87 = 1; int64_t L_88 = (L_86)->GetAt(static_cast(L_87)); if ((((int64_t)L_88) <= ((int64_t)(((int64_t)((int64_t)((int32_t)16777215))))))) { goto IL_01b9; } } { return (((int64_t)((int64_t)(-1)))); } IL_01b9: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_89 = V_2; NullCheck(L_89); int32_t L_90 = 0; int64_t L_91 = (L_89)->GetAt(static_cast(L_90)); Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_92 = V_2; NullCheck(L_92); int32_t L_93 = 1; int64_t L_94 = (L_92)->GetAt(static_cast(L_93)); return ((int64_t)((int64_t)((int64_t)((int64_t)L_91<<(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_94&(int64_t)(((int64_t)((int64_t)((int32_t)16777215)))))))); } IL_01cb: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_95 = V_2; NullCheck(L_95); int32_t L_96 = 2; int64_t L_97 = (L_95)->GetAt(static_cast(L_96)); if ((((int64_t)L_97) <= ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_01d9; } } { return (((int64_t)((int64_t)(-1)))); } IL_01d9: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_98 = V_2; NullCheck(L_98); int32_t L_99 = 0; int64_t L_100 = (L_98)->GetAt(static_cast(L_99)); Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_101 = V_2; NullCheck(L_101); int32_t L_102 = 1; int64_t L_103 = (L_101)->GetAt(static_cast(L_102)); Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_104 = V_2; NullCheck(L_104); int32_t L_105 = 2; int64_t L_106 = (L_104)->GetAt(static_cast(L_105)); return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_100<<(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_103&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)L_106&(int64_t)(((int64_t)((int64_t)((int32_t)65535)))))))); } IL_01f9: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_107 = V_2; NullCheck(L_107); int32_t L_108 = 3; int64_t L_109 = (L_107)->GetAt(static_cast(L_108)); if ((((int64_t)L_109) <= ((int64_t)(((int64_t)((int64_t)((int32_t)255))))))) { goto IL_0207; } } { return (((int64_t)((int64_t)(-1)))); } IL_0207: { Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_110 = V_2; NullCheck(L_110); int32_t L_111 = 0; int64_t L_112 = (L_110)->GetAt(static_cast(L_111)); Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_113 = V_2; NullCheck(L_113); int32_t L_114 = 1; int64_t L_115 = (L_113)->GetAt(static_cast(L_114)); Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_116 = V_2; NullCheck(L_116); int32_t L_117 = 2; int64_t L_118 = (L_116)->GetAt(static_cast(L_117)); Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_119 = V_2; NullCheck(L_119); int32_t L_120 = 3; int64_t L_121 = (L_119)->GetAt(static_cast(L_120)); return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_112<<(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_115&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_118&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)8))))|(int64_t)((int64_t)((int64_t)L_121&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))); } IL_0234: { return (((int64_t)((int64_t)(-1)))); } } // System.Boolean System.IPv4AddressHelper::Parse(System.String,System.Byte*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_Parse_m08110623FAC14806376148D7C16AB95A428EA6CF (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int64_t V_3 = 0; { String_t* L_0 = ___name0; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)(((uintptr_t)L_1)); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { int32_t L_5 = ___end3; V_2 = L_5; Il2CppChar* L_6 = V_0; int32_t L_7 = ___start2; int64_t L_8 = IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E((Il2CppChar*)(Il2CppChar*)L_6, L_7, (int32_t*)(&V_2), (bool)1, /*hidden argument*/NULL); V_3 = L_8; uint8_t* L_9 = ___numbers1; int64_t L_10 = V_3; *((int8_t*)L_9) = (int8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_10>>(int32_t)((int32_t)24)))))); uint8_t* L_11 = ___numbers1; int64_t L_12 = V_3; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)1))) = (int8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_12>>(int32_t)((int32_t)16)))))); uint8_t* L_13 = ___numbers1; int64_t L_14 = V_3; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)2))) = (int8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_14>>(int32_t)8))))); uint8_t* L_15 = ___numbers1; int64_t L_16 = V_3; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)3))) = (int8_t)(((int32_t)((uint8_t)L_16))); V_1 = (String_t*)NULL; uint8_t* L_17 = ___numbers1; int32_t L_18 = *((uint8_t*)L_17); return (bool)((((int32_t)L_18) == ((int32_t)((int32_t)127)))? 1 : 0); } } // System.Boolean System.IPv4AddressHelper::ParseCanonical(System.String,System.Byte*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool IPv4AddressHelper_ParseCanonical_m9D4552558C934E373D188DDA0BC1D1DEF5A62C33 (String_t* ___name0, uint8_t* ___numbers1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; Il2CppChar V_2 = 0x0; { V_0 = 0; goto IL_003d; } IL_0004: { V_1 = (uint8_t)0; goto IL_0019; } IL_0008: { uint8_t L_0 = V_1; Il2CppChar L_1 = V_2; V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)10))), (int32_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)48))))))))))); int32_t L_2 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0019: { int32_t L_3 = ___start2; int32_t L_4 = ___end3; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_002f; } } { String_t* L_5 = ___name0; int32_t L_6 = ___start2; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL); Il2CppChar L_8 = L_7; V_2 = L_8; if ((((int32_t)L_8) == ((int32_t)((int32_t)46)))) { goto IL_002f; } } { Il2CppChar L_9 = V_2; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)58))))) { goto IL_0008; } } IL_002f: { uint8_t* L_10 = ___numbers1; int32_t L_11 = V_0; uint8_t L_12 = V_1; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))) = (int8_t)L_12; int32_t L_13 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003d: { int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)4))) { goto IL_0004; } } { uint8_t* L_16 = ___numbers1; int32_t L_17 = *((uint8_t*)L_16); return (bool)((((int32_t)L_17) == ((int32_t)((int32_t)127)))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.IPv6AddressHelper::ParseCanonicalName(System.String,System.Int32,System.BooleanU26,System.StringU26) extern "C" IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14 (String_t* ___str0, int32_t ___start1, bool* ___isLoopback2, String_t** ___scopeId3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint16_t* V_0 = NULL; { int8_t* L_0 = (int8_t*) alloca((((uintptr_t)((int32_t)16)))); memset(L_0,0,(((uintptr_t)((int32_t)16)))); V_0 = (uint16_t*)(L_0); uint16_t* L_1 = V_0; *((int64_t*)L_1) = (int64_t)(((int64_t)((int64_t)0))); uint16_t* L_2 = V_0; *((int64_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)8))) = (int64_t)(((int64_t)((int64_t)0))); bool* L_3 = ___isLoopback2; String_t* L_4 = ___str0; uint16_t* L_5 = V_0; int32_t L_6 = ___start1; String_t** L_7 = ___scopeId3; bool L_8 = IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB(L_4, (uint16_t*)(uint16_t*)L_5, L_6, (String_t**)L_7, /*hidden argument*/NULL); *((int8_t*)L_3) = (int8_t)L_8; uint16_t* L_9 = V_0; String_t* L_10 = IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A((uint16_t*)(uint16_t*)L_9, /*hidden argument*/NULL); String_t* L_11 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, L_10, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL); return L_11; } } // System.String System.IPv6AddressHelper::CreateCanonicalName(System.UInt16*) extern "C" IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A (uint16_t* ___numbers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6AddressHelper_CreateCanonicalName_m0B1C201DFADBEB58869E0BE8BFA967EEE64B096A_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 V_0; memset(&V_0, 0, sizeof(V_0)); bool V_1 = false; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var); bool L_0 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL); if (!L_0) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)8); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2; uint16_t* L_4 = ___numbers0; int32_t L_5 = *((uint16_t*)L_4); uint16_t L_6 = ((uint16_t)L_5); RuntimeObject * L_7 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_6); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_3; uint16_t* L_9 = ___numbers0; int32_t L_10 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2))); uint16_t L_11 = ((uint16_t)L_10); RuntimeObject * L_12 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_12); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_8; uint16_t* L_14 = ___numbers0; int32_t L_15 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); uint16_t L_16 = ((uint16_t)L_15); RuntimeObject * L_17 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_16); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(2), (RuntimeObject *)L_17); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_13; uint16_t* L_19 = ___numbers0; int32_t L_20 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2))))); uint16_t L_21 = ((uint16_t)L_20); RuntimeObject * L_22 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_21); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_22); (L_18)->SetAt(static_cast(3), (RuntimeObject *)L_22); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_18; uint16_t* L_24 = ___numbers0; int32_t L_25 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); uint16_t L_26 = ((uint16_t)L_25); RuntimeObject * L_27 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_26); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(4), (RuntimeObject *)L_27); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_23; uint16_t* L_29 = ___numbers0; int32_t L_30 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); uint16_t L_31 = ((uint16_t)L_30); RuntimeObject * L_32 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_31); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_32); (L_28)->SetAt(static_cast(5), (RuntimeObject *)L_32); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_28; uint16_t* L_34 = ___numbers0; int32_t L_35 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); uint16_t L_36 = ((uint16_t)L_35); RuntimeObject * L_37 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_36); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_37); (L_33)->SetAt(static_cast(6), (RuntimeObject *)L_37); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_33; uint16_t* L_39 = ___numbers0; int32_t L_40 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2))))); uint16_t L_41 = ((uint16_t)L_40); RuntimeObject * L_42 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_41); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_42); (L_38)->SetAt(static_cast(7), (RuntimeObject *)L_42); String_t* L_43 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_1, _stringLiteralA5B40FBDEF80156114E062A34FA25675588A0524, L_38, /*hidden argument*/NULL); return L_43; } IL_0090: { uint16_t* L_44 = ___numbers0; KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_45 = IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD((uint16_t*)(uint16_t*)L_44, /*hidden argument*/NULL); V_0 = L_45; uint16_t* L_46 = ___numbers0; bool L_47 = IPv6AddressHelper_ShouldHaveIpv4Embedded_m262634E9099141536C00213C1CFC123665A641DE((uint16_t*)(uint16_t*)L_46, /*hidden argument*/NULL); V_1 = L_47; StringBuilder_t * L_48 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_48, /*hidden argument*/NULL); V_2 = L_48; V_3 = 0; goto IL_01a4; } IL_00ab: { bool L_49 = V_1; if (!L_49) { goto IL_0123; } } { int32_t L_50 = V_3; if ((!(((uint32_t)L_50) == ((uint32_t)6)))) { goto IL_0123; } } { StringBuilder_t * L_51 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_52 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_53 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = L_53; uint16_t* L_55 = ___numbers0; int32_t L_56 = V_3; int32_t L_57 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_56)), (int32_t)2))))); int32_t L_58 = ((int32_t)((int32_t)L_57>>(int32_t)8)); RuntimeObject * L_59 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_58); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_59); (L_54)->SetAt(static_cast(0), (RuntimeObject *)L_59); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = L_54; uint16_t* L_61 = ___numbers0; int32_t L_62 = V_3; int32_t L_63 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_61, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_62)), (int32_t)2))))); int32_t L_64 = ((int32_t)((int32_t)L_63&(int32_t)((int32_t)255))); RuntimeObject * L_65 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_64); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_65); (L_60)->SetAt(static_cast(1), (RuntimeObject *)L_65); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_66 = L_60; uint16_t* L_67 = ___numbers0; int32_t L_68 = V_3; int32_t L_69 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_67, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)))), (int32_t)2))))); int32_t L_70 = ((int32_t)((int32_t)L_69>>(int32_t)8)); RuntimeObject * L_71 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_70); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_71); (L_66)->SetAt(static_cast(2), (RuntimeObject *)L_71); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_72 = L_66; uint16_t* L_73 = ___numbers0; int32_t L_74 = V_3; int32_t L_75 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_73, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)))), (int32_t)2))))); int32_t L_76 = ((int32_t)((int32_t)L_75&(int32_t)((int32_t)255))); RuntimeObject * L_77 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_76); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_77); (L_72)->SetAt(static_cast(3), (RuntimeObject *)L_77); String_t* L_78 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_52, _stringLiteral1E3210AAC5A12A7D539A355ABFDC49D749AF3849, L_72, /*hidden argument*/NULL); NullCheck(L_51); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_51, L_78, /*hidden argument*/NULL); goto IL_01ab; } IL_0123: { int32_t L_79 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var); int32_t L_80 = V_3; if ((!(((uint32_t)L_79) == ((uint32_t)L_80)))) { goto IL_0139; } } { StringBuilder_t * L_81 = V_2; NullCheck(L_81); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_81, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL); } IL_0139: { int32_t L_82 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var); int32_t L_83 = V_3; if ((((int32_t)L_82) > ((int32_t)L_83))) { goto IL_015b; } } { int32_t L_84 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_RuntimeMethod_var); if ((!(((uint32_t)L_84) == ((uint32_t)7)))) { goto IL_015b; } } { StringBuilder_t * L_85 = V_2; NullCheck(L_85); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_85, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL); goto IL_01ab; } IL_015b: { int32_t L_86 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_RuntimeMethod_var); int32_t L_87 = V_3; if ((((int32_t)L_86) > ((int32_t)L_87))) { goto IL_016f; } } { int32_t L_88 = V_3; int32_t L_89 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_RuntimeMethod_var); if ((((int32_t)L_88) <= ((int32_t)L_89))) { goto IL_01a0; } } IL_016f: { int32_t L_90 = V_3; if (!L_90) { goto IL_017e; } } { StringBuilder_t * L_91 = V_2; NullCheck(L_91); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_91, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL); } IL_017e: { StringBuilder_t * L_92 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_93 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); uint16_t* L_94 = ___numbers0; int32_t L_95 = V_3; int32_t L_96 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_94, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_95)), (int32_t)2))))); uint16_t L_97 = ((uint16_t)L_96); RuntimeObject * L_98 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_97); String_t* L_99 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_93, _stringLiteralFF29395A7A1A8881F7149A9507B91A51D420AC0A, L_98, /*hidden argument*/NULL); NullCheck(L_92); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_92, L_99, /*hidden argument*/NULL); } IL_01a0: { int32_t L_100 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); } IL_01a4: { int32_t L_101 = V_3; if ((((int32_t)L_101) < ((int32_t)8))) { goto IL_00ab; } } IL_01ab: { StringBuilder_t * L_102 = V_2; NullCheck(L_102); String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_102); return L_103; } } // System.Collections.Generic.KeyValuePair`2 System.IPv6AddressHelper::FindCompressionRange(System.UInt16*) extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD (uint16_t* ___numbers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6AddressHelper_FindCompressionRange_mE70B131DDA05D3059325246A5AB7F6029B6EF6BD_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; V_1 = (-1); V_2 = 0; V_3 = 0; goto IL_002b; } IL_000a: { uint16_t* L_0 = ___numbers0; int32_t L_1 = V_3; int32_t L_2 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))))); if (L_2) { goto IL_0025; } } { int32_t L_3 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); int32_t L_4 = V_2; int32_t L_5 = V_0; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0027; } } { int32_t L_6 = V_2; V_0 = L_6; int32_t L_7 = V_3; int32_t L_8 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), (int32_t)1)); goto IL_0027; } IL_0025: { V_2 = 0; } IL_0027: { int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002b: { int32_t L_10 = V_3; if ((((int32_t)L_10) < ((int32_t)8))) { goto IL_000a; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)2))) { goto IL_003f; } } { int32_t L_12 = V_1; int32_t L_13 = V_1; int32_t L_14 = V_0; KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_15; memset(&L_15, 0, sizeof(L_15)); KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0((&L_15), L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_RuntimeMethod_var); return L_15; } IL_003f: { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_16; memset(&L_16, 0, sizeof(L_16)); KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0((&L_16), (-1), (-1), /*hidden argument*/KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_RuntimeMethod_var); return L_16; } } // System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.UInt16*) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_m262634E9099141536C00213C1CFC123665A641DE (uint16_t* ___numbers0, const RuntimeMethod* method) { { uint16_t* L_0 = ___numbers0; int32_t L_1 = *((uint16_t*)L_0); if (L_1) { goto IL_0060; } } { uint16_t* L_2 = ___numbers0; int32_t L_3 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)2))); if (L_3) { goto IL_0060; } } { uint16_t* L_4 = ___numbers0; int32_t L_5 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); if (L_5) { goto IL_0060; } } { uint16_t* L_6 = ___numbers0; int32_t L_7 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2))))); if (L_7) { goto IL_0060; } } { uint16_t* L_8 = ___numbers0; int32_t L_9 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); if (!L_9) { goto IL_0060; } } { uint16_t* L_10 = ___numbers0; int32_t L_11 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); if (L_11) { goto IL_0047; } } { uint16_t* L_12 = ___numbers0; int32_t L_13 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); if (!L_13) { goto IL_0045; } } { uint16_t* L_14 = ___numbers0; int32_t L_15 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)65535))))) { goto IL_0047; } } IL_0045: { return (bool)1; } IL_0047: { uint16_t* L_16 = ___numbers0; int32_t L_17 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)65535))))) { goto IL_0060; } } { uint16_t* L_18 = ___numbers0; int32_t L_19 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); if (L_19) { goto IL_0060; } } { return (bool)1; } IL_0060: { uint16_t* L_20 = ___numbers0; int32_t L_21 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); if (L_21) { goto IL_0079; } } { uint16_t* L_22 = ___numbers0; int32_t L_23 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)24318))))) { goto IL_0079; } } { return (bool)1; } IL_0079: { return (bool)0; } } // System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32U26,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Il2CppChar V_9 = 0x0; int32_t G_B6_0 = 0; int32_t G_B52_0 = 0; int32_t G_B51_0 = 0; int32_t G_B53_0 = 0; int32_t G_B53_1 = 0; int32_t G_B58_0 = 0; { V_0 = 0; V_1 = 0; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; V_5 = (bool)1; V_6 = 1; int32_t L_0 = ___start1; V_7 = L_0; goto IL_0145; } IL_0019: { bool L_1 = V_4; if (L_1) { goto IL_002c; } } { Il2CppChar* L_2 = ___name0; int32_t L_3 = V_7; int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_5 = Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836(L_4, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_5)); goto IL_004a; } IL_002c: { Il2CppChar* L_6 = ___name0; int32_t L_7 = V_7; int32_t L_8 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_7)), (int32_t)2))))); if ((((int32_t)L_8) < ((int32_t)((int32_t)48)))) { goto IL_0049; } } { Il2CppChar* L_9 = ___name0; int32_t L_10 = V_7; int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_10)), (int32_t)2))))); G_B6_0 = ((((int32_t)((((int32_t)L_11) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_004a; } IL_0049: { G_B6_0 = 0; } IL_004a: { if (!G_B6_0) { goto IL_0058; } } { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_5 = (bool)0; goto IL_013f; } IL_0058: { int32_t L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)4))) { goto IL_005e; } } { return (bool)0; } IL_005e: { int32_t L_14 = V_1; if (!L_14) { goto IL_006b; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); int32_t L_16 = V_7; int32_t L_17 = V_1; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); } IL_006b: { Il2CppChar* L_18 = ___name0; int32_t L_19 = V_7; int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2))))); V_9 = L_20; Il2CppChar L_21 = V_9; if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)46))))) { goto IL_008f; } } { Il2CppChar L_22 = V_9; if ((((int32_t)L_22) == ((int32_t)((int32_t)37)))) { goto IL_00a6; } } { Il2CppChar L_23 = V_9; if ((((int32_t)L_23) == ((int32_t)((int32_t)46)))) { goto IL_0113; } } { goto IL_013b; } IL_008f: { Il2CppChar L_24 = V_9; if ((((int32_t)L_24) == ((int32_t)((int32_t)47)))) { goto IL_00fb; } } { Il2CppChar L_25 = V_9; if ((((int32_t)L_25) == ((int32_t)((int32_t)58)))) { goto IL_00d7; } } { Il2CppChar L_26 = V_9; if ((((int32_t)L_26) == ((int32_t)((int32_t)93)))) { goto IL_00cd; } } { goto IL_013b; } IL_00a6: { int32_t L_27 = V_7; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_7 = L_28; int32_t* L_29 = ___end2; int32_t L_30 = *((int32_t*)L_29); if ((!(((uint32_t)L_28) == ((uint32_t)L_30)))) { goto IL_00b3; } } { return (bool)0; } IL_00b3: { Il2CppChar* L_31 = ___name0; int32_t L_32 = V_7; int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_32)), (int32_t)2))))); if ((((int32_t)L_33) == ((int32_t)((int32_t)93)))) { goto IL_00cd; } } { Il2CppChar* L_34 = ___name0; int32_t L_35 = V_7; int32_t L_36 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2))))); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)47))))) { goto IL_00a6; } } { goto IL_00fb; } IL_00cd: { int32_t L_37 = V_7; ___start1 = L_37; int32_t* L_38 = ___end2; int32_t L_39 = *((int32_t*)L_38); V_7 = L_39; goto IL_013f; } IL_00d7: { int32_t L_40 = V_7; if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_00f6; } } { Il2CppChar* L_41 = ___name0; int32_t L_42 = V_7; int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)))), (int32_t)2))))); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)58))))) { goto IL_00f6; } } { bool L_44 = V_2; if (!L_44) { goto IL_00ef; } } { return (bool)0; } IL_00ef: { V_2 = (bool)1; V_5 = (bool)0; goto IL_013d; } IL_00f6: { V_5 = (bool)1; goto IL_013d; } IL_00fb: { bool L_45 = ___validateStrictAddress3; if (!L_45) { goto IL_0100; } } { return (bool)0; } IL_0100: { int32_t L_46 = V_0; bool L_47 = V_4; if (!((int32_t)((int32_t)((((int32_t)L_46) == ((int32_t)0))? 1 : 0)|(int32_t)L_47))) { goto IL_010b; } } { return (bool)0; } IL_010b: { V_4 = (bool)1; V_5 = (bool)1; goto IL_013d; } IL_0113: { bool L_48 = V_3; if (!L_48) { goto IL_0118; } } { return (bool)0; } IL_0118: { int32_t* L_49 = ___end2; int32_t L_50 = *((int32_t*)L_49); V_7 = L_50; Il2CppChar* L_51 = ___name0; int32_t L_52 = V_6; bool L_53 = IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843((Il2CppChar*)(Il2CppChar*)L_51, L_52, (int32_t*)(&V_7), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); if (L_53) { goto IL_012d; } } { return (bool)0; } IL_012d: { int32_t L_54 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); V_3 = (bool)1; int32_t L_55 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)); goto IL_013d; } IL_013b: { return (bool)0; } IL_013d: { V_1 = 0; } IL_013f: { int32_t L_56 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0145: { int32_t L_57 = V_7; int32_t* L_58 = ___end2; int32_t L_59 = *((int32_t*)L_58); if ((((int32_t)L_57) < ((int32_t)L_59))) { goto IL_0019; } } { bool L_60 = V_4; if (!L_60) { goto IL_015c; } } { int32_t L_61 = V_1; if ((((int32_t)L_61) < ((int32_t)1))) { goto IL_015a; } } { int32_t L_62 = V_1; if ((((int32_t)L_62) <= ((int32_t)2))) { goto IL_015c; } } IL_015a: { return (bool)0; } IL_015c: { bool L_63 = V_4; G_B51_0 = 8; if (L_63) { G_B52_0 = 8; goto IL_0164; } } { G_B53_0 = 0; G_B53_1 = G_B51_0; goto IL_0165; } IL_0164: { G_B53_0 = 1; G_B53_1 = G_B52_0; } IL_0165: { V_8 = ((int32_t)il2cpp_codegen_add((int32_t)G_B53_1, (int32_t)G_B53_0)); bool L_64 = V_5; if (L_64) { goto IL_0192; } } { int32_t L_65 = V_1; if ((((int32_t)L_65) > ((int32_t)4))) { goto IL_0192; } } { bool L_66 = V_2; if (L_66) { goto IL_017a; } } { int32_t L_67 = V_0; int32_t L_68 = V_8; G_B58_0 = ((((int32_t)L_67) == ((int32_t)L_68))? 1 : 0); goto IL_017f; } IL_017a: { int32_t L_69 = V_0; int32_t L_70 = V_8; G_B58_0 = ((((int32_t)L_69) < ((int32_t)L_70))? 1 : 0); } IL_017f: { if (!G_B58_0) { goto IL_0192; } } { int32_t L_71 = V_7; int32_t* L_72 = ___end2; int32_t L_73 = *((int32_t*)L_72); if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)))))) { goto IL_0190; } } { int32_t* L_74 = ___end2; int32_t L_75 = ___start1; *((int32_t*)L_74) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); return (bool)1; } IL_0190: { return (bool)0; } IL_0192: { return (bool)0; } } // System.Boolean System.IPv6AddressHelper::IsValid(System.Char*,System.Int32,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValid_m2383F1A867665B04A4F2B8D82FF2B62BE51C2289 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___name0; int32_t L_1 = ___start1; int32_t* L_2 = ___end2; bool L_3 = IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A((Il2CppChar*)(Il2CppChar*)L_0, L_1, (int32_t*)L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.IPv6AddressHelper::IsValidStrict(System.Char*,System.Int32,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValidStrict_m4D3701E2EE4840DA681BB9D9BDACDDDBAE80A575 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___name0; int32_t L_1 = ___start1; int32_t* L_2 = ___end2; bool L_3 = IPv6AddressHelper_InternalIsValid_m3BD7E7524455146D4464037DA3B65530E547AB7A((Il2CppChar*)(Il2CppChar*)L_0, L_1, (int32_t*)L_2, (bool)1, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.IPv6AddressHelper::Parse(System.String,System.UInt16*,System.Int32,System.StringU26) extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB (String_t* ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { V_0 = 0; V_1 = 0; V_2 = (-1); V_3 = (bool)1; V_4 = 0; String_t* L_0 = ___address0; int32_t L_1 = ___start2; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)91))))) { goto IL_001b; } } { int32_t L_3 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001b: { int32_t L_4 = ___start2; V_5 = L_4; goto IL_01f1; } IL_0023: { String_t* L_5 = ___address0; int32_t L_6 = V_5; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL); V_6 = L_7; Il2CppChar L_8 = V_6; if ((((int32_t)L_8) == ((int32_t)((int32_t)37)))) { goto IL_0047; } } { Il2CppChar L_9 = V_6; if ((((int32_t)L_9) == ((int32_t)((int32_t)47)))) { goto IL_0198; } } { Il2CppChar L_10 = V_6; if ((((int32_t)L_10) == ((int32_t)((int32_t)58)))) { goto IL_00a9; } } { goto IL_01d9; } IL_0047: { bool L_11 = V_3; if (!L_11) { goto IL_0059; } } { uint16_t* L_12 = ___numbers1; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_15))); V_3 = (bool)0; } IL_0059: { int32_t L_16 = V_5; ___start2 = L_16; int32_t L_17 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); goto IL_006b; } IL_0065: { int32_t L_18 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_006b: { String_t* L_19 = ___address0; int32_t L_20 = V_5; NullCheck(L_19); Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)((int32_t)93)))) { goto IL_0083; } } { String_t* L_22 = ___address0; int32_t L_23 = V_5; NullCheck(L_22); Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)47))))) { goto IL_0065; } } IL_0083: { String_t** L_25 = ___scopeId3; String_t* L_26 = ___address0; int32_t L_27 = ___start2; int32_t L_28 = V_5; int32_t L_29 = ___start2; NullCheck(L_26); String_t* L_30 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); *((RuntimeObject **)L_25) = (RuntimeObject *)L_30; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_25, (RuntimeObject *)L_30); goto IL_0098; } IL_0092: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0098: { String_t* L_32 = ___address0; int32_t L_33 = V_5; NullCheck(L_32); Il2CppChar L_34 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_32, L_33, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)93))))) { goto IL_0092; } } { goto IL_01f1; } IL_00a9: { uint16_t* L_35 = ___numbers1; int32_t L_36 = V_1; int32_t L_37 = L_36; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); int32_t L_38 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_38))); V_0 = 0; int32_t L_39 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); String_t* L_40 = ___address0; int32_t L_41 = V_5; NullCheck(L_40); Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_40, L_41, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)58))))) { goto IL_00d4; } } { int32_t L_43 = V_1; V_2 = L_43; int32_t L_44 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); goto IL_00df; } IL_00d4: { int32_t L_45 = V_2; if ((((int32_t)L_45) >= ((int32_t)0))) { goto IL_00df; } } { int32_t L_46 = V_1; if ((((int32_t)L_46) < ((int32_t)6))) { goto IL_01f1; } } IL_00df: { int32_t L_47 = V_5; V_7 = L_47; goto IL_0158; } IL_00e5: { String_t* L_48 = ___address0; int32_t L_49 = V_7; NullCheck(L_48); Il2CppChar L_50 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_48, L_49, /*hidden argument*/NULL); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)46))))) { goto IL_0152; } } { goto IL_00f9; } IL_00f3: { int32_t L_51 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00f9: { String_t* L_52 = ___address0; int32_t L_53 = V_7; NullCheck(L_52); Il2CppChar L_54 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, L_53, /*hidden argument*/NULL); if ((((int32_t)L_54) == ((int32_t)((int32_t)93)))) { goto IL_011d; } } { String_t* L_55 = ___address0; int32_t L_56 = V_7; NullCheck(L_55); Il2CppChar L_57 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_55, L_56, /*hidden argument*/NULL); if ((((int32_t)L_57) == ((int32_t)((int32_t)47)))) { goto IL_011d; } } { String_t* L_58 = ___address0; int32_t L_59 = V_7; NullCheck(L_58); Il2CppChar L_60 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_58, L_59, /*hidden argument*/NULL); if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)37))))) { goto IL_00f3; } } IL_011d: { String_t* L_61 = ___address0; int32_t L_62 = V_5; int32_t L_63 = V_7; int32_t L_64 = IPv4AddressHelper_ParseHostNumber_m798FB6828971F70775D1125565A1D1025C897F14(L_61, L_62, L_63, /*hidden argument*/NULL); V_0 = L_64; uint16_t* L_65 = ___numbers1; int32_t L_66 = V_1; int32_t L_67 = L_66; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); int32_t L_68 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_65, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_67)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_68>>(int32_t)((int32_t)16)))))); uint16_t* L_69 = ___numbers1; int32_t L_70 = V_1; int32_t L_71 = L_70; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); int32_t L_72 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_71)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_72))); int32_t L_73 = V_7; V_5 = L_73; V_0 = 0; V_3 = (bool)0; goto IL_01f1; } IL_0152: { int32_t L_74 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_0158: { String_t* L_75 = ___address0; int32_t L_76 = V_7; NullCheck(L_75); Il2CppChar L_77 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_75, L_76, /*hidden argument*/NULL); if ((((int32_t)L_77) == ((int32_t)((int32_t)93)))) { goto IL_01f1; } } { String_t* L_78 = ___address0; int32_t L_79 = V_7; NullCheck(L_78); Il2CppChar L_80 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_78, L_79, /*hidden argument*/NULL); if ((((int32_t)L_80) == ((int32_t)((int32_t)58)))) { goto IL_01f1; } } { String_t* L_81 = ___address0; int32_t L_82 = V_7; NullCheck(L_81); Il2CppChar L_83 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_81, L_82, /*hidden argument*/NULL); if ((((int32_t)L_83) == ((int32_t)((int32_t)37)))) { goto IL_01f1; } } { String_t* L_84 = ___address0; int32_t L_85 = V_7; NullCheck(L_84); Il2CppChar L_86 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_84, L_85, /*hidden argument*/NULL); if ((((int32_t)L_86) == ((int32_t)((int32_t)47)))) { goto IL_01f1; } } { int32_t L_87 = V_7; int32_t L_88 = V_5; if ((((int32_t)L_87) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)4))))) { goto IL_00e5; } } { goto IL_01f1; } IL_0198: { bool L_89 = V_3; if (!L_89) { goto IL_01aa; } } { uint16_t* L_90 = ___numbers1; int32_t L_91 = V_1; int32_t L_92 = L_91; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); int32_t L_93 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_90, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_92)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_93))); V_3 = (bool)0; } IL_01aa: { int32_t L_94 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); goto IL_01cb; } IL_01b2: { int32_t L_95 = V_4; String_t* L_96 = ___address0; int32_t L_97 = V_5; NullCheck(L_96); Il2CppChar L_98 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_96, L_97, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_95, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)((int32_t)48))))); int32_t L_99 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_01cb: { String_t* L_100 = ___address0; int32_t L_101 = V_5; NullCheck(L_100); Il2CppChar L_102 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_100, L_101, /*hidden argument*/NULL); if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)93))))) { goto IL_01b2; } } { goto IL_01f1; } IL_01d9: { int32_t L_103 = V_0; String_t* L_104 = ___address0; int32_t L_105 = V_5; int32_t L_106 = L_105; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); NullCheck(L_104); Il2CppChar L_107 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_104, L_106, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); int32_t L_108 = Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B(L_107, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)((int32_t)16))), (int32_t)L_108)); } IL_01f1: { int32_t L_109 = V_5; String_t* L_110 = ___address0; NullCheck(L_110); int32_t L_111 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_110, /*hidden argument*/NULL); if ((((int32_t)L_109) >= ((int32_t)L_111))) { goto IL_020a; } } { String_t* L_112 = ___address0; int32_t L_113 = V_5; NullCheck(L_112); Il2CppChar L_114 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_112, L_113, /*hidden argument*/NULL); if ((!(((uint32_t)L_114) == ((uint32_t)((int32_t)93))))) { goto IL_0023; } } IL_020a: { bool L_115 = V_3; if (!L_115) { goto IL_021a; } } { uint16_t* L_116 = ___numbers1; int32_t L_117 = V_1; int32_t L_118 = L_117; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); int32_t L_119 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_116, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_118)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)L_119))); } IL_021a: { int32_t L_120 = V_2; if ((((int32_t)L_120) <= ((int32_t)0))) { goto IL_025b; } } { V_8 = 7; int32_t L_121 = V_1; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)1)); int32_t L_122 = V_1; int32_t L_123 = V_2; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)L_123)); goto IL_0256; } IL_022d: { uint16_t* L_124 = ___numbers1; int32_t L_125 = V_8; int32_t L_126 = L_125; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)1)); uint16_t* L_127 = ___numbers1; int32_t L_128 = V_9; int32_t L_129 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_127, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_128)), (int32_t)2))))); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_124, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_126)), (int32_t)2))))) = (int16_t)L_129; uint16_t* L_130 = ___numbers1; int32_t L_131 = V_9; int32_t L_132 = L_131; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)1)); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_130, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_132)), (int32_t)2))))) = (int16_t)0; int32_t L_133 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)1)); } IL_0256: { int32_t L_134 = V_10; if ((((int32_t)L_134) > ((int32_t)0))) { goto IL_022d; } } IL_025b: { uint16_t* L_135 = ___numbers1; int32_t L_136 = *((uint16_t*)L_135); if (L_136) { goto IL_02d2; } } { uint16_t* L_137 = ___numbers1; int32_t L_138 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_137, (int32_t)2))); if (L_138) { goto IL_02d2; } } { uint16_t* L_139 = ___numbers1; int32_t L_140 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_139, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); if (L_140) { goto IL_02d2; } } { uint16_t* L_141 = ___numbers1; int32_t L_142 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_141, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2))))); if (L_142) { goto IL_02d2; } } { uint16_t* L_143 = ___numbers1; int32_t L_144 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_143, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))); if (L_144) { goto IL_02d2; } } { uint16_t* L_145 = ___numbers1; int32_t L_146 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_145, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); if (L_146) { goto IL_029c; } } { uint16_t* L_147 = ___numbers1; int32_t L_148 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_147, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); if (L_148) { goto IL_029c; } } { uint16_t* L_149 = ___numbers1; int32_t L_150 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_149, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2))))); if ((((int32_t)L_150) == ((int32_t)1))) { goto IL_02d0; } } IL_029c: { uint16_t* L_151 = ___numbers1; int32_t L_152 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_151, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))); if ((!(((uint32_t)L_152) == ((uint32_t)((int32_t)32512))))) { goto IL_02ce; } } { uint16_t* L_153 = ___numbers1; int32_t L_154 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2))))); if ((!(((uint32_t)L_154) == ((uint32_t)1)))) { goto IL_02ce; } } { uint16_t* L_155 = ___numbers1; int32_t L_156 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); if (!L_156) { goto IL_02cc; } } { uint16_t* L_157 = ___numbers1; int32_t L_158 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_157, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))); return (bool)((((int32_t)L_158) == ((int32_t)((int32_t)65535)))? 1 : 0); } IL_02cc: { return (bool)1; } IL_02ce: { return (bool)0; } IL_02d0: { return (bool)1; } IL_02d2: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___unicode0; if ((((int32_t)L_0) < ((int32_t)((int32_t)160)))) { goto IL_0010; } } { Il2CppChar L_1 = ___unicode0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)55295)))) { goto IL_0049; } } IL_0010: { Il2CppChar L_2 = ___unicode0; if ((((int32_t)L_2) < ((int32_t)((int32_t)63744)))) { goto IL_0020; } } { Il2CppChar L_3 = ___unicode0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)64975)))) { goto IL_0049; } } IL_0020: { Il2CppChar L_4 = ___unicode0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65008)))) { goto IL_0030; } } { Il2CppChar L_5 = ___unicode0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)65519)))) { goto IL_0049; } } IL_0030: { bool L_6 = ___isQuery1; if (!L_6) { goto IL_0047; } } { Il2CppChar L_7 = ___unicode0; if ((((int32_t)L_7) < ((int32_t)((int32_t)57344)))) { goto IL_0047; } } { Il2CppChar L_8 = ___unicode0; return (bool)((((int32_t)((((int32_t)L_8) > ((int32_t)((int32_t)63743)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0047: { return (bool)0; } IL_0049: { return (bool)1; } } // System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.BooleanU26,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9 (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; { V_0 = (bool)0; bool* L_0 = ___surrogatePair2; *((int8_t*)L_0) = (int8_t)0; Il2CppChar L_1 = ___highSurr0; Il2CppChar L_2 = ___lowSurr1; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_3 = Char_IsSurrogatePair_m186784A2523D247DD43AC669D29A140AE0E992CF(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_020e; } } { bool* L_4 = ___surrogatePair2; *((int8_t*)L_4) = (int8_t)1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5; Il2CppChar L_7 = ___highSurr0; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)L_7); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_6; Il2CppChar L_9 = ___lowSurr1; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (Il2CppChar)L_9); String_t* L_10 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_8, /*hidden argument*/NULL); V_1 = L_10; String_t* L_11 = V_1; int32_t L_12 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_11, _stringLiteral65E574DF4C26A5034E26490200EF9040B9AD3A26, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_0047; } } { String_t* L_13 = V_1; int32_t L_14 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_13, _stringLiteral138AE1291D0FDD2939737A605784ED08E78A9737, /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_020c; } } IL_0047: { String_t* L_15 = V_1; int32_t L_16 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_15, _stringLiteral7DF115C7517A2274DDEA5B68BAC5337B387D957F, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0066; } } { String_t* L_17 = V_1; int32_t L_18 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_17, _stringLiteral2E8D21C998F75805B9367B60DD8A3B85620ACACC, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_020c; } } IL_0066: { String_t* L_19 = V_1; int32_t L_20 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_19, _stringLiteral7C1881B48BC394F86F2C5B88C9C0D564876D2822, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_0085; } } { String_t* L_21 = V_1; int32_t L_22 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_21, _stringLiteral2051DA5902A321BE45FD27292CD8E8397E1CBC8A, /*hidden argument*/NULL); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_020c; } } IL_0085: { String_t* L_23 = V_1; int32_t L_24 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_23, _stringLiteral403658E687068FB4134ECC254ECAF3136CDC3FE6, /*hidden argument*/NULL); if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_00a4; } } { String_t* L_25 = V_1; int32_t L_26 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_25, _stringLiteralBB94D38BBC3E55D3BB9ED775E3926427237C5BB4, /*hidden argument*/NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_020c; } } IL_00a4: { String_t* L_27 = V_1; int32_t L_28 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_27, _stringLiteral46751B390D92C344617E7490A91616F7DAE87A4D, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_00c3; } } { String_t* L_29 = V_1; int32_t L_30 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_29, _stringLiteral5567A4280B56B93887A3411B9BA889553B427D9C, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_020c; } } IL_00c3: { String_t* L_31 = V_1; int32_t L_32 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_31, _stringLiteral84F802341A80D8821928A6BF042018F28F6BD6BC, /*hidden argument*/NULL); if ((((int32_t)L_32) < ((int32_t)0))) { goto IL_00e2; } } { String_t* L_33 = V_1; int32_t L_34 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_33, _stringLiteral8D5280EE3B031DC560AA00396A9D537BC0401F97, /*hidden argument*/NULL); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_020c; } } IL_00e2: { String_t* L_35 = V_1; int32_t L_36 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_35, _stringLiteralA1F04E6EFD522730470A7511DBE3EBF9FD0108A4, /*hidden argument*/NULL); if ((((int32_t)L_36) < ((int32_t)0))) { goto IL_0101; } } { String_t* L_37 = V_1; int32_t L_38 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_37, _stringLiteralFE7B8C6038A1A74D80BFF5F23FB9B41209B3A58B, /*hidden argument*/NULL); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_020c; } } IL_0101: { String_t* L_39 = V_1; int32_t L_40 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_39, _stringLiteral1C1B3D6FF94B2A59F3278B9591692B9DE73EE437, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)0))) { goto IL_0120; } } { String_t* L_41 = V_1; int32_t L_42 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_41, _stringLiteralEBF4DF063AA788A23C3FE2ADCA2B6C0525339B9A, /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_020c; } } IL_0120: { String_t* L_43 = V_1; int32_t L_44 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_43, _stringLiteral9929BD76BB6A479BD748D213279338B8145D9D00, /*hidden argument*/NULL); if ((((int32_t)L_44) < ((int32_t)0))) { goto IL_013f; } } { String_t* L_45 = V_1; int32_t L_46 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_45, _stringLiteralE462BF1A8BF1155E522ABAE519222876450BA43D, /*hidden argument*/NULL); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_020c; } } IL_013f: { String_t* L_47 = V_1; int32_t L_48 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_47, _stringLiteralE31A30F4BF98EB850A9819DC3447D918FC18090C, /*hidden argument*/NULL); if ((((int32_t)L_48) < ((int32_t)0))) { goto IL_015e; } } { String_t* L_49 = V_1; int32_t L_50 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_49, _stringLiteral02A1DE7D81235D0F3D7F59638AB990CC581D9A3B, /*hidden argument*/NULL); if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_020c; } } IL_015e: { String_t* L_51 = V_1; int32_t L_52 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_51, _stringLiteral4AC5B82C2DA6F96723218DFF7504C664E1F80881, /*hidden argument*/NULL); if ((((int32_t)L_52) < ((int32_t)0))) { goto IL_017d; } } { String_t* L_53 = V_1; int32_t L_54 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_53, _stringLiteral5768A067F71F301CCE9ED7360D139F45BA6D4727, /*hidden argument*/NULL); if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_020c; } } IL_017d: { String_t* L_55 = V_1; int32_t L_56 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_55, _stringLiteral3E5093C51691F5F09D01B272E203376795391CF1, /*hidden argument*/NULL); if ((((int32_t)L_56) < ((int32_t)0))) { goto IL_0199; } } { String_t* L_57 = V_1; int32_t L_58 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_57, _stringLiteralEB3A4B5CCA54F76C5610D00E036890D02D084AA6, /*hidden argument*/NULL); if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_020c; } } IL_0199: { String_t* L_59 = V_1; int32_t L_60 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_59, _stringLiteral4E4A483ED626825D63C2302304176521EFF9ECBD, /*hidden argument*/NULL); if ((((int32_t)L_60) < ((int32_t)0))) { goto IL_01b5; } } { String_t* L_61 = V_1; int32_t L_62 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_61, _stringLiteralEA702382708DA683ABF93965F8A5B28FEA3E28DE, /*hidden argument*/NULL); if ((((int32_t)L_62) <= ((int32_t)0))) { goto IL_020c; } } IL_01b5: { String_t* L_63 = V_1; int32_t L_64 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_63, _stringLiteral497DA240B99C0C1C3CD67AFDEED37F94AD9AE2D8, /*hidden argument*/NULL); if ((((int32_t)L_64) < ((int32_t)0))) { goto IL_01d1; } } { String_t* L_65 = V_1; int32_t L_66 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_65, _stringLiteral25B6294BE206F89D782E1DECFE2B11C7BCF92979, /*hidden argument*/NULL); if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_020c; } } IL_01d1: { bool L_67 = ___isQuery3; if (!L_67) { goto IL_020e; } } { String_t* L_68 = V_1; int32_t L_69 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_68, _stringLiteral7A15E3C35643EC9CE81F0D068C0058ED00FE6913, /*hidden argument*/NULL); if ((((int32_t)L_69) < ((int32_t)0))) { goto IL_01f0; } } { String_t* L_70 = V_1; int32_t L_71 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_70, _stringLiteralF8A984849A4EAB9B84E59C9F56576501E362F093, /*hidden argument*/NULL); if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_020c; } } IL_01f0: { String_t* L_72 = V_1; int32_t L_73 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_72, _stringLiteralBDB82E3AC7750DEFC34C5182BAFD1520C70F6BA0, /*hidden argument*/NULL); if ((((int32_t)L_73) < ((int32_t)0))) { goto IL_020e; } } { String_t* L_74 = V_1; int32_t L_75 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_74, _stringLiteralFBD638320493F35A0D0672A1D87CDDFCCFB9BADD, /*hidden argument*/NULL); if ((((int32_t)L_75) > ((int32_t)0))) { goto IL_020e; } } IL_020c: { V_0 = (bool)1; } IL_020e: { bool L_76 = V_0; return L_76; } } // System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents) extern "C" IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___component1; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_002b; } } { int32_t L_1 = ___component1; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_002b; } } { int32_t L_2 = ___component1; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002b; } } { int32_t L_3 = ___component1; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_002b; } } { int32_t L_4 = ___component1; if ((((int32_t)L_4) == ((int32_t)((int32_t)16)))) { goto IL_002b; } } { int32_t L_5 = ___component1; if ((((int32_t)L_5) == ((int32_t)((int32_t)32)))) { goto IL_002b; } } { int32_t L_6 = ___component1; if ((((int32_t)L_6) == ((int32_t)((int32_t)64)))) { goto IL_002b; } } { int32_t L_7 = ___component1; if (!L_7) { goto IL_0024; } } { return (bool)0; } IL_0024: { Il2CppChar L_8 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_9 = Uri_IsGenDelim_m376CCA5D00D019A69FD746C57D236A54EB9D3CF3(L_8, /*hidden argument*/NULL); return L_9; } IL_002b: { int32_t L_10 = ___component1; if ((((int32_t)L_10) > ((int32_t)4))) { goto IL_003c; } } { int32_t L_11 = ___component1; if ((((int32_t)L_11) == ((int32_t)2))) { goto IL_0050; } } { int32_t L_12 = ___component1; if ((((int32_t)L_12) == ((int32_t)4))) { goto IL_0070; } } { goto IL_00d2; } IL_003c: { int32_t L_13 = ___component1; if ((((int32_t)L_13) == ((int32_t)((int32_t)16)))) { goto IL_0095; } } { int32_t L_14 = ___component1; if ((((int32_t)L_14) == ((int32_t)((int32_t)32)))) { goto IL_00b0; } } { int32_t L_15 = ___component1; if ((((int32_t)L_15) == ((int32_t)((int32_t)64)))) { goto IL_00c1; } } { goto IL_00d2; } IL_0050: { Il2CppChar L_16 = ___ch0; if ((((int32_t)L_16) == ((int32_t)((int32_t)47)))) { goto IL_006e; } } { Il2CppChar L_17 = ___ch0; if ((((int32_t)L_17) == ((int32_t)((int32_t)63)))) { goto IL_006e; } } { Il2CppChar L_18 = ___ch0; if ((((int32_t)L_18) == ((int32_t)((int32_t)35)))) { goto IL_006e; } } { Il2CppChar L_19 = ___ch0; if ((((int32_t)L_19) == ((int32_t)((int32_t)91)))) { goto IL_006e; } } { Il2CppChar L_20 = ___ch0; if ((((int32_t)L_20) == ((int32_t)((int32_t)93)))) { goto IL_006e; } } { Il2CppChar L_21 = ___ch0; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)64))))) { goto IL_00d2; } } IL_006e: { return (bool)1; } IL_0070: { Il2CppChar L_22 = ___ch0; if ((((int32_t)L_22) == ((int32_t)((int32_t)58)))) { goto IL_0093; } } { Il2CppChar L_23 = ___ch0; if ((((int32_t)L_23) == ((int32_t)((int32_t)47)))) { goto IL_0093; } } { Il2CppChar L_24 = ___ch0; if ((((int32_t)L_24) == ((int32_t)((int32_t)63)))) { goto IL_0093; } } { Il2CppChar L_25 = ___ch0; if ((((int32_t)L_25) == ((int32_t)((int32_t)35)))) { goto IL_0093; } } { Il2CppChar L_26 = ___ch0; if ((((int32_t)L_26) == ((int32_t)((int32_t)91)))) { goto IL_0093; } } { Il2CppChar L_27 = ___ch0; if ((((int32_t)L_27) == ((int32_t)((int32_t)93)))) { goto IL_0093; } } { Il2CppChar L_28 = ___ch0; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)64))))) { goto IL_00d2; } } IL_0093: { return (bool)1; } IL_0095: { Il2CppChar L_29 = ___ch0; if ((((int32_t)L_29) == ((int32_t)((int32_t)47)))) { goto IL_00ae; } } { Il2CppChar L_30 = ___ch0; if ((((int32_t)L_30) == ((int32_t)((int32_t)63)))) { goto IL_00ae; } } { Il2CppChar L_31 = ___ch0; if ((((int32_t)L_31) == ((int32_t)((int32_t)35)))) { goto IL_00ae; } } { Il2CppChar L_32 = ___ch0; if ((((int32_t)L_32) == ((int32_t)((int32_t)91)))) { goto IL_00ae; } } { Il2CppChar L_33 = ___ch0; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)93))))) { goto IL_00d2; } } IL_00ae: { return (bool)1; } IL_00b0: { Il2CppChar L_34 = ___ch0; if ((((int32_t)L_34) == ((int32_t)((int32_t)35)))) { goto IL_00bf; } } { Il2CppChar L_35 = ___ch0; if ((((int32_t)L_35) == ((int32_t)((int32_t)91)))) { goto IL_00bf; } } { Il2CppChar L_36 = ___ch0; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)93))))) { goto IL_00d2; } } IL_00bf: { return (bool)1; } IL_00c1: { Il2CppChar L_37 = ___ch0; if ((((int32_t)L_37) == ((int32_t)((int32_t)35)))) { goto IL_00d0; } } { Il2CppChar L_38 = ___ch0; if ((((int32_t)L_38) == ((int32_t)((int32_t)91)))) { goto IL_00d0; } } { Il2CppChar L_39 = ___ch0; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)93))))) { goto IL_00d2; } } IL_00d0: { return (bool)1; } IL_00d2: { return (bool)0; } } // System.String System.IriHelper::EscapeUnescapeIri(System.Char*,System.Int32,System.Int32,System.UriComponents) extern "C" IL2CPP_METHOD_ATTR String_t* IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239 (Il2CppChar* ___pInput0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_2; memset(&V_2, 0, sizeof(V_2)); Il2CppChar* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Il2CppChar V_7 = 0x0; bool V_8 = false; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; Il2CppChar V_15 = 0x0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_16 = NULL; Il2CppChar* V_17 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_18 = NULL; uint8_t* V_19 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_20 = NULL; int32_t V_21 = 0; int32_t V_22 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B40_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B39_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B41_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B42_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B44_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B43_0 = NULL; Il2CppChar* G_B51_0 = NULL; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B51_1 = NULL; Il2CppChar* G_B50_0 = NULL; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B50_1 = NULL; int32_t G_B52_0 = 0; Il2CppChar* G_B52_1 = NULL; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B52_2 = NULL; { int32_t L_0 = ___end2; int32_t L_1 = ___start1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))); V_0 = L_2; V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_0; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_4 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E((RuntimeObject *)(RuntimeObject *)L_3, 3, /*hidden argument*/NULL); V_2 = L_4; intptr_t L_5 = GCHandle_AddrOfPinnedObject_mA20090CB8274F28D087A6E8AD36D3230B6741EA5((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL); void* L_6 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_5, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_6; V_4 = 0; int32_t L_7 = ___start1; V_5 = L_7; V_6 = 0; V_8 = (bool)0; V_9 = (bool)0; goto IL_03cb; } IL_0034: { V_8 = (bool)0; V_9 = (bool)0; Il2CppChar* L_8 = ___pInput0; int32_t L_9 = V_5; int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2))))); int32_t L_11 = L_10; V_7 = L_11; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)37))))) { goto IL_022f; } } { int32_t L_12 = V_5; int32_t L_13 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2))) >= ((int32_t)L_13))) { goto IL_0215; } } { Il2CppChar* L_14 = ___pInput0; int32_t L_15 = V_5; int32_t L_16 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)))), (int32_t)2))))); Il2CppChar* L_17 = ___pInput0; int32_t L_18 = V_5; int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2)))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var); Il2CppChar L_20 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_16, L_19, /*hidden argument*/NULL); V_7 = L_20; Il2CppChar L_21 = V_7; if ((((int32_t)L_21) == ((int32_t)((int32_t)65535)))) { goto IL_0093; } } { Il2CppChar L_22 = V_7; if ((((int32_t)L_22) == ((int32_t)((int32_t)37)))) { goto IL_0093; } } { Il2CppChar L_23 = V_7; int32_t L_24 = ___component3; bool L_25 = IriHelper_CheckIsReserved_m5C0A35BF0890852A3FC564618DB0836BBB6C0F1C(L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0093; } } { Il2CppChar L_26 = V_7; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var); bool L_27 = UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00e1; } } IL_0093: { Il2CppChar* L_28 = V_3; int32_t L_29 = V_6; int32_t L_30 = L_29; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); Il2CppChar* L_31 = ___pInput0; int32_t L_32 = V_5; int32_t L_33 = L_32; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_33)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2))))) = (int16_t)L_34; Il2CppChar* L_35 = V_3; int32_t L_36 = V_6; int32_t L_37 = L_36; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); Il2CppChar* L_38 = ___pInput0; int32_t L_39 = V_5; int32_t L_40 = L_39; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2))))) = (int16_t)L_41; Il2CppChar* L_42 = V_3; int32_t L_43 = V_6; int32_t L_44 = L_43; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); Il2CppChar* L_45 = ___pInput0; int32_t L_46 = V_5; int32_t L_47 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_46)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_44)), (int32_t)2))))) = (int16_t)L_47; goto IL_03c5; } IL_00e1: { Il2CppChar L_48 = V_7; if ((((int32_t)L_48) > ((int32_t)((int32_t)127)))) { goto IL_0101; } } { Il2CppChar* L_49 = V_3; int32_t L_50 = V_6; int32_t L_51 = L_50; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); Il2CppChar L_52 = V_7; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_51)), (int32_t)2))))) = (int16_t)L_52; int32_t L_53 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)2)); goto IL_03c5; } IL_0101: { int32_t L_54 = V_5; V_10 = L_54; V_11 = 1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_1; if (L_55) { goto IL_0115; } } { int32_t L_56 = ___end2; int32_t L_57 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57))); V_1 = L_58; } IL_0115: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_1; Il2CppChar L_60 = V_7; NullCheck(L_59); (L_59)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_60)))); int32_t L_61 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)3)); goto IL_0178; } IL_0123: { Il2CppChar* L_62 = ___pInput0; int32_t L_63 = V_5; int32_t L_64 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_63)), (int32_t)2))))); int32_t L_65 = L_64; V_7 = L_65; if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)37))))) { goto IL_017d; } } { int32_t L_66 = V_5; int32_t L_67 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)2))) >= ((int32_t)L_67))) { goto IL_017d; } } { Il2CppChar* L_68 = ___pInput0; int32_t L_69 = V_5; int32_t L_70 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)))), (int32_t)2))))); Il2CppChar* L_71 = ___pInput0; int32_t L_72 = V_5; int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)2)))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var); Il2CppChar L_74 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_70, L_73, /*hidden argument*/NULL); V_7 = L_74; Il2CppChar L_75 = V_7; if ((((int32_t)L_75) == ((int32_t)((int32_t)65535)))) { goto IL_017d; } } { Il2CppChar L_76 = V_7; if ((((int32_t)L_76) < ((int32_t)((int32_t)128)))) { goto IL_017d; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = V_1; int32_t L_78 = V_11; int32_t L_79 = L_78; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); Il2CppChar L_80 = V_7; NullCheck(L_77); (L_77)->SetAt(static_cast(L_79), (uint8_t)(((int32_t)((uint8_t)L_80)))); int32_t L_81 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)3)); } IL_0178: { int32_t L_82 = V_5; int32_t L_83 = ___end2; if ((((int32_t)L_82) < ((int32_t)L_83))) { goto IL_0123; } } IL_017d: { int32_t L_84 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)1)); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_85 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); NullCheck(L_85); RuntimeObject * L_86 = VirtFuncInvoker0< RuntimeObject * >::Invoke(9 /* System.Object System.Text.Encoding::Clone() */, L_85); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_87 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_86, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var)); EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_88 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)il2cpp_codegen_object_new(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var); EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD(L_88, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_87); Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A(L_87, L_88, /*hidden argument*/NULL); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_89 = L_87; DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_90 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var); DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B(L_90, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_89); Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC(L_89, L_90, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = V_1; NullCheck(L_91); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_92 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length))))); V_12 = L_92; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = V_1; int32_t L_94 = V_11; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_95 = V_12; NullCheck(L_89); int32_t L_96 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(24 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_89, L_93, 0, L_94, L_95, 0); V_13 = L_96; int32_t L_97 = V_13; if (!L_97) { goto IL_01e9; } } { Il2CppChar* L_98 = V_3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_99 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = V_12; int32_t L_101 = V_13; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_102 = V_1; int32_t L_103 = V_11; int32_t L_104 = ___component3; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var); UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F((Il2CppChar*)(Il2CppChar*)L_98, L_99, (int32_t*)(&V_6), L_100, L_101, L_102, L_103, (bool)((((int32_t)L_104) == ((int32_t)((int32_t)32)))? 1 : 0), (bool)1, /*hidden argument*/NULL); goto IL_02e6; } IL_01e9: { int32_t L_105 = V_10; V_14 = L_105; goto IL_020a; } IL_01ef: { Il2CppChar* L_106 = V_3; int32_t L_107 = V_6; int32_t L_108 = L_107; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); Il2CppChar* L_109 = ___pInput0; int32_t L_110 = V_14; int32_t L_111 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_110)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_106, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_108)), (int32_t)2))))) = (int16_t)L_111; int32_t L_112 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_020a: { int32_t L_113 = V_14; int32_t L_114 = V_5; if ((((int32_t)L_113) <= ((int32_t)L_114))) { goto IL_01ef; } } { goto IL_02e6; } IL_0215: { Il2CppChar* L_115 = V_3; int32_t L_116 = V_6; int32_t L_117 = L_116; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)); Il2CppChar* L_118 = ___pInput0; int32_t L_119 = V_5; int32_t L_120 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_118, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_119)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_115, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_117)), (int32_t)2))))) = (int16_t)L_120; goto IL_02e6; } IL_022f: { Il2CppChar L_121 = V_7; if ((((int32_t)L_121) <= ((int32_t)((int32_t)127)))) { goto IL_02d1; } } { Il2CppChar L_122 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_123 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_029e; } } { int32_t L_124 = V_5; int32_t L_125 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1))) >= ((int32_t)L_125))) { goto IL_029e; } } { Il2CppChar* L_126 = ___pInput0; int32_t L_127 = V_5; int32_t L_128 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_126, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)))), (int32_t)2))))); V_15 = L_128; Il2CppChar L_129 = V_7; Il2CppChar L_130 = V_15; int32_t L_131 = ___component3; bool L_132 = IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9(L_129, L_130, (bool*)(&V_9), (bool)((((int32_t)L_131) == ((int32_t)((int32_t)32)))? 1 : 0), /*hidden argument*/NULL); V_8 = (bool)((((int32_t)L_132) == ((int32_t)0))? 1 : 0); bool L_133 = V_8; if (L_133) { goto IL_02e6; } } { Il2CppChar* L_134 = V_3; int32_t L_135 = V_6; int32_t L_136 = L_135; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); Il2CppChar* L_137 = ___pInput0; int32_t L_138 = V_5; int32_t L_139 = L_138; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); int32_t L_140 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_137, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_139)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_136)), (int32_t)2))))) = (int16_t)L_140; Il2CppChar* L_141 = V_3; int32_t L_142 = V_6; int32_t L_143 = L_142; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); Il2CppChar* L_144 = ___pInput0; int32_t L_145 = V_5; int32_t L_146 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_144, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_145)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_141, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_143)), (int32_t)2))))) = (int16_t)L_146; goto IL_02e6; } IL_029e: { Il2CppChar L_147 = V_7; int32_t L_148 = ___component3; bool L_149 = IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C(L_147, (bool)((((int32_t)L_148) == ((int32_t)((int32_t)32)))? 1 : 0), /*hidden argument*/NULL); if (!L_149) { goto IL_02cc; } } { Il2CppChar L_150 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_151 = Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D(L_150, /*hidden argument*/NULL); if (L_151) { goto IL_02e6; } } { Il2CppChar* L_152 = V_3; int32_t L_153 = V_6; int32_t L_154 = L_153; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); Il2CppChar* L_155 = ___pInput0; int32_t L_156 = V_5; int32_t L_157 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_156)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_152, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_154)), (int32_t)2))))) = (int16_t)L_157; goto IL_02e6; } IL_02cc: { V_8 = (bool)1; goto IL_02e6; } IL_02d1: { Il2CppChar* L_158 = V_3; int32_t L_159 = V_6; int32_t L_160 = L_159; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); Il2CppChar* L_161 = ___pInput0; int32_t L_162 = V_5; int32_t L_163 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_161, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_162)), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_158, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_160)), (int32_t)2))))) = (int16_t)L_163; } IL_02e6: { bool L_164 = V_8; if (!L_164) { goto IL_03c5; } } { int32_t L_165 = V_4; if ((((int32_t)L_165) >= ((int32_t)((int32_t)12)))) { goto IL_0357; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_166 = V_0; NullCheck(L_166); if (((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_166)->max_length)))) + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_166)->max_length)))) + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_RuntimeMethod_var); int32_t L_167 = V_4; if (((int64_t)L_167 + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_167 + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239_RuntimeMethod_var); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)((int32_t)90))); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_168 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_166)->max_length)))), (int32_t)((int32_t)90)))); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_169 = L_168; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_170 = L_169; V_18 = L_170; G_B39_0 = L_169; if (!L_170) { G_B40_0 = L_169; goto IL_0311; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_171 = V_18; NullCheck(L_171); G_B40_0 = G_B39_0; if ((((int32_t)((int32_t)(((RuntimeArray *)L_171)->max_length))))) { G_B41_0 = G_B39_0; goto IL_0317; } } IL_0311: { V_17 = (Il2CppChar*)(((uintptr_t)0)); G_B42_0 = G_B40_0; goto IL_0322; } IL_0317: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_172 = V_18; NullCheck(L_172); V_17 = (Il2CppChar*)(((uintptr_t)((L_172)->GetAddressAt(static_cast(0))))); G_B42_0 = G_B41_0; } IL_0322: { Il2CppChar* L_173 = V_17; Il2CppChar* L_174 = V_3; int32_t L_175 = V_6; Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678((uint8_t*)(uint8_t*)L_173, (uint8_t*)(uint8_t*)L_174, ((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)2)), /*hidden argument*/NULL); V_18 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL; bool L_176 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL); G_B43_0 = G_B42_0; if (!L_176) { G_B44_0 = G_B42_0; goto IL_0341; } } { GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL); G_B44_0 = G_B43_0; } IL_0341: { V_0 = G_B44_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_177 = V_0; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_178 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E((RuntimeObject *)(RuntimeObject *)L_177, 3, /*hidden argument*/NULL); V_2 = L_178; intptr_t L_179 = GCHandle_AddrOfPinnedObject_mA20090CB8274F28D087A6E8AD36D3230B6741EA5((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL); void* L_180 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_179, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_180; } IL_0357: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_181 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); V_16 = L_181; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_182 = V_16; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_183 = L_182; V_20 = L_183; if (!L_183) { goto IL_036c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_184 = V_20; NullCheck(L_184); if ((((int32_t)((int32_t)(((RuntimeArray *)L_184)->max_length))))) { goto IL_0372; } } IL_036c: { V_19 = (uint8_t*)(((uintptr_t)0)); goto IL_037d; } IL_0372: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_185 = V_20; NullCheck(L_185); V_19 = (uint8_t*)(((uintptr_t)((L_185)->GetAddressAt(static_cast(0))))); } IL_037d: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_186 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); Il2CppChar* L_187 = ___pInput0; int32_t L_188 = V_5; bool L_189 = V_9; G_B50_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_188)), (int32_t)2)))); G_B50_1 = L_186; if (L_189) { G_B51_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_188)), (int32_t)2)))); G_B51_1 = L_186; goto IL_0390; } } { G_B52_0 = 1; G_B52_1 = G_B50_0; G_B52_2 = G_B50_1; goto IL_0391; } IL_0390: { G_B52_0 = 2; G_B52_1 = G_B51_0; G_B52_2 = G_B51_1; } IL_0391: { uint8_t* L_190 = V_19; NullCheck(G_B52_2); int32_t L_191 = VirtFuncInvoker4< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) */, G_B52_2, (Il2CppChar*)(Il2CppChar*)G_B52_1, G_B52_0, (uint8_t*)(uint8_t*)L_190, 4); V_21 = L_191; int32_t L_192 = V_4; int32_t L_193 = V_21; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_192, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_193, (int32_t)3)))); V_22 = 0; goto IL_03bc; } IL_03a9: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_194 = V_16; int32_t L_195 = V_22; NullCheck(L_194); int32_t L_196 = L_195; uint8_t L_197 = (L_194)->GetAt(static_cast(L_196)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_198 = V_0; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var); UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_197, L_198, (int32_t*)(&V_6), /*hidden argument*/NULL); int32_t L_199 = V_22; V_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)1)); } IL_03bc: { int32_t L_200 = V_22; int32_t L_201 = V_21; if ((((int32_t)L_200) < ((int32_t)L_201))) { goto IL_03a9; } } { V_20 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_03c5: { int32_t L_202 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1)); } IL_03cb: { int32_t L_203 = V_5; int32_t L_204 = ___end2; if ((((int32_t)L_203) < ((int32_t)L_204))) { goto IL_0034; } } { bool L_205 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL); if (!L_205) { goto IL_03e3; } } { GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2), /*hidden argument*/NULL); } IL_03e3: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_206 = V_0; int32_t L_207 = V_6; String_t* L_208 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_206, 0, L_207, /*hidden argument*/NULL); return L_208; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.AuthenticationManager::EnsureModules() extern "C" IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); if (!L_2) { goto IL_0019; } } IL_0017: { IL2CPP_LEAVE(0x5F, FINALLY_0055); } IL_0019: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->set_modules_0(L_3); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * L_5 = (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 *)il2cpp_codegen_object_new(NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_il2cpp_TypeInfo_var); NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6(L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * L_7 = (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C *)il2cpp_codegen_object_new(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); DigestClient__ctor_m2C794DF081C69CEFC4E828E346F801C0B59B275B(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * L_9 = (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C *)il2cpp_codegen_object_new(BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C_il2cpp_TypeInfo_var); BasicClient__ctor_mEBD681890D6F38D96CC443A9F93F823E94ECACBA(L_9, /*hidden argument*/NULL); NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); IL2CPP_LEAVE(0x5F, FINALLY_0055); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: { // begin finally (depth: 1) { bool L_10 = V_1; if (!L_10) { goto IL_005e; } } IL_0058: { RuntimeObject * L_11 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL); } IL_005e: { IL2CPP_END_FINALLY(85) } } // end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: { return; } } // System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103 (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___request1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___credentials2; if (L_2) { goto IL_001c; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralD506BD5213C46BD49E16C634754AD70113408252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var); } IL_001c: { String_t* L_4 = ___challenge0; if (L_4) { goto IL_002a; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteralBB064B23223DFF9B805313CDAFC355ACC64F1642, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103_RuntimeMethod_var); } IL_002a: { String_t* L_6 = ___challenge0; WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_7 = ___request1; RuntimeObject* L_8 = ___credentials2; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_9 = AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_DoAuthenticate_m3550E57591622115C28FB2F3C652FCC0B9F5CD6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_4 = NULL; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C(/*hidden argument*/NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_0; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_2 = L_3; } IL_0020: try { // begin try (depth: 2) { goto IL_0050; } IL_0022: { RuntimeObject* L_4 = V_2; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_3; String_t* L_7 = ___challenge0; WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_8 = ___request1; RuntimeObject* L_9 = ___credentials2; NullCheck(L_6); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_10 = InterfaceFuncInvoker3< Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *, String_t*, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 *, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_6, L_7, L_8, L_9); V_4 = L_10; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_11 = V_4; if (!L_11) { goto IL_0050; } } IL_003d: { Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_12 = V_4; RuntimeObject* L_13 = V_3; NullCheck(L_13); String_t* L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_13); NullCheck(L_12); L_12->set_ModuleAuthenticationType_2(L_14); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_15 = V_4; V_5 = L_15; IL2CPP_LEAVE(0x7A, FINALLY_005a); } IL_0050: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0022; } } IL_0058: { IL2CPP_LEAVE(0x78, FINALLY_005a); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: { // begin finally (depth: 2) { RuntimeObject* L_18 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_6; if (!L_19) { goto IL_006d; } } IL_0066: { RuntimeObject* L_20 = V_6; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_20); } IL_006d: { IL2CPP_END_FINALLY(90) } } // end finally (depth: 2) IL2CPP_CLEANUP(90) { IL2CPP_END_CLEANUP(0x7A, FINALLY_006e); IL2CPP_END_CLEANUP(0x78, FINALLY_006e); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006e; } FINALLY_006e: { // begin finally (depth: 1) { bool L_21 = V_1; if (!L_21) { goto IL_0077; } } IL_0071: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_22, /*hidden argument*/NULL); } IL_0077: { IL2CPP_END_FINALLY(110) } } // end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_JUMP_TBL(0x7A, IL_007a) IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_007a: { Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_23 = V_5; return L_23; } } // System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_4 = NULL; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___request0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0013; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_m26F31FEE167752A955E8090497C652C83F93F59C(/*hidden argument*/NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_3; V_1 = (bool)0; } IL_0020: try { // begin try (depth: 1) { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_5); RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5); V_2 = L_6; } IL_0033: try { // begin try (depth: 2) { goto IL_0062; } IL_0035: { RuntimeObject* L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_7); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_3; WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_10 = ___request0; RuntimeObject* L_11 = ___credentials1; NullCheck(L_9); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_12 = InterfaceFuncInvoker2< Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 *, RuntimeObject* >::Invoke(1 /* System.Net.Authorization System.Net.IAuthenticationModule::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_9, L_10, L_11); V_4 = L_12; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_13 = V_4; if (!L_13) { goto IL_0062; } } IL_004f: { Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_14 = V_4; RuntimeObject* L_15 = V_3; NullCheck(L_15); String_t* L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_15); NullCheck(L_14); L_14->set_ModuleAuthenticationType_2(L_16); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_17 = V_4; V_5 = L_17; IL2CPP_LEAVE(0x8C, FINALLY_006c); } IL_0062: { RuntimeObject* L_18 = V_2; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0035; } } IL_006a: { IL2CPP_LEAVE(0x8A, FINALLY_006c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: { // begin finally (depth: 2) { RuntimeObject* L_20 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (!L_21) { goto IL_007f; } } IL_0078: { RuntimeObject* L_22 = V_6; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_22); } IL_007f: { IL2CPP_END_FINALLY(108) } } // end finally (depth: 2) IL2CPP_CLEANUP(108) { IL2CPP_END_CLEANUP(0x8C, FINALLY_0080); IL2CPP_END_CLEANUP(0x8A, FINALLY_0080); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { bool L_23 = V_1; if (!L_23) { goto IL_0089; } } IL_0083: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_24, /*hidden argument*/NULL); } IL_0089: { IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x8C, IL_008c) IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008a: { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_008c: { Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_25 = V_5; return L_25; } } // System.Void System.Net.AuthenticationManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void AuthenticationManager__cctor_m714CA7C74E3FB74FF66F0082240ADC7017D5B790 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager__cctor_m714CA7C74E3FB74FF66F0082240ADC7017D5B790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL); ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->set_locker_1(L_0); ((AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var))->set_credential_policy_2((RuntimeObject*)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.Authorization::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var); String_t* L_1 = ValidationHelper_MakeStringNull_m6741032436B995465649A89BCC2BEC439A5140C2(L_0, /*hidden argument*/NULL); __this->set_m_Message_0(L_1); __this->set_m_Complete_1((bool)1); return; } } // System.Void System.Net.Authorization::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Authorization__ctor_mAAC9C79A5BE6062F83A3127CD4A115A6B6FF6691 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, bool ___finished1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Authorization__ctor_mAAC9C79A5BE6062F83A3127CD4A115A6B6FF6691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var); String_t* L_1 = ValidationHelper_MakeStringNull_m6741032436B995465649A89BCC2BEC439A5140C2(L_0, /*hidden argument*/NULL); __this->set_m_Message_0(L_1); bool L_2 = ___finished1; __this->set_m_Complete_1(L_2); return; } } // System.String System.Net.Authorization::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Message_0(); return L_0; } } // System.Boolean System.Net.Authorization::get_Complete() extern "C" IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m95AEF29BEC17BF1D514997E29AF5D6027058D25B (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Complete_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 // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1U26) extern "C" IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_mCBAD00EC0BE65DF947C48B1DBC377EB80F075902 (AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, RuntimeObject** ___proxyList1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___destination0; RuntimeObject** L_1 = ___proxyList1; bool L_2 = AutoWebProxyScriptEngine_GetProxies_m228520D18B1350998E32FCACF796316DBBBA111A(__this, L_0, (RuntimeObject**)L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1U26,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m228520D18B1350998E32FCACF796316DBBBA111A (AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method) { { RuntimeObject** L_0 = ___proxyList1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL); 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.Net.Authorization System.Net.BasicClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_Authenticate_mAFFE68105ECD5FA9236C3F8DDA8EB1ACD51908E3 (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BasicClient_Authenticate_mAFFE68105ECD5FA9236C3F8DDA8EB1ACD51908E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___credentials2; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___challenge0; if (L_1) { goto IL_0008; } } IL_0006: { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0008: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_4, _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD, 4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0023; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0023: { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_6 = ___webRequest1; RuntimeObject* L_7 = ___credentials2; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_8 = BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Byte[] System.Net.BasicClient::GetBytes(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); goto IL_0023; } IL_0014: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1; int32_t L_6 = V_0; String_t* L_7 = ___str0; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint8_t)(((int32_t)((uint8_t)L_9)))); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0023: { int32_t L_11 = V_0; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0014; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1; return L_12; } } // System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___webRequest0; V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = V_0; if (!L_1) { goto IL_000d; } } { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_000f; } } IL_000d: { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_000f: { RuntimeObject* L_3 = ___credentials1; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = V_0; NullCheck(L_4); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = HttpWebRequest_get_AuthUri_mCEEC6FB9771FF5DBD1BD7C00A47DE121C1D2B728(L_4, /*hidden argument*/NULL); NullCheck(L_3); NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_6 = InterfaceFuncInvoker2< NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var, L_3, L_5, _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD); V_1 = L_6; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_7 = V_1; if (L_7) { goto IL_0026; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0026: { NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_8 = V_1; NullCheck(L_8); String_t* L_9 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = V_2; if (!L_10) { goto IL_003d; } } { String_t* L_11 = V_2; bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_12) { goto IL_003f; } } IL_003d: { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_003f: { NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_13 = V_1; NullCheck(L_13); String_t* L_14 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_13, /*hidden argument*/NULL); V_3 = L_14; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_15 = V_1; NullCheck(L_15); String_t* L_16 = NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A(L_15, /*hidden argument*/NULL); V_4 = L_16; String_t* L_17 = V_4; if (!L_17) { goto IL_0073; } } { String_t* L_18 = V_4; bool L_19 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_19) { goto IL_0073; } } { String_t* L_20 = V_4; NullCheck(L_20); String_t* L_21 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_20, /*hidden argument*/NULL); bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_22) { goto IL_0088; } } IL_0073: { String_t* L_23 = V_2; String_t* L_24 = V_3; String_t* L_25 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_23, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_24, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457(L_25, /*hidden argument*/NULL); V_5 = L_26; goto IL_00b7; } IL_0088: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27; String_t* L_29 = V_4; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (String_t*)L_29); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_28; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3); (L_30)->SetAt(static_cast(1), (String_t*)_stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = L_30; String_t* L_32 = V_2; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(2), (String_t*)L_32); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_31; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9); (L_33)->SetAt(static_cast(3), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = L_33; String_t* L_35 = V_3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(4), (String_t*)L_35); String_t* L_36 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_34, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = BasicClient_GetBytes_m8EA97143BD8C10F3AB4C7ACFDE2D646BD72E4457(L_36, /*hidden argument*/NULL); V_5 = L_37; } IL_00b7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_39 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_38, /*hidden argument*/NULL); String_t* L_40 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C, L_39, /*hidden argument*/NULL); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_41 = (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)il2cpp_codegen_object_new(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var); Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55(L_41, L_40, /*hidden argument*/NULL); return L_41; } } // System.Net.Authorization System.Net.BasicClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * BasicClient_PreAuthenticate_m37B88D454CE965EC3DE7EE8DB0B31B27EC1852EE (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___webRequest0; RuntimeObject* L_1 = ___credentials1; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_2 = BasicClient_InternalAuthenticate_m37FD6D8D7BB148CBE1564578878778E7F3EA34F1(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Net.BasicClient::get_AuthenticationType() extern "C" IL2CPP_METHOD_ATTR String_t* BasicClient_get_AuthenticationType_mF03B1A75D7F4C95446C340E658DCA4EE18B2EC30 (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BasicClient_get_AuthenticationType_mF03B1A75D7F4C95446C340E658DCA4EE18B2EC30_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteralAA2C96DACF00C451EF465F6115A45A20BCCF1256; } } // System.Void System.Net.BasicClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void BasicClient__ctor_mEBD681890D6F38D96CC443A9F93F823E94ECACBA (BasicClient_t691369603F87465F4B5A78CD356545B56ABCA18C * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.BindIPEndPoint::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void BindIPEndPoint__ctor_mEEBF2DCAA6E9ADB50C11FFED6A9EC811AA2C55C3 (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __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.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32) extern "C" IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * BindIPEndPoint_Invoke_mAFDE5BDA3031EC5D2B97D8B5C9CBC446FEA79E84 (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method) { IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * result = NULL; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else { // closed typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (void*, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } } else { typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } } else { typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (void*, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else { // closed typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (void*, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker2< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } } else { typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker3< IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } } else { typedef IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * (*FunctionPointerType) (void*, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } } return result; } // System.IAsyncResult System.Net.BindIPEndPoint::BeginInvoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BindIPEndPoint_BeginInvoke_m41238E8762D41E78D7755E7086366793BD92C3A7 (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEndPoint1, int32_t ___retryCount2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BindIPEndPoint_BeginInvoke_m41238E8762D41E78D7755E7086366793BD92C3A7_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___servicePoint0; __d_args[1] = ___remoteEndPoint1; __d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___retryCount2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Net.IPEndPoint System.Net.BindIPEndPoint::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * BindIPEndPoint_EndInvoke_mB2326C7847373515BD42B7217286278B364BA33C (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)__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() extern "C" IL2CPP_METHOD_ATTR void RequestCache__cctor_mFAEFA434EE3444D488DFACD6CC159A4778520F02 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RequestCache__cctor_mFAEFA434EE3444D488DFACD6CC159A4778520F02_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)13)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (Il2CppChar)((int32_t)10)); ((RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields*)il2cpp_codegen_static_fields_for(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_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() extern "C" IL2CPP_METHOD_ATTR RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * RequestCacheBinding_get_Cache_mBA542233E24F4E0F7BBD002FEC16C40635F6CEC6 (RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * __this, const RuntimeMethod* method) { { RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * L_0 = __this->get_m_RequestCache_0(); return L_0; } } // System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::get_Validator() extern "C" IL2CPP_METHOD_ATTR RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * RequestCacheBinding_get_Validator_m96DB953B9D5359F0CB17743EB2DBD2876AFF416E (RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * __this, const RuntimeMethod* method) { { RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * 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() extern "C" IL2CPP_METHOD_ATTR int32_t RequestCachePolicy_get_Level_mF07A69B91868379BECC75D5E8845A3107C224D81 (RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Level_0(); return L_0; } } // System.String System.Net.Cache.RequestCachePolicy::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* RequestCachePolicy_ToString_mC2132E2DCEE213AC917BCC8ACEB65672294E16FC (RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RequestCachePolicy_ToString_mC2132E2DCEE213AC917BCC8ACEB65672294E16FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = __this->get_address_of_m_Level_0(); RuntimeObject * L_1 = Box(RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); *L_0 = *(int32_t*)UnBox(L_1); String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralFF303351D14868B5F554E7F370047D84527B3348, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Cache.RequestCacheProtocol::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D (RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D_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() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC (RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC_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.Int32 System.Net.CaseInsensitiveAscii::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_GetHashCode_mEDEDA9FD6885627614E710E60A2EA06D69F6D436 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, RuntimeObject * ___myObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveAscii_GetHashCode_mEDEDA9FD6885627614E710E60A2EA06D69F6D436_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___myObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___myObject0; if (L_1) { goto IL_000c; } } { return 0; } IL_000c: { String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if (L_4) { goto IL_0018; } } { return 0; } IL_0018: { int32_t L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_7 = V_0; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_9 = (((int32_t)((uint8_t)L_8))); uint8_t L_10 = (L_6)->GetAt(static_cast(L_9)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_11); int32_t L_15 = (((int32_t)((uint8_t)L_14))); uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); V_1 = ((int32_t)((int32_t)L_5^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_16<<(int32_t)((int32_t)16))))))); int32_t L_17 = V_1; return L_17; } } // System.Int32 System.Net.CaseInsensitiveAscii::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_Compare_m89633B3A475AC918C505843E6F7824FE789A6E4B (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveAscii_Compare_m89633B3A475AC918C505843E6F7824FE789A6E4B_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t G_B9_0 = 0; { RuntimeObject * L_0 = ___firstObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___secondObject1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0018; } } { String_t* L_3 = V_1; if (!L_3) { goto IL_0016; } } { return (-1); } IL_0016: { return 0; } IL_0018: { String_t* L_4 = V_1; if (L_4) { goto IL_001d; } } { return 1; } IL_001d: { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); String_t* L_7 = V_1; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8)); int32_t L_9 = V_2; if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_0037; } } { String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL); G_B9_0 = L_11; goto IL_003d; } IL_0037: { String_t* L_12 = V_1; NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL); G_B9_0 = L_13; } IL_003d: { V_3 = G_B9_0; V_5 = 0; goto IL_0071; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_15 = V_0; int32_t L_16 = V_5; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); Il2CppChar L_18 = L_17; uint8_t L_19 = (L_14)->GetAt(static_cast(L_18)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_21 = V_1; int32_t L_22 = V_5; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_20); Il2CppChar L_24 = L_23; uint8_t L_25 = (L_20)->GetAt(static_cast(L_24)); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_25)); int32_t L_26 = V_4; if (!L_26) { goto IL_006b; } } { int32_t L_27 = V_4; V_2 = L_27; goto IL_0076; } IL_006b: { int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0071: { int32_t L_29 = V_5; int32_t L_30 = V_3; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0043; } } IL_0076: { int32_t L_31 = V_2; return L_31; } } // System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, String_t* ___myString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___myString0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0032; } } { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_5 = ___myString0; NullCheck(L_5); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_7 = (((int32_t)((uint8_t)L_6))); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_10 = ___myString0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_9); int32_t L_13 = (((int32_t)((uint8_t)L_12))); uint8_t L_14 = (L_9)->GetAt(static_cast(L_13)); V_0 = ((int32_t)((int32_t)L_3^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16))))))); } IL_0032: { int32_t L_15 = V_0; return L_15; } } // System.Boolean System.Net.CaseInsensitiveAscii::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool CaseInsensitiveAscii_Equals_m31D348231E3122FF20FA5BDEFC6BC3A8B65CB9C0 (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveAscii_Equals_m31D348231E3122FF20FA5BDEFC6BC3A8B65CB9C0_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___firstObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___secondObject1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0016; } } { String_t* L_3 = V_1; return (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0016: { String_t* L_4 = V_1; if (!L_4) { goto IL_006a; } } { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; String_t* L_8 = V_1; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_006a; } } { String_t* L_10 = V_0; int32_t L_11 = CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090(__this, L_10, /*hidden argument*/NULL); String_t* L_12 = V_1; int32_t L_13 = CaseInsensitiveAscii_FastGetHashCode_m3718D0BF4E0D19D8DBBD9E3177B8B1479EEB7090(__this, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_006a; } } { String_t* L_14 = V_0; NullCheck(L_14); String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL); goto IL_0064; } IL_0042: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_17 = V_0; int32_t L_18 = V_2; NullCheck(L_17); Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); Il2CppChar L_20 = L_19; uint8_t L_21 = (L_16)->GetAt(static_cast(L_20)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, L_24, /*hidden argument*/NULL); NullCheck(L_22); Il2CppChar L_26 = L_25; uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); if ((((int32_t)L_21) == ((int32_t)L_27))) { goto IL_0064; } } { return (bool)0; } IL_0064: { int32_t L_28 = V_2; if ((((int32_t)L_28) > ((int32_t)0))) { goto IL_0042; } } { return (bool)1; } IL_006a: { return (bool)0; } } // System.Void System.Net.CaseInsensitiveAscii::.ctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m3C5EA0D73AE6F2E60CC2335DFC861C64B2FCEEBA (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CaseInsensitiveAscii::.cctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__cctor_m759446C030AB0E794F53B4D3E38A5813361A7886 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveAscii__cctor_m759446C030AB0E794F53B4D3E38A5813361A7886_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * L_0 = (CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B *)il2cpp_codegen_object_new(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var); CaseInsensitiveAscii__ctor_m3C5EA0D73AE6F2E60CC2335DFC861C64B2FCEEBA(L_0, /*hidden argument*/NULL); ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->set_StaticInstance_0(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____EEAFE8C6E1AB017237567305EE925C976CDB6458_15_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->set_AsciiToLower_1(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 #ifdef __clang__ #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.Comparer::System.Collections.IComparer.Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Comparer_System_Collections_IComparer_Compare_m5F0251A5FB72061E6E62456AD2EFFC72EC38ADD9 (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * __this, RuntimeObject * ___ol0, RuntimeObject * ___or1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_System_Collections_IComparer_Compare_m5F0251A5FB72061E6E62456AD2EFFC72EC38ADD9_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___ol0; V_0 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_0, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___or1; V_1 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F(L_2, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F(L_4, /*hidden argument*/NULL); int32_t L_6 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_3, L_5, 5, /*hidden argument*/NULL); int32_t L_7 = L_6; V_2 = L_7; if (!L_7) { goto IL_0026; } } { int32_t L_8 = V_2; return L_8; } IL_0026: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A(L_9, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A(L_11, /*hidden argument*/NULL); int32_t L_13 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_10, L_12, 5, /*hidden argument*/NULL); int32_t L_14 = L_13; V_2 = L_14; if (!L_14) { goto IL_003e; } } { int32_t L_15 = V_2; return L_15; } IL_003e: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(L_16, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(L_18, /*hidden argument*/NULL); int32_t L_20 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_17, L_19, 4, /*hidden argument*/NULL); int32_t L_21 = L_20; V_2 = L_21; if (!L_21) { goto IL_0056; } } { int32_t L_22 = V_2; return L_22; } IL_0056: { return 0; } } // System.Void System.Net.Comparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void Comparer__ctor_mF8BEE6E98AA318C038B7E523C70590B404EE4CA4 (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.BypassElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_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.Net.Configuration.ConnectionManagementElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_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.ConnectionManagementSection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4 (ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_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.DefaultProxySection::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_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.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795 (const RuntimeMethod* method) { { RuntimeObject* L_0 = DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0(/*hidden argument*/NULL); return L_0; } } // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0 (const RuntimeMethod* method) { { RuntimeObject* L_0 = WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5(/*hidden argument*/NULL); return L_0; } } // System.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var))->get_classSyncObject_1(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)(((DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var))->get_address_of_classSyncObject_1()), L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_3 = ((DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var))->get_classSyncObject_1(); return L_3; } } // System.Net.Configuration.DefaultProxySectionInternal System.Net.Configuration.DefaultProxySectionInternal::GetSection() extern "C" IL2CPP_METHOD_ATTR DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65(/*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_2 = (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 *)il2cpp_codegen_object_new(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var); DefaultProxySectionInternal__ctor_m0C5C6CB50669D34ED3B3699B39170041383E0005(L_2, /*hidden argument*/NULL); DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_3 = L_2; RuntimeObject* L_4 = DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795(/*hidden argument*/NULL); NullCheck(L_3); L_3->set_webProxy_0(L_4); V_2 = L_3; IL2CPP_LEAVE(0x2D, FINALLY_0023); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002c; } } IL_0026: { RuntimeObject * L_6 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2D, IL_002d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002d: { DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_7 = V_2; return L_7; } } // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::get_WebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_get_WebProxy_m38F5DF1772271FC6014B56D93654B771D745AB9B (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_webProxy_0(); return L_0; } } // System.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m0C5C6CB50669D34ED3B3699B39170041383E0005 (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.HttpWebRequestElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_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.Ipv6Element::.ctor() extern "C" IL2CPP_METHOD_ATTR void Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965 (Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_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.NetSectionGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269 (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_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.PerformanceCountersElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083 (PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_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.ProxyElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_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.ServicePointManagerElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_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() extern "C" IL2CPP_METHOD_ATTR void SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_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.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::get_Section() extern "C" IL2CPP_METHOD_ATTR SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var); SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * L_0 = ((SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var))->get_instance_0(); return L_0; } } // System.Boolean System.Net.Configuration.SettingsSectionInternal::get_Ipv6Enabled() extern "C" IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_Ipv6Enabled_mA9CA51E8A3512524460E9AC8C9DE920F64C33FB8 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Net.Configuration.SettingsSectionInternal::.ctor() extern "C" IL2CPP_METHOD_ATTR void SettingsSectionInternal__ctor_mED2DFF382A20FC3136B1514D8BD40B520758F636 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method) { { __this->set_HttpListenerUnescapeRequestUrl_1((bool)1); __this->set_IPProtectionLevel_2((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.SettingsSectionInternal::.cctor() extern "C" IL2CPP_METHOD_ATTR void SettingsSectionInternal__cctor_mB44A40867AA454670DC1D71ADE59576183610030 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSectionInternal__cctor_mB44A40867AA454670DC1D71ADE59576183610030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * L_0 = (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 *)il2cpp_codegen_object_new(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var); SettingsSectionInternal__ctor_mED2DFF382A20FC3136B1514D8BD40B520758F636(L_0, /*hidden argument*/NULL); ((SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var))->set_instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.SocketElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_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.WebProxyScriptElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591 (WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_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.Net.Configuration.WebRequestModuleElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_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.WebRequestModulesSection::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02 (WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_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.Cookie::.ctor() extern "C" IL2CPP_METHOD_ATTR void Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_comment_4(L_0); __this->set_m_cookieVariant_6(1); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domain_8(L_1); __this->set_m_domain_implicit_9((bool)1); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_expires_10(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_11(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_path_12(L_4); __this->set_m_path_implicit_13((bool)1); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_port_14(L_5); __this->set_m_port_implicit_15((bool)1); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); __this->set_m_timeStamp_19(L_6); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_value_20(L_7); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domainKey_22(L_8); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.String System.Net.Cookie::get_Comment() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_comment_4(); return L_0; } } // System.Void System.Net.Cookie::set_Comment(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___value0 = L_1; } IL_000a: { String_t* L_2 = ___value0; __this->set_m_comment_4(L_2); return; } } // System.Void System.Net.Cookie::set_CommentUri(System.Uri) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m46237697CECCF00DB08599F660CB7A9CB541BDF2 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0; __this->set_m_commentUri_5(L_0); return; } } // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_mF5A41D2239EB04FE3EFF9152F2AB3CEA409BD377 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_httpOnly_18(L_0); return; } } // System.Void System.Net.Cookie::set_Discard(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Discard_m7BB3C2B8C6B690EFA7507C4740146D17F63F1476 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_discard_7(L_0); return; } } // System.String System.Net.Cookie::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_8(); return L_0; } } // System.Void System.Net.Cookie::set_Domain(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B2_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_domain_8(G_B3_0); __this->set_m_domain_implicit_9((bool)0); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domainKey_22(L_3); return; } } // System.String System.Net.Cookie::get__Domain() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B8_0 = NULL; String_t* G_B8_1 = NULL; String_t* G_B8_2 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B9_0 = NULL; String_t* G_B9_1 = NULL; String_t* G_B9_2 = NULL; String_t* G_B9_3 = NULL; { bool L_0 = Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0056; } } { bool L_1 = __this->get_m_domain_implicit_9(); if (L_1) { goto IL_0056; } } { String_t* L_2 = __this->get_m_domain_8(); NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0056; } } { bool L_4 = __this->get_IsQuotedDomain_24(); G_B4_0 = _stringLiteralF624F9BCEFFF97614D51114B4D98876489DFA808; if (L_4) { G_B5_0 = _stringLiteralF624F9BCEFFF97614D51114B4D98876489DFA808; goto IL_0031; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_5; G_B6_1 = G_B4_0; goto IL_0036; } IL_0031: { G_B6_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; G_B6_1 = G_B5_0; } IL_0036: { String_t* L_6 = __this->get_m_domain_8(); bool L_7 = __this->get_IsQuotedDomain_24(); G_B7_0 = L_6; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; if (L_7) { G_B8_0 = L_6; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_004b; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B9_0 = L_8; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0050; } IL_004b: { G_B9_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0050: { String_t* L_9 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B9_3, G_B9_2, G_B9_1, G_B9_0, /*hidden argument*/NULL); return L_9; } IL_0056: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_10; } } // System.Boolean System.Net.Cookie::get_Expired() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_expires_10(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_2 = DateTime_op_Inequality_m3CE79ABD4AA011CAA6E6EDE6D1028AEB56BFF5A1(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_3 = __this->get_address_of_m_expires_10(); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); bool L_6 = DateTime_op_LessThanOrEqual_m7131235B927010BD9DB3C93FEB51640286D1107B(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0028: { return (bool)0; } } // System.Void System.Net.Cookie::set_Expires(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0; __this->set_m_expires_10(L_0); return; } } // System.String System.Net.Cookie::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_11(); return L_0; } } // System.Boolean System.Net.Cookie::InternalSetName(System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var); bool L_1 = ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___value0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)36)))) { goto IL_0021; } } { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Name_1(); NullCheck(L_4); int32_t L_6 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_002e; } } IL_0021: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_11(L_7); return (bool)0; } IL_002e: { String_t* L_8 = ___value0; __this->set_m_name_11(L_8); return (bool)1; } } // System.String System.Net.Cookie::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_path_12(); return L_0; } } // System.Void System.Net.Cookie::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B2_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_path_12(G_B3_0); __this->set_m_path_implicit_13((bool)0); return; } } // System.String System.Net.Cookie::get__Path() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78(__this, /*hidden argument*/NULL); if (L_0) { goto IL_002e; } } { bool L_1 = __this->get_m_path_implicit_13(); if (L_1) { goto IL_002e; } } { String_t* L_2 = __this->get_m_path_12(); NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { String_t* L_4 = __this->get_m_path_12(); String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral359B616379C8686F51EF5E3A8762571D940EABF0, L_4, /*hidden argument*/NULL); return L_5; } IL_002e: { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } } // System.Boolean System.Net.Cookie::get_Plain() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { int32_t L_0 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method) { { String_t* L_0 = ___host1; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); String_t* L_2 = ___domain0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_0024; } } { String_t* L_4 = ___host1; String_t* L_5 = ___domain0; String_t* L_6 = ___host1; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL); int32_t L_8 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_4, 0, L_5, 1, L_7, 5, /*hidden argument*/NULL); if (L_8) { goto IL_0024; } } { return (bool)1; } IL_0024: { return (bool)0; } } // System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___variant0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; bool V_3 = false; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_7 = NULL; int32_t V_8 = 0; int32_t G_B14_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B14_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B14_2 = NULL; String_t* G_B14_3 = NULL; int32_t G_B13_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B13_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B13_2 = NULL; String_t* G_B13_3 = NULL; String_t* G_B15_0 = NULL; int32_t G_B15_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B15_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B15_3 = NULL; String_t* G_B15_4 = NULL; int32_t G_B25_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B25_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B25_2 = NULL; String_t* G_B25_3 = NULL; int32_t G_B24_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B24_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B24_2 = NULL; String_t* G_B24_3 = NULL; String_t* G_B26_0 = NULL; int32_t G_B26_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B26_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B26_3 = NULL; String_t* G_B26_4 = NULL; int32_t G_B52_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B52_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B52_2 = NULL; String_t* G_B52_3 = NULL; int32_t G_B51_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B51_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B51_2 = NULL; String_t* G_B51_3 = NULL; String_t* G_B53_0 = NULL; int32_t G_B53_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B53_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B53_3 = NULL; String_t* G_B53_4 = NULL; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri1; NullCheck(L_0); String_t* L_1 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_0, /*hidden argument*/NULL); V_0 = L_1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri1; NullCheck(L_2); int32_t L_3 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_2, /*hidden argument*/NULL); V_1 = L_3; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri1; NullCheck(L_4); String_t* L_5 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_4, /*hidden argument*/NULL); V_2 = L_5; V_3 = (bool)1; bool L_6 = ___set_default4; if (!L_6) { goto IL_003e; } } { int32_t L_7 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB(__this, /*hidden argument*/NULL); if (L_7) { goto IL_0028; } } { ___variant0 = 1; goto IL_0037; } IL_0028: { int32_t L_8 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0037; } } { int32_t L_9 = ___variant0; if (L_9) { goto IL_0037; } } { ___variant0 = 2; } IL_0037: { int32_t L_10 = ___variant0; __this->set_m_cookieVariant_6(L_10); } IL_003e: { String_t* L_11 = __this->get_m_name_11(); if (!L_11) { goto IL_0076; } } { String_t* L_12 = __this->get_m_name_11(); NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0076; } } { String_t* L_14 = __this->get_m_name_11(); NullCheck(L_14); Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, 0, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)36)))) { goto IL_0076; } } { String_t* L_16 = __this->get_m_name_11(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Name_1(); NullCheck(L_16); int32_t L_18 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_16, L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_00b2; } } IL_0076: { bool L_19 = ___isThrow5; if (!L_19) { goto IL_00b0; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA); (L_21)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21; String_t* L_23 = __this->get_m_name_11(); G_B13_0 = 1; G_B13_1 = L_22; G_B13_2 = L_22; G_B13_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF; if (!L_23) { G_B14_0 = 1; G_B14_1 = L_22; G_B14_2 = L_22; G_B14_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF; goto IL_009f; } } { String_t* L_24 = __this->get_m_name_11(); G_B15_0 = L_24; G_B15_1 = G_B13_0; G_B15_2 = G_B13_1; G_B15_3 = G_B13_2; G_B15_4 = G_B13_3; goto IL_00a4; } IL_009f: { G_B15_0 = _stringLiteral798275C17944BDA73AC13CB181018C138194815A; G_B15_1 = G_B14_0; G_B15_2 = G_B14_1; G_B15_3 = G_B14_2; G_B15_4 = G_B14_3; } IL_00a4: { NullCheck(G_B15_2); ArrayElementTypeCheck (G_B15_2, G_B15_0); (G_B15_2)->SetAt(static_cast(G_B15_1), (RuntimeObject *)G_B15_0); String_t* L_25 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(G_B15_4, G_B15_3, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_26 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_00b0: { return (bool)0; } IL_00b2: { String_t* L_27 = __this->get_m_value_20(); if (!L_27) { goto IL_0107; } } { String_t* L_28 = __this->get_m_value_20(); NullCheck(L_28); int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)2))) { goto IL_00f4; } } { String_t* L_30 = __this->get_m_value_20(); NullCheck(L_30); Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_30, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)34))))) { goto IL_00f4; } } { String_t* L_32 = __this->get_m_value_20(); String_t* L_33 = __this->get_m_value_20(); NullCheck(L_33); int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_33, /*hidden argument*/NULL); NullCheck(L_32); Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_35) == ((int32_t)((int32_t)34)))) { goto IL_0143; } } IL_00f4: { String_t* L_36 = __this->get_m_value_20(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_36); int32_t L_38 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_36, L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) == ((int32_t)(-1)))) { goto IL_0143; } } IL_0107: { bool L_39 = ___isThrow5; if (!L_39) { goto IL_0141; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB); (L_41)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = L_41; String_t* L_43 = __this->get_m_value_20(); G_B24_0 = 1; G_B24_1 = L_42; G_B24_2 = L_42; G_B24_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF; if (!L_43) { G_B25_0 = 1; G_B25_1 = L_42; G_B25_2 = L_42; G_B25_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF; goto IL_0130; } } { String_t* L_44 = __this->get_m_value_20(); G_B26_0 = L_44; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; G_B26_3 = G_B24_2; G_B26_4 = G_B24_3; goto IL_0135; } IL_0130: { G_B26_0 = _stringLiteral798275C17944BDA73AC13CB181018C138194815A; G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; G_B26_3 = G_B25_2; G_B26_4 = G_B25_3; } IL_0135: { NullCheck(G_B26_2); ArrayElementTypeCheck (G_B26_2, G_B26_0); (G_B26_2)->SetAt(static_cast(G_B26_1), (RuntimeObject *)G_B26_0); String_t* L_45 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(G_B26_4, G_B26_3, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_46 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_0141: { return (bool)0; } IL_0143: { String_t* L_47 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_01c5; } } { String_t* L_48 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7(__this, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_48, /*hidden argument*/NULL); if ((((int32_t)L_49) <= ((int32_t)2))) { goto IL_0185; } } { String_t* L_50 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7(__this, /*hidden argument*/NULL); NullCheck(L_50); Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_50, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)34))))) { goto IL_0185; } } { String_t* L_52 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7(__this, /*hidden argument*/NULL); String_t* L_53 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7(__this, /*hidden argument*/NULL); NullCheck(L_53); int32_t L_54 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_53, /*hidden argument*/NULL); NullCheck(L_52); Il2CppChar L_55 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_55) == ((int32_t)((int32_t)34)))) { goto IL_01c5; } } IL_0185: { String_t* L_56 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_57 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_56); int32_t L_58 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_56, L_57, /*hidden argument*/NULL); if ((((int32_t)L_58) == ((int32_t)(-1)))) { goto IL_01c5; } } { bool L_59 = ___isThrow5; if (!L_59) { goto IL_01c3; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D); (L_61)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = L_61; String_t* L_63 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7(__this, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(1), (RuntimeObject *)L_63); String_t* L_64 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_62, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_65 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_65, L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_01c3: { return (bool)0; } IL_01c5: { String_t* L_66 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); if (!L_66) { goto IL_0247; } } { String_t* L_67 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); NullCheck(L_67); int32_t L_68 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_67, /*hidden argument*/NULL); if ((((int32_t)L_68) <= ((int32_t)2))) { goto IL_0207; } } { String_t* L_69 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); NullCheck(L_69); Il2CppChar L_70 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_69, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)34))))) { goto IL_0207; } } { String_t* L_71 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); String_t* L_72 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); NullCheck(L_72); int32_t L_73 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_72, /*hidden argument*/NULL); NullCheck(L_71); Il2CppChar L_74 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_74) == ((int32_t)((int32_t)34)))) { goto IL_0247; } } IL_0207: { String_t* L_75 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_76 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_75); int32_t L_77 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_75, L_76, /*hidden argument*/NULL); if ((((int32_t)L_77) == ((int32_t)(-1)))) { goto IL_0247; } } { bool L_78 = ___isThrow5; if (!L_78) { goto IL_0245; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_80 = L_79; NullCheck(L_80); ArrayElementTypeCheck (L_80, _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE); (L_80)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_81 = L_80; String_t* L_82 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(1), (RuntimeObject *)L_82); String_t* L_83 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_81, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_84 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_84, L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_0245: { return (bool)0; } IL_0247: { bool L_85 = ___set_default4; if (!L_85) { goto IL_025f; } } { bool L_86 = __this->get_m_domain_implicit_9(); if (!L_86) { goto IL_025f; } } { String_t* L_87 = V_0; __this->set_m_domain_8(L_87); goto IL_0414; } IL_025f: { bool L_88 = __this->get_m_domain_implicit_9(); if (L_88) { goto IL_03d3; } } { String_t* L_89 = __this->get_m_domain_8(); V_4 = L_89; String_t* L_90 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); bool L_91 = Cookie_DomainCharsTest_m4F98C8A98E89996F06A2A636DE04E3430CCAAE10(L_90, /*hidden argument*/NULL); if (L_91) { goto IL_02af; } } { bool L_92 = ___isThrow5; if (!L_92) { goto IL_02ad; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_93 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_94 = L_93; NullCheck(L_94); ArrayElementTypeCheck (L_94, _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44); (L_94)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_95 = L_94; String_t* L_96 = V_4; G_B51_0 = 1; G_B51_1 = L_95; G_B51_2 = L_95; G_B51_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF; if (!L_96) { G_B52_0 = 1; G_B52_1 = L_95; G_B52_2 = L_95; G_B52_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF; goto IL_029c; } } { String_t* L_97 = V_4; G_B53_0 = L_97; G_B53_1 = G_B51_0; G_B53_2 = G_B51_1; G_B53_3 = G_B51_2; G_B53_4 = G_B51_3; goto IL_02a1; } IL_029c: { G_B53_0 = _stringLiteral798275C17944BDA73AC13CB181018C138194815A; G_B53_1 = G_B52_0; G_B53_2 = G_B52_1; G_B53_3 = G_B52_2; G_B53_4 = G_B52_3; } IL_02a1: { NullCheck(G_B53_2); ArrayElementTypeCheck (G_B53_2, G_B53_0); (G_B53_2)->SetAt(static_cast(G_B53_1), (RuntimeObject *)G_B53_0); String_t* L_98 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(G_B53_4, G_B53_3, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_99 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_99, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_02ad: { return (bool)0; } IL_02af: { String_t* L_100 = V_4; NullCheck(L_100); Il2CppChar L_101 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_100, 0, /*hidden argument*/NULL); if ((((int32_t)L_101) == ((int32_t)((int32_t)46)))) { goto IL_02fe; } } { int32_t L_102 = ___variant0; if ((((int32_t)L_102) == ((int32_t)3))) { goto IL_02f0; } } { int32_t L_103 = ___variant0; if ((((int32_t)L_103) == ((int32_t)1))) { goto IL_02f0; } } { bool L_104 = ___isThrow5; if (!L_104) { goto IL_02ee; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_105 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_106 = L_105; NullCheck(L_106); ArrayElementTypeCheck (L_106, _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44); (L_106)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_107 = L_106; String_t* L_108 = __this->get_m_domain_8(); NullCheck(L_107); ArrayElementTypeCheck (L_107, L_108); (L_107)->SetAt(static_cast(1), (RuntimeObject *)L_108); String_t* L_109 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_107, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_110 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_110, L_109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_02ee: { return (bool)0; } IL_02f0: { String_t* L_111 = V_4; String_t* L_112 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_111, /*hidden argument*/NULL); V_4 = L_112; } IL_02fe: { String_t* L_113 = V_0; NullCheck(L_113); int32_t L_114 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_113, ((int32_t)46), /*hidden argument*/NULL); V_5 = L_114; bool L_115 = ___isLocalDomain2; if (!L_115) { goto IL_031e; } } { String_t* L_116 = ___localDomain3; String_t* L_117 = V_4; int32_t L_118 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_116, L_117, 5, /*hidden argument*/NULL); if (L_118) { goto IL_031e; } } { V_3 = (bool)1; goto IL_03bc; } IL_031e: { String_t* L_119 = V_4; String_t* L_120 = V_4; NullCheck(L_120); int32_t L_121 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_120, /*hidden argument*/NULL); NullCheck(L_119); int32_t L_122 = String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB(L_119, ((int32_t)46), 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_122) == ((uint32_t)(-1))))) { goto IL_0342; } } { String_t* L_123 = V_4; String_t* L_124 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); bool L_125 = Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A(L_123, L_124, /*hidden argument*/NULL); if (L_125) { goto IL_03bc; } } { V_3 = (bool)0; goto IL_03bc; } IL_0342: { int32_t L_126 = ___variant0; if ((!(((uint32_t)L_126) == ((uint32_t)1)))) { goto IL_0384; } } { String_t* L_127 = V_4; String_t* L_128 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); bool L_129 = Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A(L_127, L_128, /*hidden argument*/NULL); if (L_129) { goto IL_03bc; } } { String_t* L_130 = V_0; NullCheck(L_130); int32_t L_131 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_130, /*hidden argument*/NULL); String_t* L_132 = V_4; NullCheck(L_132); int32_t L_133 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_132, /*hidden argument*/NULL); if ((((int32_t)L_131) <= ((int32_t)L_133))) { goto IL_0380; } } { String_t* L_134 = V_0; String_t* L_135 = V_0; NullCheck(L_135); int32_t L_136 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_135, /*hidden argument*/NULL); String_t* L_137 = V_4; NullCheck(L_137); int32_t L_138 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_137, /*hidden argument*/NULL); String_t* L_139 = V_4; String_t* L_140 = V_4; NullCheck(L_140); int32_t L_141 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_140, /*hidden argument*/NULL); int32_t L_142 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_134, ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_138)), L_139, 0, L_141, 5, /*hidden argument*/NULL); if (!L_142) { goto IL_03bc; } } IL_0380: { V_3 = (bool)0; goto IL_03bc; } IL_0384: { int32_t L_143 = V_5; if ((((int32_t)L_143) == ((int32_t)(-1)))) { goto IL_03b0; } } { String_t* L_144 = V_4; NullCheck(L_144); int32_t L_145 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_144, /*hidden argument*/NULL); String_t* L_146 = V_0; NullCheck(L_146); int32_t L_147 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_146, /*hidden argument*/NULL); int32_t L_148 = V_5; if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148)))))) { goto IL_03b0; } } { String_t* L_149 = V_0; int32_t L_150 = V_5; String_t* L_151 = V_4; String_t* L_152 = V_4; NullCheck(L_152); int32_t L_153 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_152, /*hidden argument*/NULL); int32_t L_154 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_149, L_150, L_151, 0, L_153, 5, /*hidden argument*/NULL); if (!L_154) { goto IL_03bc; } } IL_03b0: { String_t* L_155 = V_4; String_t* L_156 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); bool L_157 = Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A(L_155, L_156, /*hidden argument*/NULL); if (L_157) { goto IL_03bc; } } { V_3 = (bool)0; } IL_03bc: { bool L_158 = V_3; if (!L_158) { goto IL_03e4; } } { String_t* L_159 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_160 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_159); String_t* L_161 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_159, L_160, /*hidden argument*/NULL); __this->set_m_domainKey_22(L_161); goto IL_03e4; } IL_03d3: { String_t* L_162 = V_0; String_t* L_163 = __this->get_m_domain_8(); int32_t L_164 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_162, L_163, 5, /*hidden argument*/NULL); if (!L_164) { goto IL_03e4; } } { V_3 = (bool)0; } IL_03e4: { bool L_165 = V_3; if (L_165) { goto IL_0414; } } { bool L_166 = ___isThrow5; if (!L_166) { goto IL_0412; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_167 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_168 = L_167; NullCheck(L_168); ArrayElementTypeCheck (L_168, _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44); (L_168)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_169 = L_168; String_t* L_170 = __this->get_m_domain_8(); NullCheck(L_169); ArrayElementTypeCheck (L_169, L_170); (L_169)->SetAt(static_cast(1), (RuntimeObject *)L_170); String_t* L_171 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_169, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_172 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_172, L_171, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_172, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_0412: { return (bool)0; } IL_0414: { bool L_173 = ___set_default4; if (!L_173) { goto IL_0478; } } { bool L_174 = __this->get_m_path_implicit_13(); if (!L_174) { goto IL_0478; } } { int32_t L_175 = __this->get_m_cookieVariant_6(); V_6 = L_175; int32_t L_176 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_176, (int32_t)1))) { case 0: { goto IL_043f; } case 1: { goto IL_0448; } case 2: { goto IL_045f; } } } { goto IL_045f; } IL_043f: { String_t* L_177 = V_2; __this->set_m_path_12(L_177); goto IL_04b8; } IL_0448: { String_t* L_178 = V_2; String_t* L_179 = V_2; NullCheck(L_179); int32_t L_180 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_179, ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_178); String_t* L_181 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_178, 0, L_180, /*hidden argument*/NULL); __this->set_m_path_12(L_181); goto IL_04b8; } IL_045f: { String_t* L_182 = V_2; String_t* L_183 = V_2; NullCheck(L_183); int32_t L_184 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_183, ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_182); String_t* L_185 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_182, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1)), /*hidden argument*/NULL); __this->set_m_path_12(L_185); goto IL_04b8; } IL_0478: { String_t* L_186 = V_2; String_t* L_187 = __this->get_m_path_12(); String_t* L_188 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_187, /*hidden argument*/NULL); NullCheck(L_186); bool L_189 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_186, L_188, /*hidden argument*/NULL); if (L_189) { goto IL_04b8; } } { bool L_190 = ___isThrow5; if (!L_190) { goto IL_04b6; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_191 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_192 = L_191; NullCheck(L_192); ArrayElementTypeCheck (L_192, _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE); (L_192)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_193 = L_192; String_t* L_194 = __this->get_m_path_12(); NullCheck(L_193); ArrayElementTypeCheck (L_193, L_194); (L_193)->SetAt(static_cast(1), (RuntimeObject *)L_194); String_t* L_195 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_193, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_196 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_196, L_195, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_196, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_04b6: { return (bool)0; } IL_04b8: { bool L_197 = ___set_default4; if (!L_197) { goto IL_04e1; } } { bool L_198 = __this->get_m_port_implicit_15(); if (L_198) { goto IL_04e1; } } { String_t* L_199 = __this->get_m_port_14(); NullCheck(L_199); int32_t L_200 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_199, /*hidden argument*/NULL); if (L_200) { goto IL_04e1; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_201 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_202 = L_201; int32_t L_203 = V_1; NullCheck(L_202); (L_202)->SetAt(static_cast(0), (int32_t)L_203); __this->set_m_port_list_16(L_202); } IL_04e1: { bool L_204 = __this->get_m_port_implicit_15(); if (L_204) { goto IL_0542; } } { V_3 = (bool)0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_205 = __this->get_m_port_list_16(); V_7 = L_205; V_8 = 0; goto IL_050a; } IL_04f8: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_206 = V_7; int32_t L_207 = V_8; NullCheck(L_206); int32_t L_208 = L_207; int32_t L_209 = (L_206)->GetAt(static_cast(L_208)); int32_t L_210 = V_1; if ((!(((uint32_t)L_209) == ((uint32_t)L_210)))) { goto IL_0504; } } { V_3 = (bool)1; goto IL_0512; } IL_0504: { int32_t L_211 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)1)); } IL_050a: { int32_t L_212 = V_8; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_213 = V_7; NullCheck(L_213); if ((((int32_t)L_212) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_213)->max_length))))))) { goto IL_04f8; } } IL_0512: { bool L_214 = V_3; if (L_214) { goto IL_0542; } } { bool L_215 = ___isThrow5; if (!L_215) { goto IL_0540; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_216 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_217 = L_216; NullCheck(L_217); ArrayElementTypeCheck (L_217, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); (L_217)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_218 = L_217; String_t* L_219 = __this->get_m_port_14(); NullCheck(L_218); ArrayElementTypeCheck (L_218, L_219); (L_218)->SetAt(static_cast(1), (RuntimeObject *)L_219); String_t* L_220 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_218, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_221 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_221, L_220, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_221, NULL, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var); } IL_0540: { return (bool)0; } IL_0542: { return (bool)1; } } // System.Boolean System.Net.Cookie::DomainCharsTest(System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m4F98C8A98E89996F06A2A636DE04E3430CCAAE10 (String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (bool)0; } IL_000d: { V_0 = 0; goto IL_004c; } IL_0011: { String_t* L_3 = ___name0; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; Il2CppChar L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)48)))) { goto IL_0023; } } { Il2CppChar L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)57)))) { goto IL_0048; } } IL_0023: { Il2CppChar L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)46)))) { goto IL_0048; } } { Il2CppChar L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)45)))) { goto IL_0048; } } { Il2CppChar L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)((int32_t)97)))) { goto IL_0037; } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) <= ((int32_t)((int32_t)122)))) { goto IL_0048; } } IL_0037: { Il2CppChar L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)((int32_t)65)))) { goto IL_0041; } } { Il2CppChar L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)((int32_t)90)))) { goto IL_0048; } } IL_0041: { Il2CppChar L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)95)))) { goto IL_0048; } } { return (bool)0; } IL_0048: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_0; String_t* L_17 = ___name0; NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0011; } } { return (bool)1; } } // System.Void System.Net.Cookie::set_Port(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { __this->set_m_port_implicit_15((bool)0); String_t* L_0 = ___value0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } IL_0012: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_port_14(L_3); return; } IL_001e: { String_t* L_4 = ___value0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)34))))) { goto IL_003b; } } { String_t* L_6 = ___value0; String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL); NullCheck(L_6); Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)34)))) { goto IL_005d; } } IL_003b: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); (L_11)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11; String_t* L_13 = ___value0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); String_t* L_14 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_12, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_15 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var); } IL_005d: { String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_PortSplitDelimiters_0(); NullCheck(L_16); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_19 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var); List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_19, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var); V_1 = L_19; V_3 = 0; goto IL_00e9; } IL_0073: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_0; int32_t L_21 = V_3; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_25 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e5; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_0; int32_t L_27 = V_3; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); bool L_30 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_29, (int32_t*)(&V_2), /*hidden argument*/NULL); if (L_30) { goto IL_00b0; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); (L_32)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_32; String_t* L_34 = ___value0; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(1), (RuntimeObject *)L_34); String_t* L_35 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_33, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_36 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var); } IL_00b0: { int32_t L_37 = V_2; if ((((int32_t)L_37) < ((int32_t)0))) { goto IL_00bc; } } { int32_t L_38 = V_2; if ((((int32_t)L_38) <= ((int32_t)((int32_t)65535)))) { goto IL_00de; } } IL_00bc: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); (L_40)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40; String_t* L_42 = ___value0; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_42); String_t* L_43 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_41, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_44 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, NULL, Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var); } IL_00de: { List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_45 = V_1; int32_t L_46 = V_2; NullCheck(L_45); List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_45, L_46, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var); } IL_00e5: { int32_t L_47 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00e9: { int32_t L_48 = V_3; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_49 = V_0; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))))) { goto IL_0073; } } { List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_50 = V_1; NullCheck(L_50); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98(L_50, /*hidden argument*/List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_RuntimeMethod_var); __this->set_m_port_list_16(L_51); String_t* L_52 = ___value0; __this->set_m_port_14(L_52); __this->set_m_version_21(1); __this->set_m_cookieVariant_6(3); return; } } // System.Int32[] System.Net.Cookie::get_PortList() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_port_list_16(); return L_0; } } // System.String System.Net.Cookie::get__Port() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; { bool L_0 = __this->get_m_port_implicit_15(); if (L_0) { goto IL_0037; } } { String_t* L_1 = __this->get_m_port_14(); NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); G_B2_0 = _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640; if (!L_2) { G_B3_0 = _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640; goto IL_002c; } } { String_t* L_3 = __this->get_m_port_14(); String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, L_3, /*hidden argument*/NULL); G_B4_0 = L_4; G_B4_1 = G_B2_0; goto IL_0031; } IL_002c: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_0031: { String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B4_1, G_B4_0, /*hidden argument*/NULL); return L_6; } IL_0037: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_7; } } // System.Boolean System.Net.Cookie::get_Secure() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Secure_mE6212C848C54547AB92F7F57A8B3C87C6B94E67D (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_secure_17(); return L_0; } } // System.Void System.Net.Cookie::set_Secure(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Secure_m38C704F5197C73361544277682E19121C535EB3C (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_secure_17(L_0); return; } } // System.String System.Net.Cookie::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_20(); return L_0; } } // System.Void System.Net.Cookie::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B2_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_value_20(G_B3_0); return; } } // System.Net.CookieVariant System.Net.Cookie::get_Variant() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_cookieVariant_6(); return L_0; } } // System.String System.Net.Cookie::get_DomainKey() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_domain_implicit_9(); if (L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_m_domainKey_22(); return L_1; } IL_000f: { String_t* L_2 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A(__this, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Net.Cookie::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_version_21(); return L_0; } } // System.Void System.Net.Cookie::set_Version(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_RuntimeMethod_var); } IL_000f: { int32_t L_2 = ___value0; __this->set_m_version_21(L_2); int32_t L_3 = ___value0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002a; } } { int32_t L_4 = __this->get_m_cookieVariant_6(); if ((((int32_t)L_4) >= ((int32_t)2))) { goto IL_002a; } } { __this->set_m_cookieVariant_6(2); } IL_002a: { return; } } // System.String System.Net.Cookie::get__Version() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B7_3 = NULL; { int32_t L_0 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_004b; } } { bool L_1 = __this->get_IsQuotedVersion_23(); G_B2_0 = _stringLiteralC6FC42C72609142B300B076BEFED5623027F3481; if (L_1) { G_B3_0 = _stringLiteralC6FC42C72609142B300B076BEFED5623027F3481; goto IL_001c; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B4_0 = L_2; G_B4_1 = G_B2_0; goto IL_0021; } IL_001c: { G_B4_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; G_B4_1 = G_B3_0; } IL_0021: { int32_t* L_3 = __this->get_address_of_m_version_21(); NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_5 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)L_3, L_4, /*hidden argument*/NULL); bool L_6 = __this->get_IsQuotedVersion_23(); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; if (L_6) { G_B6_0 = L_5; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0040; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B7_0 = L_7; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; goto IL_0045; } IL_0040: { G_B7_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; } IL_0045: { String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); return L_8; } IL_004b: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_9; } } // System.Collections.IComparer System.Net.Cookie::GetComparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * L_0 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_staticComparer_3(); return L_0; } } // System.Boolean System.Net.Cookie::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Cookie_Equals_m74305F8EA7C93F817EC69275DC908E47FB301BF6 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_Equals_m74305F8EA7C93F817EC69275DC908E47FB301BF6_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_0 = NULL; { RuntimeObject * L_0 = ___comparand0; if (((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)IsInstSealed((RuntimeObject*)L_0, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___comparand0; V_0 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); String_t* L_2 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F(__this, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F(L_3, /*hidden argument*/NULL); int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_2, L_4, 5, /*hidden argument*/NULL); if (L_5) { goto IL_0070; } } { String_t* L_6 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1(__this, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1(L_7, /*hidden argument*/NULL); int32_t L_9 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_6, L_8, 4, /*hidden argument*/NULL); if (L_9) { goto IL_0070; } } { String_t* L_10 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(L_11, /*hidden argument*/NULL); int32_t L_13 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_10, L_12, 4, /*hidden argument*/NULL); if (L_13) { goto IL_0070; } } { String_t* L_14 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A(__this, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A(L_15, /*hidden argument*/NULL); int32_t L_17 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_14, L_16, 5, /*hidden argument*/NULL); if (L_17) { goto IL_0070; } } { int32_t L_18 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB(__this, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB(L_19, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0); } IL_0070: { return (bool)0; } } // System.Int32 System.Net.Cookie::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_GetHashCode_mF39EC56666F1E0C0233FE18131B00E5607A95150 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_GetHashCode_mF39EC56666F1E0C0233FE18131B00E5607A95150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; String_t* L_2 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F(__this, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76); (L_3)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; String_t* L_5 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(2), (RuntimeObject *)L_5); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312); (L_6)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6; String_t* L_8 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(__this, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(4), (RuntimeObject *)L_8); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_7; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralD2D586849E53CFD2F880934665669C695A79C230); (L_9)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteralD2D586849E53CFD2F880934665669C695A79C230); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9; String_t* L_11 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A(__this, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(6), (RuntimeObject *)L_11); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralD2D586849E53CFD2F880934665669C695A79C230); (L_12)->SetAt(static_cast(7), (RuntimeObject *)_stringLiteralD2D586849E53CFD2F880934665669C695A79C230); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12; int32_t L_14 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB(__this, /*hidden argument*/NULL); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(8), (RuntimeObject *)L_16); String_t* L_17 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_13, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17); return L_18; } } // System.String System.Net.Cookie::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_ToString_mFC5C73DC436E950266395CBEDAD0A11A810B938F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_ToString_mFC5C73DC436E950266395CBEDAD0A11A810B938F_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t G_B2_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B2_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B2_2 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B1_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_3 = NULL; int32_t G_B8_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B8_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B8_2 = NULL; int32_t G_B7_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B7_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B7_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B9_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B9_3 = NULL; int32_t G_B11_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B11_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B11_2 = NULL; int32_t G_B10_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B10_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B10_2 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B12_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B12_3 = NULL; { String_t* L_0 = Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC(__this, /*hidden argument*/NULL); V_1 = L_1; String_t* L_2 = Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5(__this, /*hidden argument*/NULL); V_2 = L_2; String_t* L_3 = Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3(__this, /*hidden argument*/NULL); V_3 = L_3; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4; String_t* L_6 = V_3; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL); G_B1_0 = 0; G_B1_1 = L_5; G_B1_2 = L_5; if (!L_7) { G_B2_0 = 0; G_B2_1 = L_5; G_B2_2 = L_5; goto IL_0039; } } { String_t* L_8 = V_3; String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_8, _stringLiteralD2D586849E53CFD2F880934665669C695A79C230, /*hidden argument*/NULL); G_B3_0 = L_9; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_003e; } IL_0039: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_10; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_003e: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = G_B3_3; String_t* L_12 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F(__this, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (String_t*)L_12); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76); (L_13)->SetAt(static_cast(2), (String_t*)_stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13; String_t* L_15 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(3), (String_t*)L_15); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_14; String_t* L_17 = V_1; NullCheck(L_17); int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL); G_B4_0 = 4; G_B4_1 = L_16; G_B4_2 = L_16; if (!L_18) { G_B5_0 = 4; G_B5_1 = L_16; G_B5_2 = L_16; goto IL_0070; } } { String_t* L_19 = V_1; String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD2D586849E53CFD2F880934665669C695A79C230, L_19, /*hidden argument*/NULL); G_B6_0 = L_20; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_0075; } IL_0070: { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_21; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_0075: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = G_B6_3; String_t* L_23 = V_0; NullCheck(L_23); int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_23, /*hidden argument*/NULL); G_B7_0 = 5; G_B7_1 = L_22; G_B7_2 = L_22; if (!L_24) { G_B8_0 = 5; G_B8_1 = L_22; G_B8_2 = L_22; goto IL_008d; } } { String_t* L_25 = V_0; String_t* L_26 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD2D586849E53CFD2F880934665669C695A79C230, L_25, /*hidden argument*/NULL); G_B9_0 = L_26; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0092; } IL_008d: { String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B9_0 = L_27; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0092: { NullCheck(G_B9_2); ArrayElementTypeCheck (G_B9_2, G_B9_0); (G_B9_2)->SetAt(static_cast(G_B9_1), (String_t*)G_B9_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = G_B9_3; String_t* L_29 = V_2; NullCheck(L_29); int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_29, /*hidden argument*/NULL); G_B10_0 = 6; G_B10_1 = L_28; G_B10_2 = L_28; if (!L_30) { G_B11_0 = 6; G_B11_1 = L_28; G_B11_2 = L_28; goto IL_00aa; } } { String_t* L_31 = V_2; String_t* L_32 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD2D586849E53CFD2F880934665669C695A79C230, L_31, /*hidden argument*/NULL); G_B12_0 = L_32; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_00af; } IL_00aa: { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B12_0 = L_33; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_00af: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (String_t*)G_B12_0); String_t* L_34 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(G_B12_3, /*hidden argument*/NULL); V_4 = L_34; String_t* L_35 = V_4; bool L_36 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, /*hidden argument*/NULL); if (!L_36) { goto IL_00cb; } } { String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_37; } IL_00cb: { String_t* L_38 = V_4; return L_38; } } // System.Void System.Net.Cookie::.cctor() extern "C" IL2CPP_METHOD_ATTR void Cookie__cctor_m650C2BB9FCA1DDF4624BA3C89FAAEB77D8815A87 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie__cctor_m650C2BB9FCA1DDF4624BA3C89FAAEB77D8815A87_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_PortSplitDelimiters_0(L_1); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)7); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_Reserved2Name_1(L_4); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (Il2CppChar)((int32_t)44)); ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_Reserved2Value_2(L_8); Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * L_9 = (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB *)il2cpp_codegen_object_new(Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB_il2cpp_TypeInfo_var); Comparer__ctor_mF8BEE6E98AA318C038B7E523C70590B404EE4CA4(L_9, /*hidden argument*/NULL); ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_staticComparer_3(L_9); 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.CookieCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL); __this->set_m_list_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_TimeStamp_2(L_1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set_m_IsReadOnly_4((bool)1); return; } } // System.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___index0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_m_list_1(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001d; } } IL_0012: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_RuntimeMethod_var); } IL_001d: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = __this->get_m_list_1(); int32_t L_6 = ___index0; NullCheck(L_5); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6); return ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); } } // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_0 = ___cookie0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59C826FC854197CBD4D1083BCE8FC00D0761E8B3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_RuntimeMethod_var); } IL_000e: { int32_t L_2 = __this->get_m_version_0(); __this->set_m_version_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_3 = ___cookie0; int32_t L_4 = CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0036; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get_m_list_1(); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = ___cookie0; NullCheck(L_6); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7); return; } IL_0036: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = __this->get_m_list_1(); int32_t L_9 = V_0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_10 = ___cookie0; NullCheck(L_8); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_8, L_9, L_10); return; } } // System.Void System.Net.CookieCollection::Add(System.Net.CookieCollection) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___cookies0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD2BD354967D6DA5D68C9540C90A6352E927C88C6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_RuntimeMethod_var); } IL_000e: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_2 = ___cookies0; NullCheck(L_2); RuntimeObject* L_3 = CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0015: try { // begin try (depth: 1) { goto IL_002a; } IL_0017: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4); V_1 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_6 = V_1; CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744(__this, L_6, /*hidden argument*/NULL); } IL_002a: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0017; } } IL_0032: { IL2CPP_LEAVE(0x45, FINALLY_0034); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0044; } } IL_003e: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_11); } IL_0044: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_JUMP_TBL(0x45, IL_0045) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0045: { return; } } // System.Int32 System.Net.CookieCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Net.CookieCollection::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool CookieCollection_get_IsSynchronized_m83B74F498AF726EE70F05844578A0DE6A547937D (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Net.CookieCollection::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CookieCollection_get_SyncRoot_mDD065ED6344025A5FBB2E02C19E7153E259CFA5F (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Net.CookieCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_CopyTo_m0C63CDBC3A59242D48DCCADB513AA13EF3AA284C (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_1(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection_Stamp) extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___how0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___how0; switch (L_0) { case 0: { goto IL_003d; } case 1: { goto IL_0018; } case 2: { goto IL_0032; } case 3: { goto IL_0025; } } } { goto IL_003d; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); __this->set_m_TimeStamp_2(L_1); goto IL_003d; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32(); __this->set_m_TimeStamp_2(L_2); goto IL_003d; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_TimeStamp_2(L_3); } IL_003d: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = __this->get_m_TimeStamp_2(); return L_4; } } // System.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen() extern "C" IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_mE8923C5F17A64DD450124524D7E93576095CD9FE (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_has_other_versions_3(); return L_0; } } // System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = 1; bool L_0 = ___isStrict1; if (!L_0) { goto IL_0095; } } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); RuntimeObject* L_1 = Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724(/*hidden argument*/NULL); V_1 = L_1; V_2 = 0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_m_list_1(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_3 = L_3; } IL_001c: try { // begin try (depth: 1) { goto IL_005a; } IL_001e: { RuntimeObject* L_4 = V_3; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4); V_4 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_1; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = ___cookie0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_8 = V_4; NullCheck(L_6); int32_t L_9 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_6, L_7, L_8); if (L_9) { goto IL_0056; } } IL_0036: { V_0 = 0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_10 = V_4; NullCheck(L_10); int32_t L_11 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B(L_10, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_12 = ___cookie0; NullCheck(L_12); int32_t L_13 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)L_13))) { goto IL_0062; } } IL_0047: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_14 = __this->get_m_list_1(); int32_t L_15 = V_2; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_16 = ___cookie0; NullCheck(L_14); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_14, L_15, L_16); IL2CPP_LEAVE(0x78, FINALLY_0064); } IL_0056: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005a: { RuntimeObject* L_18 = V_3; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_001e; } } IL_0062: { IL2CPP_LEAVE(0x78, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_5; if (!L_21) { goto IL_0077; } } IL_0070: { RuntimeObject* L_22 = V_5; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_22); } IL_0077: { IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { int32_t L_23 = V_2; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = __this->get_m_list_1(); NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24); if ((!(((uint32_t)L_23) == ((uint32_t)L_25)))) { goto IL_00a2; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = __this->get_m_list_1(); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_27 = ___cookie0; NullCheck(L_26); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_27); goto IL_00a2; } IL_0095: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_28 = __this->get_m_list_1(); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_29 = ___cookie0; NullCheck(L_28); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_28, L_29); } IL_00a2: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_30 = ___cookie0; NullCheck(L_30); int32_t L_31 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB(L_30, /*hidden argument*/NULL); if ((((int32_t)L_31) == ((int32_t)1))) { goto IL_00b2; } } { __this->set_m_has_other_versions_3((bool)1); } IL_00b2: { int32_t L_32 = V_0; return L_32; } } // System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724(/*hidden argument*/NULL); V_0 = L_0; V_1 = 0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_m_list_1(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_2 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0035; } IL_0016: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3); V_3 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_4, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_6 = ___cookie0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = V_3; NullCheck(L_5); int32_t L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_5, L_6, L_7); if (L_8) { goto IL_0031; } } IL_002c: { int32_t L_9 = V_1; V_4 = L_9; IL2CPP_LEAVE(0x55, FINALLY_003f); } IL_0031: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0016; } } IL_003d: { IL2CPP_LEAVE(0x53, FINALLY_003f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_5; if (!L_14) { goto IL_0052; } } IL_004b: { RuntimeObject* L_15 = V_5; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_15); } IL_0052: { IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0053: { return (-1); } IL_0055: { int32_t L_16 = V_4; return L_16; } } // System.Void System.Net.CookieCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___idx0, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_1(); int32_t L_1 = ___idx0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * L_0 = (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D *)il2cpp_codegen_object_new(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D_il2cpp_TypeInfo_var); CookieCollectionEnumerator__ctor_m8C55845548C7E5591CC2F53838F3117A635911CB(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif