1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1627
this.
RowSize
= _NameOffset + stringHeapRefSize;
3 references to RowSize
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
75
TableIndex.ModuleRef => reader.ModuleRefTable.
RowSize
,
System\Reflection\Metadata\Internal\Tables.cs (2)
1628
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
1633
int rowOffset = (handle.RowId - 1) * this.
RowSize
;