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)
2464
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2470
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2476
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2482
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2610
(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;