2 references to OffsetOfGuidOffset
Microsoft.NET.HostModel (2)
ComHost\TypeLibReader.cs (2)
27private const int OffsetOfMajorVersion = OffsetOfGuidOffset + SizeOfGuidOffset + sizeof(int) * 2 + sizeof(ushort) * 2; 43int typelibGuidEntryOffset = (int)BinaryPrimitives.ReadUInt32LittleEndian(fileContents.Slice(OffsetOfGuidOffset));