4 references to PEMemoryBlock
System.Reflection.Metadata (4)
System\Reflection\PortableExecutable\PEReader.cs (4)
444
return new
PEMemoryBlock
(GetEntireImageBlock());
465
return new
PEMemoryBlock
(GetMetadataBlock());
501
return new
PEMemoryBlock
(block, relativeOffset);
526
return new
PEMemoryBlock
(GetPESectionBlock(sectionIndex));