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