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