6 references to RhHandleSet
System.Private.CoreLib (6)
System\Runtime\DependentHandle.cs (2)
37
RuntimeImports.
RhHandleSet
(handle, null);
98
RuntimeImports.
RhHandleSet
(_handle, null);
System\Runtime\InteropServices\GCHandle.NativeAot.cs (1)
16
internal static void InternalSet(IntPtr handle, object? value) => RuntimeImports.
RhHandleSet
(handle, value);
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (2)
306
RuntimeImports.
RhHandleSet
(handle, target);
361
RuntimeImports.
RhHandleSet
(handle, null);
System\RuntimeType.NativeAot.cs (1)
83
RuntimeImports.
RhHandleSet
(handle, runtimeTypeInfo);