4 references to ConstantEnumValue
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
963Debug.Assert(hType == HandleType.ConstantEnumValue || hType == HandleType.Null); 964_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantEnumValue) << 25); 997if ((HandleType)((uint)_value >> 25) != HandleType.ConstantEnumValue)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
321case HandleType.ConstantEnumValue: