1 write to _imageSize
System.Reflection.Metadata (1)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (1)
44
_imageSize
= imageSize;
2 references to _imageSize
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs (2)
64
return
_imageSize
;
120
constraints = new StreamConstraints(_streamGuard, _imageStart,
_imageSize
);