6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Internal\Tables.cs (3)
104int rowOffset = (handle.RowId - 1) * this.RowSize; 110int rowOffset = (handle.RowId - 1) * this.RowSize; 116int rowOffset = (handle.RowId - 1) * this.RowSize;
System\Reflection\Metadata\MetadataReader.cs (1)
1163return (uint)handle.RowId;
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
329return TreatmentAndRowId((byte)GetSpecialTypeRefTreatment(handle), handle.RowId);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
737return RowId == 0;