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