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