5 references to PESignatureOffset
Microsoft.NET.HostModel (5)
AppHost\PEUtils.cs (4)
21
if (accessor.Capacity < PEOffsets.DosStub.
PESignatureOffset
+ sizeof(uint))
34
if (reader.BaseStream.Length < PEOffsets.DosStub.
PESignatureOffset
+ sizeof(uint))
128
if (accessor.Capacity < PEOffsets.DosStub.
PESignatureOffset
+ sizeof(uint))
131
peHeaderOffset = AsLittleEndian(accessor.ReadUInt32(PEOffsets.DosStub.
PESignatureOffset
));
ResourceUpdater.cs (1)
202
int peSignatureOffset = ReadI32(accessor, PEOffsets.DosStub.
PESignatureOffset
);