5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\MetadataReader.cs (2)
943
int scopeRowId = scope.
RowId
;
963
int scopeRowId = scope.
RowId
;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
239
return
RowId
== 0;
System\Reflection\Metadata\PortablePdb\LocalScope.cs (1)
27
_rowId = handle.
RowId
;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
168
int rowOffset = (handle.
RowId
- 1) * RowSize;