7 references to RowId
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
652EventList = eventList.RowId
System\Reflection\Metadata\Internal\HasSemanticsTag.cs (1)
36return (uint)eventDef.RowId << NumberOfBits | Event;
System\Reflection\Metadata\Internal\Tables.cs (3)
1276int rowOffset = (handle.RowId - 1) * this.RowSize; 1282int rowOffset = (handle.RowId - 1) * this.RowSize; 1288int rowOffset = (handle.RowId - 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
23_rowId = handle.RowId;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1069return RowId == 0;