5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\MetadataReader.cs (1)
1430
return new LocalScopeHandleCollection(this, handle.
RowId
);
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
144
return
RowId
== 0;
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (1)
26
_rowId = handle.
RowId
;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
99
int rowOffset = (handle.
RowId
- 1) * RowSize;
105
int rowOffset = (handle.
RowId
- 1) * RowSize;