Base:
property
Size
System.Reflection.Internal.AbstractMemoryBlock.Size
5 references to Size
System.Reflection.Metadata (5)
System\Reflection\PortableExecutable\PEReader.cs (2)
193_peImage = new ExternalMemoryBlockProvider(imageBlock.Pointer, imageBlock.Size); 198_lazyPEHeaders = new PEHeaders(imageBlock.GetStream(), imageBlock.Size, IsLoadedImage);
System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs (3)
102actualLength = deflate.ReadAtLeast(new Span<byte>(decompressed.Pointer, decompressed.Size), decompressed.Size, throwOnEndOfStream: false); 109if (actualLength != decompressed.Size)