1 reference to ToMethodDefOrRefTag
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (1)
105
public static int MethodDefOrRef(EntityHandle handle) => (handle.RowId << (int)MethodDefOrRefTag.BitCount) | (int)
ToMethodDefOrRefTag
(handle.Kind);