10 references to RowId
System.Reflection.Metadata (10)
System\Reflection\Metadata\TypeSystem\AssemblyReference.cs (10)
44if (RowId == _reader.WinMDMscorlibRef) 49return _reader.AssemblyRefTable.GetVersion(RowId); 62return _reader.AssemblyRefTable.GetFlags(RowId); 75return _reader.AssemblyRefTable.GetName(RowId); 88return _reader.AssemblyRefTable.GetCulture(RowId); 101return _reader.AssemblyRefTable.GetPublicKeyOrToken(RowId); 114return _reader.AssemblyRefTable.GetHashValue(RowId); 125return new CustomAttributeHandleCollection(_reader, AssemblyReferenceHandle.FromRowId(RowId)); 143return StringHandle.FromVirtualIndex(GetVirtualNameIndex((AssemblyReferenceHandle.VirtualIndex)RowId)); 180switch ((AssemblyReferenceHandle.VirtualIndex)RowId)