2 instantiations of NavigateOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
1024return new NavigateOp(type, relProperty);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1582internal static readonly NavigateOp Pattern = new NavigateOp();
8 references to NavigateOp
System.Data.Entity (8)
System\Data\Query\InternalTrees\Command.cs (1)
1020internal NavigateOp CreateNavigateOp(TypeUsage type, RelProperty relProperty)
System\Data\Query\InternalTrees\OpCopier.cs (1)
589public override Node Visit(NavigateOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1582internal static readonly NavigateOp Pattern = new NavigateOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
459public virtual void Visit(NavigateOp op, Node n) 1638public virtual TResultType Visit(NavigateOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
983public override DbExpression Visit(NavigateOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
463private Node RewriteNavigateOp(Node navigateOpNode, NavigateOp navigateOp, out Var outputVar) 1514public override Node Visit(NavigateOp op, Node n)