2 references to MakeUnary
System.Linq.Expressions (2)
System\Linq\Expressions\UnaryExpression.cs (2)
288return Expression.MakeUnary(NodeType, operand, Type, Method); 305return MakeUnary(unaryType, operand, type, method: null);