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