4 references to PEMemoryBlock
System.Reflection.Metadata (4)
System\Reflection\PortableExecutable\PEReader.cs (4)
446
return new
PEMemoryBlock
(GetEntireImageBlock());
467
return new
PEMemoryBlock
(GetMetadataBlock());
503
return new
PEMemoryBlock
(block, relativeOffset);
528
return new
PEMemoryBlock
(GetPESectionBlock(sectionIndex));