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