1 reference to WeakGCHandle
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\WeakGCHandle.T.cs (1)
83
public static WeakGCHandle<T> FromIntPtr(IntPtr value) => new
WeakGCHandle
<T>(value);