5 references to Double
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
319writer.Write((byte)CustomAttributeEncoding.Double);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
164return CustomAttributeEncoding.Double; 518CustomAttributeEncoding.Double => typeof(double), 539CustomAttributeEncoding.Double => BitConverter.Int64BitsToDouble(val.Byte8), 844case CustomAttributeEncoding.Double: