1 write to _gch
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (1)
162_gch = GCHandle.Alloc(this);
5 references to _gch
System.Net.Security (5)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (5)
147Debug.Assert(_gch.IsAllocated); 148_gch.Free(); 163Debug.Assert(_gch.IsAllocated); 165Interop.Ssl.SslCtxSetData(this, (IntPtr)_gch); 259Interop.Ssl.SslSetData(sslHandle, (IntPtr)_gch);