25 references to RowId
System.Reflection.Metadata (25)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (7)
505
Parent = type.
RowId
,
530
Class = type.
RowId
,
551
NestedClass = type.
RowId
,
552
EnclosingClass = enclosingType.
RowId
623
Parent = declaringType.
RowId
,
651
Parent = declaringType.
RowId
,
1053
Class = type.
RowId
,
System\Reflection\Metadata\Internal\Tables.cs (11)
163
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
169
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
175
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
181
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
187
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
595
int typeDefRid = typeDef.
RowId
;
1064
(uint)typeDef.
RowId
,
1199
(uint)typeDef.
RowId
,
1329
(uint)typeDef.
RowId
,
1586
(uint)typeDef.
RowId
,
2363
(uint)nestedTypeDef.
RowId
,
System\Reflection\Metadata\Internal\TypeOrMethodDefTag.cs (1)
36
return (uint)typeDef.
RowId
<< NumberOfBits | TypeDef;
System\Reflection\Metadata\MetadataReader.cs (3)
842
int typeDefRowId = typeDef.
RowId
;
862
int typeDefRowId = typeDef.
RowId
;
1146
return (uint)handle.
RowId
;
System\Reflection\Metadata\MetadataReader.WinMD.cs (2)
237
return TreatmentAndRowId((byte)treatment, handle.
RowId
);
299
return TreatmentAndRowId((byte)treatment, handle.
RowId
);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
571
return
RowId
== 0;