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