8 references to RowId
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1248Document = document.RowId,
System\Reflection\Metadata\PortablePdb\Document.cs (1)
27_rowId = handle.RowId;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
61return RowId == 0;
System\Reflection\Metadata\PortablePdb\SequencePoint.cs (1)
44return Hash.Combine(Document.RowId,
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (4)
44int rowOffset = (handle.RowId - 1) * RowSize; 50int rowOffset = (handle.RowId - 1) * RowSize; 56int rowOffset = (handle.RowId - 1) * RowSize; 62int rowOffset = (handle.RowId - 1) * RowSize;