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