3 references to GetRowCounts
ILAssembler (1)
GrammarVisitor.cs (1)
343var typeSystemRowCounts = _metadataBuilder.GetRowCounts();
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1724var typeSystemRowCounts = metadata.GetRowCounts();
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.cs (1)
28var sizes = new MetadataSizes(GetRowCounts(), externalRowCounts, heapSizes, metadataVersionByteCount, isStandaloneDebugMetadata);