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