2 instantiations of ConstantDoubleValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
352
handle = new
ConstantDoubleValueHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7265
return new
ConstantDoubleValueHandle
(this);
10 references to ConstantDoubleValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
348
public static uint Read(this NativeReader reader, uint offset, out
ConstantDoubleValueHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
764
private readonly
ConstantDoubleValueHandle
_handle;
766
internal ConstantDoubleValue(MetadataReader reader,
ConstantDoubleValueHandle
handle)
775
public
ConstantDoubleValueHandle
Handle => _handle;
802
if (obj is
ConstantDoubleValueHandle
)
803
return _value == ((
ConstantDoubleValueHandle
)obj)._value;
810
public bool Equals(
ConstantDoubleValueHandle
handle) => _value == handle._value;
816
public static implicit operator Handle(
ConstantDoubleValueHandle
handle)
7263
public
ConstantDoubleValueHandle
ToConstantDoubleValueHandle(MetadataReader reader)
7653
public ConstantDoubleValue GetConstantDoubleValue(
ConstantDoubleValueHandle
handle)