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