10 references to RowId
System.Reflection.Metadata (10)
System\Reflection\Metadata\TypeSystem\AssemblyReference.cs (10)
50if (RowId == _reader.WinMDMscorlibRef) 55return _reader.AssemblyRefTable.GetVersion(RowId); 68return _reader.AssemblyRefTable.GetFlags(RowId); 81return _reader.AssemblyRefTable.GetName(RowId); 94return _reader.AssemblyRefTable.GetCulture(RowId); 107return _reader.AssemblyRefTable.GetPublicKeyOrToken(RowId); 120return _reader.AssemblyRefTable.GetHashValue(RowId); 131return new CustomAttributeHandleCollection(_reader, AssemblyReferenceHandle.FromRowId(RowId)); 149return StringHandle.FromVirtualIndex(GetVirtualNameIndex((AssemblyReferenceHandle.VirtualIndex)RowId)); 186switch ((AssemblyReferenceHandle.VirtualIndex)RowId)