4 references to VisitUnary
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (4)
453return VisitUnary(expr, false); 653return this.VisitUnary(e, true); 844return this.VisitUnary(e, true); 849return this.VisitUnary(e, true);