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