1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
261RowSize = _nameOffset + stringHeapRefSize;
5 references to RowSize
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
99TableIndex.LocalVariable => reader.LocalVariableTable.RowSize,
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (4)
263Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, RowSize * numberOfRows); 268int rowOffset = (handle.RowId - 1) * RowSize; 274int rowOffset = (handle.RowId - 1) * RowSize; 280int rowOffset = (handle.RowId - 1) * RowSize;