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