1 write to BaseRelocationTable
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (1)
201_peDirectoriesBuilder.BaseRelocationTable = new DirectoryEntry(location.RelativeVirtualAddress, sectionBuilder.Count);
2 references to BaseRelocationTable
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\PEBuilder.cs (2)
320builder.WriteUInt32((uint)directories.BaseRelocationTable.RelativeVirtualAddress); 321builder.WriteUInt32((uint)directories.BaseRelocationTable.Size);