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