1 instantiation of RowCounts
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
301
generation = sizes.BinarySearch(new
RowCounts
{ AggregateInserts = rowId });
9 references to RowCounts
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (9)
16
private readonly ImmutableArray<ImmutableArray<
RowCounts
>> _rowCounts;
19
internal struct RowCounts : IComparable<
RowCounts
>
24
public int CompareTo(
RowCounts
other)
105
internal MetadataAggregator(
RowCounts
[][] rowCounts, int[][] heapSizes)
166
private static ImmutableArray<ImmutableArray<
RowCounts
>> CalculateRowCounts(
193
internal static
RowCounts
[][] GetBaseRowCounts(IReadOnlyList<int> baseRowCounts, int generations)
195
var rowCounts = new
RowCounts
[MetadataTokens.TableCount][];
199
rowCounts[t] = new
RowCounts
[generations];
207
internal static void CalculateDeltaRowCountsForGeneration(
RowCounts
[][] rowCounts, int generation, ref EnCMapTableReader encMapTable)