4 references to RowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\Tables.cs (2)
2560
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2566
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
488
return
RowId
== 0;
System\Reflection\Metadata\TypeSystem\MethodSpecification.cs (1)
22
_rowId = handle.
RowId
;