5 references to Float
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
316
writer.Write((byte)CustomAttributeEncoding.
Float
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
161
return CustomAttributeEncoding.
Float
;
517
CustomAttributeEncoding.
Float
=> typeof(float),
538
CustomAttributeEncoding.
Float
=> BitConverter.Int32BitsToSingle(val.Byte4),
841
case CustomAttributeEncoding.
Float
: