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