5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1281
ConstantList = constantList.
RowId
,
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
405
return
RowId
== 0;
System\Reflection\Metadata\PortablePdb\LocalConstant.cs (1)
27
_rowId = handle.
RowId
;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
316
int rowOffset = (handle.
RowId
- 1) * RowSize;
322
int rowOffset = (handle.
RowId
- 1) * RowSize;