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