1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2037this.RowSize = _HashValueOffset + blobHeapRefSize;
8 references to RowSize
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
84TableIndex.AssemblyRef => reader.AssemblyRefTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (7)
2038this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 2043int rowOffset = (rowId - 1) * this.RowSize; 2053int rowOffset = (rowId - 1) * this.RowSize; 2059int rowOffset = (rowId - 1) * this.RowSize; 2065int rowOffset = (rowId - 1) * this.RowSize; 2071int rowOffset = (rowId - 1) * this.RowSize; 2077int rowOffset = (rowId - 1) * this.RowSize;