9 references to MakeUnary
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
1073
return Expression.
MakeUnary
(unary.NodeType, expr1, unary.Type, unary.Method);
System\Activities\ExpressionUtilities.cs (1)
1146
newExpression = Expression.
MakeUnary
(
System.Core (3)
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
287
return Expression.
MakeUnary
(NodeType, operand, Type, Method);
303
return
MakeUnary
(unaryType, operand, type, null);
System\Linq\Expressions\ExpressionVisitor.cs (1)
111
return Expression.
MakeUnary
(u.NodeType, operand, u.Type, u.Method);
System.Data.Entity (1)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (1)
128
return Expression.
MakeUnary
(u.NodeType, operand, u.Type, u.Method);
System.Data.Linq (1)
SqlClient\Query\Funcletizer.cs (1)
242
return Expression.
MakeUnary
(u.NodeType, operand, u.Type, u.Method);
System.Data.Services (1)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
221
return Expression.
MakeUnary
(u.NodeType, operand, u.Type, u.Method);
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
221
return Expression.
MakeUnary
(u.NodeType, operand, u.Type, u.Method);