18 references to Double
Microsoft.CodeAnalysis.CSharp (18)
Binder\Semantics\Operators\OperatorKind.cs (13)
86
DoublePostfixIncrement =
Double
| PostfixIncrement,
102
LiftedDoublePostfixIncrement = Lifted |
Double
| PostfixIncrement,
121
DoublePrefixIncrement =
Double
| PrefixIncrement,
137
LiftedDoublePrefixIncrement = Lifted |
Double
| PrefixIncrement,
156
DoublePostfixDecrement =
Double
| PostfixDecrement,
172
LiftedDoublePostfixDecrement = Lifted |
Double
| PostfixDecrement,
191
DoublePrefixDecrement =
Double
| PrefixDecrement,
207
LiftedDoublePrefixDecrement = Lifted |
Double
| PrefixDecrement,
221
DoubleUnaryPlus =
Double
| UnaryPlus,
231
LiftedDoubleUnaryPlus = Lifted |
Double
| UnaryPlus,
240
DoubleUnaryMinus =
Double
| UnaryMinus,
247
LiftedDoubleUnaryMinus = Lifted |
Double
| UnaryMinus,
304
Double = UnaryOperatorKind.
Double
,
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
29
private const UnaryOperatorKind R64 = UnaryOperatorKind.
Double
;
44
private const UnaryOperatorKind LR64 = UnaryOperatorKind.Lifted | UnaryOperatorKind.
Double
;
Compilation\BuiltInOperators.cs (1)
276
case UnaryOperatorKind.
Double
: opType = _compilation.GetSpecialType(SpecialType.System_Double); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
949
case UnaryOperatorKind.
Double
:
1010
case UnaryOperatorKind.
Double
: