1 write to RowCounts
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
132RowCounts = rowCounts;
7 references to RowCounts
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
189var 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)
425for (int i = 0; i < RowCounts.Length; i++) 466return RowCounts[(int)index] * rowSize; 481Debug.Assert(RowCounts[(int)table] == 0 || ExternalRowCounts[(int)table] == 0); 483if (RowCounts[(int)table] + ExternalRowCounts[(int)table] > maxIndex)