5 references to GCHandleRef
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (5)
160
GCHandleRef
(pNativeOverlapped, 0) = GCHandle.Alloc(this);
170
GCHandleRef
(pNativeOverlapped, (nuint)(i + 1)) = GCHandle.Alloc(objArray[i], GCHandleType.Pinned);
176
GCHandleRef
(pNativeOverlapped, 1) = GCHandle.Alloc(userData, GCHandleType.Pinned);
210
GCHandleRef
(pNativeOverlapped, i).Free();
226
object? target =
GCHandleRef
(pNativeOverlapped, 0).Target;