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