6 references to DirectoryEntry
System.Reflection.Metadata (6)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (3)
151debugDirectoryEntry = new DirectoryEntry( 192_peDirectoriesBuilder.ResourceTable = new DirectoryEntry(location.RelativeVirtualAddress, sectionBuilder.Count); 201_peDirectoriesBuilder.BaseRelocationTable = new DirectoryEntry(location.RelativeVirtualAddress, sectionBuilder.Count);
System\Reflection\PortableExecutable\ManagedTextSection.cs (3)
205new DirectoryEntry(rva, SizeOfImportAddressTable) : 213new DirectoryEntry(rva + ComputeOffsetToImportTable(), (Is32Bit ? 66 : 70) + 13) : 219return new DirectoryEntry(rva + SizeOfImportAddressTable, CorHeaderSize);