6 references to UnaryPlus
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
1083return Expression.UnaryPlus(expr1, unaryPlus.Method);
System\Activities\ExpressionUtilities.cs (1)
1161newExpression = Expression.UnaryPlus(
System.Core (2)
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
344return UnaryPlus(operand, method); 488return UnaryPlus(expression, null);
System.Data.Entity (1)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
212return Expression.UnaryPlus(m.Arguments[0], m.Method);
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
318return Expression.UnaryPlus(visited.Arguments[0], visited.Method);