1 write to LoadConfigTableDirectory
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeader.cs (1)
370LoadConfigTableDirectory = new DirectoryEntry(ref reader);
4 references to LoadConfigTableDirectory
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\EmitMetadataTests.cs (4)
2295Assert.Equal(0, peHeader.LoadConfigTableDirectory.RelativeVirtualAddress); 2296Assert.Equal(0, peHeader.LoadConfigTableDirectory.Size); 2482Assert.Equal(0, peHeader.LoadConfigTableDirectory.RelativeVirtualAddress); 2483Assert.Equal(0, peHeader.LoadConfigTableDirectory.Size);