2 writes to _stream
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (2)
41_stream = stream; 54Interlocked.Exchange(ref _stream, null!)?.Dispose();
3 references to _stream
System.Reflection.Metadata (3)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (3)
114return ReadMemoryBlockNoLock(_stream!, absoluteStart, size); 121return _stream; 139fileStream: (FileStream)_stream,