1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
92
RowSize
= _sequencePointsOffset + blobHeapRefSize;
4 references to RowSize
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
97
TableIndex.MethodDebugInformation => reader.MethodDebugInformationTable.
RowSize
,
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (3)
94
Block = containingBlock.GetMemoryBlockAt(containingBlockOffset,
RowSize
* numberOfRows);
99
int rowOffset = (handle.RowId - 1) *
RowSize
;
105
int rowOffset = (handle.RowId - 1) *
RowSize
;