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