1 write to _handle
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\Lifetime.cs (1)
58
wrapper->
_handle
= (void*)GCHandle.ToIntPtr(GCHandle.Alloc(@object));
2 references to _handle
Microsoft.Private.Windows.Core (2)
Windows\Win32\System\Com\Lifetime.cs (2)
31
GCHandle.FromIntPtr((nint)lifetime->
_handle
).Free();
75
return (TObject?)GCHandle.FromIntPtr((IntPtr)lifetime->
_handle
).Target;