5 references to DecimalNegate
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionKind.cs (1)
122
case ExpressionKind.
DecimalNegate
:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1816
return CreateUnaryOpForPredefMethodCall(ExpressionKind.
DecimalNegate
, predefMeth, typeDec, arg);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
603
case ExpressionKind.
DecimalNegate
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
85
ExpressionKind.
DecimalNegate
=> VisitDECIMALNEG(pExpr as ExprUnaryOp),
151
case ExpressionKind.
DecimalNegate
: