6 references to FromRowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1231return DocumentHandle.FromRowId(_documentTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
464return Metadata.DocumentHandle.FromRowId(ToRowId(rowNumber));
System\Reflection\Metadata\PortablePdb\Document.cs (1)
30private DocumentHandle Handle => DocumentHandle.FromRowId(_rowId);
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (1)
74return DocumentHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask));
System\Reflection\Metadata\PortablePdb\SequencePointCollection.cs (1)
189return DocumentHandle.FromRowId(rowId);
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
100return DocumentHandle.FromRowId(Block.PeekReference(rowOffset + DocumentOffset, _isDocumentRefSmall));