1 write to BoundImportTableDirectory
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeader.cs (1)
371BoundImportTableDirectory = new DirectoryEntry(ref reader);
4 references to BoundImportTableDirectory
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\EmitMetadataTests.cs (4)
2277Assert.Equal(0, peHeader.BoundImportTableDirectory.RelativeVirtualAddress); 2278Assert.Equal(0, peHeader.BoundImportTableDirectory.Size); 2464Assert.Equal(0, peHeader.BoundImportTableDirectory.RelativeVirtualAddress); 2465Assert.Equal(0, peHeader.BoundImportTableDirectory.Size);