5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
2165
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2171
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2177
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\AssemblyFile.cs (1)
21
_rowId = handle.
RowId
;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2100
return
RowId
== 0;