1 reference to ToHasConstantTag
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (1)
43public static int HasConstant(EntityHandle handle) => (handle.RowId << (int)HasConstantTag.BitCount) | (int)ToHasConstantTag(handle.Kind);