4 references to MethodDefOrRefTag
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (4)
105public static int MethodDefOrRef(EntityHandle handle) => (handle.RowId << (int)MethodDefOrRefTag.BitCount) | (int)ToMethodDefOrRefTag(handle.Kind); 419private static MethodDefOrRefTag ToMethodDefOrRefTag(HandleKind kind) 423case HandleKind.MethodDefinition: return MethodDefOrRefTag.MethodDef; 424case HandleKind.MemberReference: return MethodDefOrRefTag.MemberRef;