2 writes to VirtualAddress
Microsoft.DotNet.SignCheckLibrary (2)
Interop\PortableExecutable\ImageDataDirectory.cs (2)
42
VirtualAddress
= reader.ReadUInt32(),
47
public static readonly IMAGE_DATA_DIRECTORY Empty = new IMAGE_DATA_DIRECTORY { Size = 0,
VirtualAddress
= 0 };
4 references to VirtualAddress
Microsoft.DotNet.SignCheckLibrary (4)
Interop\PortableExecutable\PortableExecutableHeader.cs (4)
191
return (ImageCor20Header.ManagedNativeHeader.Size == 0) && (ImageCor20Header.ManagedNativeHeader.
VirtualAddress
== 0);
274
if (CLRRuntimeHeader.
VirtualAddress
!= 0)
276
IMAGE_SECTION_HEADER section = GetSectionFromRva(CLRRuntimeHeader.
VirtualAddress
);
278
uint clrOffset = CLRRuntimeHeader.
VirtualAddress
- section.VirtualAddress + section.PointerToRawData;