1 reference to ToTypeDefOrRefOrSpecTag
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (1)
126
public static int TypeDefOrRefOrSpec(EntityHandle handle) => (handle.RowId << (int)TypeDefOrRefOrSpecTag.BitCount) | (int)
ToTypeDefOrRefOrSpecTag
(handle.Kind);