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