4 references to FromRowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1414
return CustomDebugInformationHandle.
FromRowId
(_customDebugInformationTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
494
return Metadata.CustomDebugInformationHandle.
FromRowId
(ToRowId(rowNumber));
System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs (1)
24
private CustomDebugInformationHandle Handle => CustomDebugInformationHandle.
FromRowId
(_rowId);
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (1)
799
return CustomDebugInformationHandle.
FromRowId
((int)(_currentRowId & TokenTypeIds.RIDMask));