4 references to FromRowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1058
return MethodImplementationHandle.
FromRowId
(_methodImplTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
352
return Metadata.MethodImplementationHandle.
FromRowId
(ToRowId(rowNumber));
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
999
return MethodImplementationHandle.
FromRowId
((int)(_currentRowId & TokenTypeIds.RIDMask));
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (1)
26
get { return MethodImplementationHandle.
FromRowId
(_rowId); }