23 references to DirectoryEntry
System.Reflection.Metadata (23)
System\Reflection\PortableExecutable\CorHeader.cs (7)
27MetadataDirectory = new DirectoryEntry(ref reader); 30ResourcesDirectory = new DirectoryEntry(ref reader); 31StrongNameSignatureDirectory = new DirectoryEntry(ref reader); 32CodeManagerTableDirectory = new DirectoryEntry(ref reader); 33VtableFixupsDirectory = new DirectoryEntry(ref reader); 34ExportAddressTableJumpsDirectory = new DirectoryEntry(ref reader); 35ManagedNativeHeaderDirectory = new DirectoryEntry(ref reader);
System\Reflection\PortableExecutable\PEHeader.cs (16)
360ExportTableDirectory = new DirectoryEntry(ref reader); 361ImportTableDirectory = new DirectoryEntry(ref reader); 362ResourceTableDirectory = new DirectoryEntry(ref reader); 363ExceptionTableDirectory = new DirectoryEntry(ref reader); 364CertificateTableDirectory = new DirectoryEntry(ref reader); 365BaseRelocationTableDirectory = new DirectoryEntry(ref reader); 366DebugTableDirectory = new DirectoryEntry(ref reader); 367CopyrightTableDirectory = new DirectoryEntry(ref reader); 368GlobalPointerTableDirectory = new DirectoryEntry(ref reader); 369ThreadLocalStorageTableDirectory = new DirectoryEntry(ref reader); 370LoadConfigTableDirectory = new DirectoryEntry(ref reader); 371BoundImportTableDirectory = new DirectoryEntry(ref reader); 372ImportAddressTableDirectory = new DirectoryEntry(ref reader); 373DelayImportTableDirectory = new DirectoryEntry(ref reader); 374CorHeaderTableDirectory = new DirectoryEntry(ref reader); 377new DirectoryEntry(ref reader);