27 references to UnaryPlus
System.Activities (4)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (1)
618case ExpressionType.UnaryPlus:
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
1075case ExpressionType.UnaryPlus: 1313case ExpressionType.UnaryPlus:
System\Activities\ExpressionUtilities.cs (1)
1154case ExpressionType.UnaryPlus:
System.Core (16)
Microsoft\Scripting\Actions\UnaryOperationBinder.cs (1)
109case ExpressionType.UnaryPlus:
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
727case ExpressionType.UnaryPlus: 885case ExpressionType.UnaryPlus:
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (2)
634case ExpressionType.UnaryPlus: 668case ExpressionType.UnaryPlus:
Microsoft\Scripting\Ast\UnaryExpression.cs (6)
343case ExpressionType.UnaryPlus: 484/// <returns>A <see cref="UnaryExpression"></see> that has the <see cref="Expression.NodeType"></see> property equal to <see cref="ExpressionType.UnaryPlus"></see> and the <see cref="UnaryExpression.Operand"></see> property set to the specified value.</returns> 496/// <returns>A <see cref="UnaryExpression"></see> that has the <see cref="Expression.NodeType"></see> property equal to <see cref="ExpressionType.UnaryPlus"></see> and the <see cref="UnaryExpression.Operand"></see> and <see cref="UnaryExpression.Method"></see>property set to the specified value.</returns> 504return new UnaryExpression(ExpressionType.UnaryPlus, expression, expression.Type, null); 506return GetUserDefinedUnaryOperatorOrThrow(ExpressionType.UnaryPlus, "op_UnaryPlus", expression); 508return GetMethodBasedUnaryOperator(ExpressionType.UnaryPlus, expression, method);
Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs (1)
139case ExpressionType.UnaryPlus:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (2)
138case ExpressionType.UnaryPlus: 212case ExpressionType.UnaryPlus:
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
140case ExpressionType.UnaryPlus:
System\Linq\Expressions\ExpressionVisitor.cs (1)
22case ExpressionType.UnaryPlus:
System.Data.Entity (2)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (1)
31case ExpressionType.UnaryPlus:
System\Data\Objects\ELinq\Translator.cs (1)
1156: base(ExpressionType.UnaryPlus) { }
System.Data.Linq (2)
SqlClient\Query\Funcletizer.cs (1)
209case ExpressionType.UnaryPlus:
SqlClient\Query\QueryConverter.cs (1)
163case ExpressionType.UnaryPlus:
System.Data.Services (1)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
108case ExpressionType.UnaryPlus:
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
108case ExpressionType.UnaryPlus:
System\Data\Services\Client\ALinq\ExpressionWriter.cs (1)
352case ExpressionType.UnaryPlus: