1 override of Visit
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
274public override void Visit(SoftCastOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
654internal override void Accept(BasicOpVisitor v, Node n) { v.Visit(this, n); }