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