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