5 references to ConstantCharValue
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
635Debug.Assert(hType == HandleType.ConstantCharValue || hType == HandleType.Null); 636_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantCharValue) << 25); 669if ((HandleType)((uint)_value >> 25) != HandleType.ConstantCharValue)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
260case HandleType.ConstantCharValue: 293case HandleType.ConstantCharValue: