4 references to WeakGCHandle
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
492handle._authOptionsHandle = new WeakGCHandle<SslAuthenticationOptions>(options);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Gen2GcCallback.cs (1)
28_weakTargetObj = new WeakGCHandle<object>(targetObj);
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
136thunkData->Handle = new WeakGCHandle<Delegate>(del, trackResurrection: true);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeSystemContextFactory.cs (1)
19private static WeakGCHandle<TypeSystemContext?> s_cachedContext = new WeakGCHandle<TypeSystemContext?>(null);