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