4 references to HasSemanticsTag
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (4)
71public static int HasSemantics(EntityHandle handle) => (handle.RowId << (int)HasSemanticsTag.BitCount) | (int)ToHasSemanticsTag(handle.Kind); 327private static HasSemanticsTag ToHasSemanticsTag(HandleKind kind) 331case HandleKind.EventDefinition: return HasSemanticsTag.Event; 332case HandleKind.PropertyDefinition: return HasSemanticsTag.Property;