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