1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2257
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)
2258
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
2263
int rowOffset = (rowId - 1) * this.
RowSize
;
2269
int rowOffset = (rowId - 1) * this.
RowSize
;
2275
int rowOffset = (rowId - 1) * this.
RowSize
;
2281
int rowOffset = (rowId - 1) * this.
RowSize
;
2287
int rowOffset = (rowId - 1) * this.
RowSize
;
2293
int rowOffset = (rowId - 1) * this.
RowSize
;
2299
int rowOffset = (rowId - 1) * this.
RowSize
;