1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
459RowSize = _valueOffset + blobHeapRefSize;
6 references to RowSize
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
103TableIndex.CustomDebugInformation => reader.CustomDebugInformationTable.RowSize,
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (5)
461Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows); 471int rowOffset = (handle.RowId - 1) * RowSize; 477int rowOffset = (handle.RowId - 1) * RowSize; 483int rowOffset = (handle.RowId - 1) * RowSize; 493RowSize,