4 references to AssemblyReferenceHandle
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (4)
1631
return new
AssemblyReferenceHandle
((uint)rowId);
1637
return new
AssemblyReferenceHandle
(TokenTypeIds.VirtualBit | (uint)virtualIndex);
1657
return new
AssemblyReferenceHandle
(handle.SpecificEntityHandleValue);
1667
return new
AssemblyReferenceHandle
(handle.SpecificHandleValue);