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