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