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