6 references to RhHandleFree
System.Private.CoreLib (6)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
736RuntimeImports.RhHandleFree(handle);
System\Runtime\DependentHandle.cs (1)
116RuntimeImports.RhHandleFree(handle);
System\Runtime\InteropServices\GCHandle.NativeAot.cs (1)
12internal static void InternalFree(IntPtr handle) => RuntimeImports.RhHandleFree(handle);
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (1)
379RuntimeImports.RhHandleFree(_pHandles[index]);
System\RuntimeType.NativeAot.cs (2)
46RuntimeImports.RhHandleFree(_runtimeTypeInfoHandle); 79RuntimeImports.RhHandleFree(tempHandle);