7 references to Function
System.Data.Entity (7)
System\Data\Query\InternalTrees\Dump.cs (1)
899case OpType.Function:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
526if (n.Child0.Op.OpType == OpType.VarDef && n.Child0.Child0.Op.OpType == OpType.Function && op.Table.Keys.Count > 0)
System\Data\Query\InternalTrees\ScalarOps.cs (2)
369: base(OpType.Function, function.ReturnParameter.TypeUsage) 373private FunctionOp() : base(OpType.Function) { }
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1750if (OpType.Function == newNode.Op.OpType)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
825PlanCompiler.Assert(definingExprNode.Op.OpType != OpType.Function, "Flattening of TVF output is not allowed."); 1333if (chi.HasChild0 && chi.Child0.Op.OpType == OpType.Function)