1 write to ImageSize
System.Reflection.Metadata (1)
System\Reflection\Internal\MemoryBlocks\StreamConstraints.cs (1)
16ImageSize = imageSize;
3 references to ImageSize
System.Reflection.Metadata (3)
System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs (1)
44/// The image starts at <see cref="StreamConstraints.ImageStart"/> and has size <see cref="StreamConstraints.ImageSize"/>.
System\Reflection\PortableExecutable\PEReader.cs (2)
319headers = ReadPEHeadersNoLock(stream, constraints.ImageStart, constraints.ImageSize, IsLoadedImage); 324headers = ReadPEHeadersNoLock(stream, constraints.ImageStart, constraints.ImageSize, IsLoadedImage);