25 references to RowId
System.Reflection.Metadata (25)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (5)
475
MethodList = methodList.
RowId
704
Method = methodDefinition.
RowId
,
1278
Method = method.
RowId
,
1361
MoveNextMethod = moveNextMethod.
RowId
,
1362
KickoffMethod = kickoffMethod.
RowId
System\Reflection\Metadata\Internal\MemberForwardedTag.cs (1)
36
return (uint)methodDef.
RowId
<< NumberOfBits | MethodDef;
System\Reflection\Metadata\Internal\Tables.cs (5)
449
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
455
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
461
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
467
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
473
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\Internal\TypeOrMethodDefTag.cs (1)
41
return (uint)methodDef.
RowId
<< NumberOfBits | MethodDef;
System\Reflection\Metadata\MetadataReader.cs (6)
923
int rid = methodDef.
RowId
;
1218
return (uint)handle.
RowId
;
1328
methodRowId = MethodPtrTable.GetRowIdForMethodDefRow(methodDef.
RowId
);
1332
methodRowId = methodDef.
RowId
;
1370
return new MethodDebugInformation(this, MethodDebugInformationHandle.FromRowId(handle.
RowId
));
1405
return new LocalScopeHandleCollection(this, handle.
RowId
);
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
498
return TreatmentAndRowId((byte)treatment, methodDef.
RowId
);
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (3)
75
adder = _reader.MethodSemanticsTable.GetMethod(rowId).
RowId
;
79
remover = _reader.MethodSemanticsTable.GetMethod(rowId).
RowId
;
83
fire = _reader.MethodSemanticsTable.GetMethod(rowId).
RowId
;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
310
return
RowId
== 0;
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (2)
86
getter = _reader.MethodSemanticsTable.GetMethod(rowId).
RowId
;
90
setter = _reader.MethodSemanticsTable.GetMethod(rowId).
RowId
;