8 references to RowId
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
866
Owner = genericParameter.
RowId
,
System\Reflection\Metadata\Internal\Tables.cs (5)
2418
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2424
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2430
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2436
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2564
(uint)genericParameter.
RowId
,
System\Reflection\Metadata\TypeSystem\GenericParameter.cs (1)
21
_rowId = handle.
RowId
;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1401
return
RowId
== 0;