15 references to FromRowId
System.Reflection.Metadata (15)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1008
return MethodDefinitionHandle.
FromRowId
(_methodDefTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
347
return Metadata.MethodDefinitionHandle.
FromRowId
(ToRowId(rowNumber));
System\Reflection\Metadata\Internal\Tables.cs (2)
394
return MethodDefinitionHandle.
FromRowId
(this.Block.PeekReference(rowOffset + _MethodOffset, _IsMethodTableRowRefSizeSmall));
1464
return MethodDefinitionHandle.
FromRowId
(this.Block.PeekReference(rowOffset + _MethodOffset, _IsMethodTableRowRefSizeSmall));
System\Reflection\Metadata\MetadataReader.cs (1)
556
MethodDefinitionHandle.
FromRowId
(entryPointRowId),
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
184
return MethodDefinitionHandle.
FromRowId
(_rowId);
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
163
return MethodDefinitionHandle.
FromRowId
(Block.PeekReference(rowOffset + MethodOffset, _isMethodRefSmall));
381
return MethodDefinitionHandle.
FromRowId
(Block.PeekReference(rowOffset + _kickoffMethodOffset, _isMethodRefSizeSmall));
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (6)
533
return MethodDefinitionHandle.
FromRowId
((int)(_currentRowId & TokenTypeIds.RIDMask));
1616
public MethodDefinitionHandle Getter { get { return MethodDefinitionHandle.
FromRowId
(_getterRowId); } }
1617
public MethodDefinitionHandle Setter { get { return MethodDefinitionHandle.
FromRowId
(_setterRowId); } }
1637
public MethodDefinitionHandle Adder { get { return MethodDefinitionHandle.
FromRowId
(_adderRowId); } }
1638
public MethodDefinitionHandle Remover { get { return MethodDefinitionHandle.
FromRowId
(_removerRowId); } }
1639
public MethodDefinitionHandle Raiser { get { return MethodDefinitionHandle.
FromRowId
(_raiserRowId); } }
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
37
get { return MethodDefinitionHandle.
FromRowId
(RowId); }