4 references to RowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1031
ImportScope = module.
RowId
,
System\Reflection\Metadata\Internal\Tables.cs (1)
1633
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1567
return
RowId
== 0;
System\Reflection\Metadata\TypeSystem\ModuleReference.cs (1)
21
_rowId = handle.
RowId
;