1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
437this.RowSize = _ParamListOffset + paramRefSize;
8 references to RowSize
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
55TableIndex.MethodDef => reader.MethodDefTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (7)
438this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 443int rowOffset = (rowId - 1) * this.RowSize; 449int rowOffset = (handle.RowId - 1) * this.RowSize; 455int rowOffset = (handle.RowId - 1) * this.RowSize; 461int rowOffset = (handle.RowId - 1) * this.RowSize; 467int rowOffset = (handle.RowId - 1) * this.RowSize; 473int rowOffset = (handle.RowId - 1) * this.RowSize;