3 references to PESignatureSize
Microsoft.NET.HostModel (3)
PEOffsets.cs (3)
14
public const int PEHeaderSize =
PESignatureSize
+ CoffHeaderSize;
28
public const int NumberOfSections =
PESignatureSize
+ 2;
30
private const int OptionalHeaderBase =
PESignatureSize
+ CoffHeaderSize;