2 writes to _lazyMemoryMap
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (2)
57Interlocked.Exchange(ref _lazyMemoryMap, null)?.Dispose(); 158if (Interlocked.CompareExchange(ref _lazyMemoryMap, newMemoryMap, null) != null)
2 references to _lazyMemoryMap
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (2)
127if (_lazyMemoryMap == null) 168accessor = _lazyMemoryMap.CreateViewAccessor(start, size, MemoryMappedFileAccess.Read);