6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Internal\Tables.cs (3)
660
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
666
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
672
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\MetadataReader.cs (1)
1267
return (uint)handle.
RowId
;
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
587
return TreatmentAndRowId((byte)treatment, handle.
RowId
);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
903
return
RowId
== 0;