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