6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1280
VariableList = variableList.
RowId
,
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
322
return
RowId
== 0;
System\Reflection\Metadata\PortablePdb\LocalVariable.cs (1)
27
_rowId = handle.
RowId
;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (3)
268
int rowOffset = (handle.
RowId
- 1) * RowSize;
274
int rowOffset = (handle.
RowId
- 1) * RowSize;
280
int rowOffset = (handle.
RowId
- 1) * RowSize;