1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2257this.RowSize = _ImplementationOffset + implementationRefSize;
9 references to RowSize
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
88TableIndex.ExportedType => reader.ExportedTypeTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (8)
2258this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 2263int rowOffset = (rowId - 1) * this.RowSize; 2269int rowOffset = (rowId - 1) * this.RowSize; 2275int rowOffset = (rowId - 1) * this.RowSize; 2281int rowOffset = (rowId - 1) * this.RowSize; 2287int rowOffset = (rowId - 1) * this.RowSize; 2293int rowOffset = (rowId - 1) * this.RowSize; 2299int rowOffset = (rowId - 1) * this.RowSize;