1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2211
this.
RowSize
= _ImplementationOffset + implementationRefSize;
9 references to RowSize
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
88
TableIndex.ExportedType => reader.ExportedTypeTable.
RowSize
,
System\Reflection\Metadata\Internal\Tables.cs (8)
2212
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
2217
int rowOffset = (rowId - 1) * this.
RowSize
;
2223
int rowOffset = (rowId - 1) * this.
RowSize
;
2229
int rowOffset = (rowId - 1) * this.
RowSize
;
2235
int rowOffset = (rowId - 1) * this.
RowSize
;
2241
int rowOffset = (rowId - 1) * this.
RowSize
;
2247
int rowOffset = (rowId - 1) * this.
RowSize
;
2253
int rowOffset = (rowId - 1) * this.
RowSize
;