5 references to RhHandleGet
System.Private.CoreLib (5)
System\GC.NativeAot.cs (1)
112
object? obj = RuntimeImports.
RhHandleGet
(wo.WeakHandle);
System\Runtime\DependentHandle.cs (2)
26
return RuntimeImports.
RhHandleGet
(handle);
88
return RuntimeImports.
RhHandleGet
(_handle);
System\Runtime\InteropServices\GCHandle.NativeAot.cs (1)
14
internal static object? InternalGet(IntPtr handle) => RuntimeImports.
RhHandleGet
(handle);
System\RuntimeType.NativeAot.cs (1)
57
object? runtimeTypeInfo = RuntimeImports.
RhHandleGet
(handle);