6 references to FromRowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1346
return ImportScopeHandle.
FromRowId
(_importScopeTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
489
return Metadata.ImportScopeHandle.
FromRowId
(ToRowId(rowNumber));
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (1)
692
return ImportScopeHandle.
FromRowId
((int)(_currentRowId & TokenTypeIds.RIDMask));
System\Reflection\Metadata\PortablePdb\ImportScope.cs (1)
30
private ImportScopeHandle Handle => ImportScopeHandle.
FromRowId
(_rowId);
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
169
return ImportScopeHandle.
FromRowId
(Block.PeekReference(rowOffset + _importScopeOffset, _isImportScopeRefSmall));
418
return ImportScopeHandle.
FromRowId
(Block.PeekReference(rowOffset + ParentOffset, _isImportScopeRefSizeSmall));