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