1 instantiation of RowCounts
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
302
generation = sizes.BinarySearch(new
RowCounts
{ AggregateInserts = rowId });
9 references to RowCounts
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (9)
17
private readonly ImmutableArray<ImmutableArray<
RowCounts
>> _rowCounts;
20
internal struct RowCounts : IComparable<
RowCounts
>
25
public int CompareTo(
RowCounts
other)
106
internal MetadataAggregator(
RowCounts
[][] rowCounts, int[][] heapSizes)
167
private static ImmutableArray<ImmutableArray<
RowCounts
>> CalculateRowCounts(
194
internal static
RowCounts
[][] GetBaseRowCounts(IReadOnlyList<int> baseRowCounts, int generations)
196
var rowCounts = new
RowCounts
[MetadataTokens.TableCount][];
200
rowCounts[t] = new
RowCounts
[generations];
208
internal static void CalculateDeltaRowCountsForGeneration(
RowCounts
[][] rowCounts, int generation, ref EnCMapTableReader encMapTable)