9 references to Function
System.Data.Entity (9)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
143EdmFunction newFunction = this.VisitFunction(aggregate.Function); 148if (!object.ReferenceEquals(aggregate.Function, newFunction) ||
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
773Dump(funcAgg.Function);
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
657VisitFunction(fa.Function, fa.Arguments);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
927TreeNode funcInfo = this.VisitFunction(funcAgg.Function, funcAgg.Arguments);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2630_iqtCommand.CreateAggregateOp(funcAgg.Function, funcAgg.Distinct),
System\Data\SqlClient\SqlGen\SqlGenerator.cs (3)
2662if (TypeHelpers.IsCanonicalFunction(functionAggregate.Function) 2663&& String.Equals(functionAggregate.Function.Name, "BigCount", StringComparison.Ordinal)) 2669SqlFunctionCallHandler.WriteFunctionName(aggregateResult, functionAggregate.Function);