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)
3592Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 3593Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.Size); 3632Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 3633Assert.Equal(0, peHeaders.PEHeader.BaseRelocationTableDirectory.Size); 3674Assert.NotEqual(0, peHeaders.PEHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 3675Assert.NotEqual(0, peHeaders.PEHeader.BaseRelocationTableDirectory.Size);
Emit\EmitMetadataTests.cs (4)
2275Assert.Equal(0x4000, peHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 2276Assert.Equal(0xc, peHeader.BaseRelocationTableDirectory.Size); 2462Assert.Equal(0, peHeader.BaseRelocationTableDirectory.RelativeVirtualAddress); 2463Assert.Equal(0, peHeader.BaseRelocationTableDirectory.Size);