2 writes to _authOptionsHandle
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (2)
568handle._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)
569Interop.Ssl.SslSetData(handle, WeakGCHandle<SslAuthenticationOptions>.ToIntPtr(handle._authOptionsHandle)); 651if (_authOptionsHandle.IsAllocated) 654_authOptionsHandle.Dispose();