1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2205this.RowSize = _HashValueOffset + blobHeapRefSize;
5 references to RowSize
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
87TableIndex.File => reader.FileTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (4)
2206this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 2211int rowOffset = (handle.RowId - 1) * this.RowSize; 2217int rowOffset = (handle.RowId - 1) * this.RowSize; 2223int rowOffset = (handle.RowId - 1) * this.RowSize;