4 references to AssemblyReferenceHandle
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (4)
1630
return new
AssemblyReferenceHandle
((uint)rowId);
1636
return new
AssemblyReferenceHandle
(TokenTypeIds.VirtualBit | (uint)virtualIndex);
1656
return new
AssemblyReferenceHandle
(handle.SpecificEntityHandleValue);
1666
return new
AssemblyReferenceHandle
(handle.SpecificHandleValue);