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