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