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