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