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