5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
797
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
803
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
809
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\MetadataReader.cs (2)
1190
return (uint)handle.
RowId
;
1193
return TreatmentAndRowId((byte)CustomAttributeTreatment.WinMD, handle.
RowId
);