3 references to RowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\Internal\Tables.cs (1)
1662
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
820
return
RowId
== 0;
System\Reflection\Metadata\TypeSystem\TypeSpecification.cs (1)
22
_rowId = handle.
RowId
;