3 references to UnaryPlus
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
679
return Expression.
UnaryPlus
(arg, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\UnaryExpression.cs (2)
333
ExpressionType.UnaryPlus =>
UnaryPlus
(operand, method),
494
return
UnaryPlus
(expression, method: null);