5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
1560
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
1566
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
1572
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
405
return
RowId
== 0;
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (1)
21
_rowId = handle.
RowId
;