System.Reflection.Metadata.Ecma335.MetadataSizes
namespace System.Reflection.Metadata.Ecma335
{
internal sealed class MetadataSizes
{
public ImmutableArray<int> HeapSizes { get; }
public ImmutableArray<int> RowCounts { get; }
public ImmutableArray<int> ExternalRowCounts { get; }
public int GetAlignedHeapSize(HeapIndex index);
}
}