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