2 instantiations of ConstantDoubleValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
822=> new ConstantDoubleValue(reader, this); 7655return new ConstantDoubleValue(this, handle);
2 references to ConstantDoubleValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
821public ConstantDoubleValue GetConstantDoubleValue(MetadataReader reader) 7653public ConstantDoubleValue GetConstantDoubleValue(ConstantDoubleValueHandle handle)