18 references to Float
Microsoft.CodeAnalysis.CSharp (18)
Binder\Semantics\Operators\OperatorKind.cs (13)
85FloatPostfixIncrement = Float | PostfixIncrement, 101LiftedFloatPostfixIncrement = Lifted | Float | PostfixIncrement, 120FloatPrefixIncrement = Float | PrefixIncrement, 136LiftedFloatPrefixIncrement = Lifted | Float | PrefixIncrement, 155FloatPostfixDecrement = Float | PostfixDecrement, 171LiftedFloatPostfixDecrement = Lifted | Float | PostfixDecrement, 190FloatPrefixDecrement = Float | PrefixDecrement, 206LiftedFloatPrefixDecrement = Lifted | Float | PrefixDecrement, 220FloatUnaryPlus = Float | UnaryPlus, 230LiftedFloatUnaryPlus = Lifted | Float | UnaryPlus, 239FloatUnaryMinus = Float | UnaryMinus, 246LiftedFloatUnaryMinus = Lifted | Float | UnaryMinus, 303Float = UnaryOperatorKind.Float,
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
28private const UnaryOperatorKind R32 = UnaryOperatorKind.Float; 43private const UnaryOperatorKind LR32 = UnaryOperatorKind.Lifted | UnaryOperatorKind.Float;
Compilation\BuiltInOperators.cs (1)
275case UnaryOperatorKind.Float: opType = _compilation.GetSpecialType(SpecialType.System_Single); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
946case UnaryOperatorKind.Float: 1007case UnaryOperatorKind.Float: