1 reference to GetTypeFromHandleUnsafe
System.Private.CoreLib (1)
src\System\RuntimeHandles.cs (1)
36public static RuntimeTypeHandle FromIntPtr(IntPtr value) => new RuntimeTypeHandle(Type.GetTypeFromHandleUnsafe(value));