4 references to GetHandleValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (4)
80InternalFree(GetHandleValue(handle)); 91return InternalGet(GetHandleValue(handle)); 103InternalSet(GetHandleValue(handle), value); 125object? target = InternalGet(GetHandleValue(handle));