1 write to RowCounts
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
131RowCounts = rowCounts;
7 references to RowCounts
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
179var deltaTableSizes = GetDeltaTableSizes(metadataSizes.RowCounts);
PEWriter\PeWriter.cs (1)
211var portablePdbBuilder = mdWriter.GetPortablePdbBuilder(metadataRootBuilder.Sizes.RowCounts, debugEntryPointHandle, portablePdbIdProvider);
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1916MetadataWriterUtilities.SerializeRowCounts(writer, metadataSizes.RowCounts);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (4)
424for (int i = 0; i < RowCounts.Length; i++) 465return RowCounts[(int)index] * rowSize; 480Debug.Assert(RowCounts[(int)table] == 0 || ExternalRowCounts[(int)table] == 0); 482if (RowCounts[(int)table] + ExternalRowCounts[(int)table] > maxIndex)