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