5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs (1)
21
_rowId = handle.
RowId
;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
571
return
RowId
== 0;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (3)
471
int rowOffset = (handle.
RowId
- 1) * RowSize;
477
int rowOffset = (handle.
RowId
- 1) * RowSize;
483
int rowOffset = (handle.
RowId
- 1) * RowSize;