2 instantiations of ConstantDoubleValue
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Constant.cs (1)
32return new ConstantDoubleValue { Value = blob.ReadDouble() };
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
171Ecma.SerializationTypeCode.Double => new ConstantDoubleValue { Value = valueReader.ReadDouble() },
6 references to ConstantDoubleValue
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\MdBinaryWriterGen.cs (3)
480public static void Write(this NativeWriter writer, ConstantDoubleValue record) 488public static void Write(this NativeWriter writer, List<ConstantDoubleValue> values) 496foreach (ConstantDoubleValue value in values)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
647var other = obj as ConstantDoubleValue; 670internal static ConstantDoubleValueHandle AsHandle(ConstantDoubleValue record)