6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (2)
1279
ImportScope = importScope.
RowId
,
1342
Parent = parentScope.
RowId
,
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
488
return
RowId
== 0;
System\Reflection\Metadata\PortablePdb\ImportScope.cs (1)
27
_rowId = handle.
RowId
;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
417
int rowOffset = (handle.
RowId
- 1) * RowSize;
423
int rowOffset = (handle.
RowId
- 1) * RowSize;