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