3 overrides of SingleValue
Microsoft.CodeAnalysis (3)
ConstantValueSpecialized.cs (3)
393
public override float
SingleValue
571
public override float
SingleValue
977
public override float
SingleValue
6 references to SingleValue
Microsoft.CodeAnalysis (6)
CodeGen\ILBuilderEmit.cs (1)
605
EmitSingleConstant(value.
SingleValue
);
ConstantValue.cs (4)
533
case ConstantValueTypeDiscriminator.Single: return Boxes.Box(
SingleValue
);
588
return
SingleValue
< 0;
782
writer.WriteSingle(this.
SingleValue
);
829
ConstantValueTypeDiscriminator.Single =>
SingleValue
.ToString(provider),
ConstantValueSpecialized.cs (1)
512
return this.Discriminator == other.Discriminator && other.
SingleValue
== 0;