4 references to RowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\Tables.cs (2)
2586
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2592
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\GenericParameterConstraint.cs (1)
21
_rowId = handle.
RowId
;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1484
return
RowId
== 0;