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)
93
stream =
_stream
;
112
return ReadMemoryBlockNoLock(
_stream
!, absoluteStart, size);
129
fileStream: (FileStream)
_stream
,