2 writes to _pinned
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryProvider.cs (2)
26
Interlocked.Exchange(ref
_pinned
, null)?.Dispose();
51
if (Interlocked.CompareExchange(ref
_pinned
, newPinned, null) != null)
2 references to _pinned
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryProvider.cs (2)
47
if (
_pinned
== null)
58
return
_pinned
.Pointer;