1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2508this.RowSize = _InstantiationOffset + blobHeapRefSize;
4 references to RowSize
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
92TableIndex.MethodSpec => reader.MethodSpecTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (3)
2509this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 2514int rowOffset = (handle.RowId - 1) * this.RowSize; 2520int rowOffset = (handle.RowId - 1) * this.RowSize;