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