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