2 instantiations of FunctionOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
693return new FunctionOp(function);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
380internal static readonly FunctionOp Pattern = new FunctionOp();
17 references to FunctionOp
System.Data.Entity (17)
System\Data\Query\InternalTrees\Command.cs (1)
691internal FunctionOp CreateFunctionOp(EdmFunction function)
System\Data\Query\InternalTrees\OpCopier.cs (1)
351public override Node Visit(FunctionOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (3)
380internal static readonly FunctionOp Pattern = new FunctionOp(); 394FunctionOp otherFunctionOp = other as FunctionOp;
System\Data\Query\InternalTrees\Visitors.cs (2)
210public virtual void Visit(FunctionOp op, Node n) 1443public virtual TResultType Visit(FunctionOp op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (3)
758public override void Visit(FunctionOp op, Node n) 905FunctionOp functionOp = (FunctionOp)candidate.Key.Op;
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
709public override DbExpression Visit(FunctionOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1340processingTVF = ((FunctionOp)chi.Child0.Op).Function;
System\Data\Query\PlanCompiler\Normalizer.cs (3)
133private Node VisitCollectionFunction(FunctionOp op, Node n) 167private Node VisitCollectionAggregateFunction(FunctionOp op, Node n) 220public override Node Visit(FunctionOp op, Node n)
System\Data\Query\PlanCompiler\PlanCompilerUtil.cs (1)
79internal static bool IsCollectionAggregateFunction(FunctionOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1119public override Node Visit(FunctionOp op, Node n)