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