2 writes to _pointer
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\NativeHeapMemoryBlock.cs (2)
32
_pointer
= Marshal.AllocHGlobal(size);
46
IntPtr ptr = Interlocked.Exchange(ref
_pointer
, IntPtr.Zero);
1 reference to _pointer
System.Reflection.Metadata (1)
System\Reflection\Internal\MemoryBlocks\NativeHeapMemoryBlock.cs (1)
54
public byte* Pointer => (byte*)
_pointer
;