6 references to FromRowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1252return MethodDebugInformationHandle.FromRowId(_methodDebugInformationTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
469return Metadata.MethodDebugInformationHandle.FromRowId(ToRowId(rowNumber));
System\Reflection\Metadata\MetadataReader.cs (1)
1390return new MethodDebugInformation(this, MethodDebugInformationHandle.FromRowId(handle.RowId));
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (1)
173return MethodDebugInformationHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask));
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (1)
29private MethodDebugInformationHandle Handle => MethodDebugInformationHandle.FromRowId(_rowId);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
350return MethodDebugInformationHandle.FromRowId(_rowId);