1 write to BaseRelocationTableDirectory
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeader.cs (1)
365BaseRelocationTableDirectory = new DirectoryEntry(ref reader);
10 references to BaseRelocationTableDirectory
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (10)
Emit\CompilationEmitTests.cs (6)
3674Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 3675Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.Size); 3714Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 3715Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.Size); 3756Assert.NotEqual(0, peHeaders.PEHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 3757Assert.NotEqual(0, peHeaders.PEHeader.BaseRelocationTableDirectory.Size);
Emit\EmitMetadataTests.cs (4)
2276Assert.Equal(0x4000, peHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 2277Assert.Equal(0xc, peHeader.BaseRelocationTableDirectory.Size); 2463Assert.Equal(0, peHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 2464Assert.Equal(0, peHeader.BaseRelocationTableDirectory.Size);