27 references to UnaryPlus
System.Activities (4)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (1)
618
case ExpressionType.
UnaryPlus
:
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
1075
case ExpressionType.
UnaryPlus
:
1313
case ExpressionType.
UnaryPlus
:
System\Activities\ExpressionUtilities.cs (1)
1154
case ExpressionType.
UnaryPlus
:
System.Core (16)
Microsoft\Scripting\Actions\UnaryOperationBinder.cs (1)
109
case ExpressionType.
UnaryPlus
:
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
727
case ExpressionType.
UnaryPlus
:
885
case ExpressionType.
UnaryPlus
:
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (2)
634
case ExpressionType.
UnaryPlus
:
668
case ExpressionType.
UnaryPlus
:
Microsoft\Scripting\Ast\UnaryExpression.cs (6)
343
case 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>
504
return new UnaryExpression(ExpressionType.
UnaryPlus
, expression, expression.Type, null);
506
return GetUserDefinedUnaryOperatorOrThrow(ExpressionType.
UnaryPlus
, "op_UnaryPlus", expression);
508
return GetMethodBasedUnaryOperator(ExpressionType.
UnaryPlus
, expression, method);
Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs (1)
139
case ExpressionType.
UnaryPlus
:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (2)
138
case ExpressionType.
UnaryPlus
:
212
case ExpressionType.
UnaryPlus
:
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
140
case ExpressionType.
UnaryPlus
:
System\Linq\Expressions\ExpressionVisitor.cs (1)
22
case ExpressionType.
UnaryPlus
:
System.Data.Entity (2)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (1)
31
case ExpressionType.
UnaryPlus
:
System\Data\Objects\ELinq\Translator.cs (1)
1156
: base(ExpressionType.
UnaryPlus
) { }
System.Data.Linq (2)
SqlClient\Query\Funcletizer.cs (1)
209
case ExpressionType.
UnaryPlus
:
SqlClient\Query\QueryConverter.cs (1)
163
case ExpressionType.
UnaryPlus
:
System.Data.Services (1)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
108
case ExpressionType.
UnaryPlus
:
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
108
case ExpressionType.
UnaryPlus
:
System\Data\Services\Client\ALinq\ExpressionWriter.cs (1)
352
case ExpressionType.
UnaryPlus
: