4 references to FromRowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
680
return ConstantHandle.
FromRowId
(_constantTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
447
return Metadata.ConstantHandle.
FromRowId
(ToRowId(rowNumber));
System\Reflection\Metadata\Internal\Tables.cs (1)
740
return ConstantHandle.
FromRowId
(foundRowNumber + 1);
System\Reflection\Metadata\TypeSystem\Constant.cs (1)
28
return ConstantHandle.
FromRowId
(_rowId);