1 write to _handle
System.Reflection.Metadata (1)
System\Reflection\Internal\Utilities\PinnedObject.cs (1)
28_handle = GCHandle.Alloc(obj, GCHandleType.Pinned);
2 references to _handle
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\PinnedObject.cs (2)
45_handle.Free(); 50public unsafe byte* Pointer => (byte*)_handle.AddrOfPinnedObject();