2 references to OffsetOfTypeInfosCount
Microsoft.NET.HostModel (2)
ComHost\TypeLibReader.cs (2)
35
private const int OffsetOfTablesStart =
OffsetOfTypeInfosCount
+ SizeOfTypeInfosCount + sizeof(int) * 12;
44
int infoRefsOffsetCount = (int)BinaryPrimitives.ReadUInt32LittleEndian(fileContents.Slice(
OffsetOfTypeInfosCount
));