2 writes to _authOptionsHandle
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (2)
568
handle.
_authOptionsHandle
= new WeakGCHandle<SslAuthenticationOptions>(options);
655
_authOptionsHandle
= default;
3 references to _authOptionsHandle
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (3)
569
Interop.Ssl.SslSetData(handle, WeakGCHandle<SslAuthenticationOptions>.ToIntPtr(handle.
_authOptionsHandle
));
651
if (
_authOptionsHandle
.IsAllocated)
654
_authOptionsHandle
.Dispose();