5 references to FromRowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
762return CustomAttributeHandle.FromRowId(_customAttributeTable.Count);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
437return Metadata.CustomAttributeHandle.FromRowId(ToRowId(rowNumber));
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
32get { return CustomAttributeHandle.FromRowId(RowId); }
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
305return CustomAttributeHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask)); 312return CustomAttributeHandle.FromRowId(