6 references to Dec
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionKind.cs (1)
116
case ExpressionKind.
Dec
:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1747
ExprUnaryOp exprRes = ExprFactory.CreateUnaryOp((ek == ExpressionKind.Add) ? ExpressionKind.Inc : ExpressionKind.
Dec
, arg.Type/* type */, exprVal);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
609
case ExpressionKind.
Dec
:
621
if (expr.Kind == ExpressionKind.Inc || expr.Kind == ExpressionKind.
Dec
||
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
79
ExpressionKind.
Dec
=> VisitDEC(pExpr as ExprUnaryOp),
145
case ExpressionKind.
Dec
: